gsd-2024-2004
Vulnerability from gsd
Modified
2024-03-01 06:03
Details
When a protocol selection parameter option disables all protocols without adding any then the default set of protocols would remain in the allowed set due to an error in the logic for removing protocols. The below command would perform a request to curl.se with a plaintext protocol which has been explicitly disabled. curl --proto -all,-http http://curl.se The flaw is only present if the set of selected protocols disables the entire set of available protocols, in itself a command with no practical use and therefore unlikely to be encountered in real situations. The curl security team has thus assessed this to be low severity bug.
Aliases
{ gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2024-2004", ], details: "When a protocol selection parameter option disables all protocols without adding any then the default set of protocols would remain in the allowed set due to an error in the logic for removing protocols. The below command would perform a request to curl.se with a plaintext protocol which has been explicitly disabled. curl --proto -all,-http http://curl.se The flaw is only present if the set of selected protocols disables the entire set of available protocols, in itself a command with no practical use and therefore unlikely to be encountered in real situations. The curl security team has thus assessed this to be low severity bug.", id: "GSD-2024-2004", modified: "2024-03-01T06:03:00.842497Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "cve@curl.se", ID: "CVE-2024-2004", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "curl", version: { version_data: [ { version_affected: "<=", version_name: "8.6.0", version_value: "8.6.0", }, { version_affected: "<=", version_name: "8.5.0", version_value: "8.5.0", }, { version_affected: "<=", version_name: "8.4.0", version_value: "8.4.0", }, { version_affected: "<=", version_name: "8.3.0", version_value: "8.3.0", }, { version_affected: "<=", version_name: "8.2.1", version_value: "8.2.1", }, { version_affected: "<=", version_name: "8.2.0", version_value: "8.2.0", }, { version_affected: "<=", version_name: "8.1.2", version_value: "8.1.2", }, { version_affected: "<=", version_name: "8.1.1", version_value: "8.1.1", }, { version_affected: "<=", version_name: "8.1.0", version_value: "8.1.0", }, { version_affected: "<=", version_name: "8.0.1", version_value: "8.0.1", }, { version_affected: "<=", version_name: "8.0.0", version_value: "8.0.0", }, { version_affected: "<=", version_name: "7.88.1", version_value: "7.88.1", }, { version_affected: "<=", version_name: "7.88.0", version_value: "7.88.0", }, { version_affected: "<=", version_name: "7.87.0", version_value: "7.87.0", }, { version_affected: "<=", version_name: "7.86.0", version_value: "7.86.0", }, { version_affected: "<=", version_name: "7.85.0", version_value: "7.85.0", }, ], }, }, ], }, vendor_name: "curl", }, ], }, }, credits: [ { lang: "en", value: "Dan Fandrich", }, { lang: "en", value: "Daniel Gustafsson", }, ], data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "When a protocol selection parameter option disables all protocols without adding any then the default set of protocols would remain in the allowed set due to an error in the logic for removing protocols. The below command would perform a request to curl.se with a plaintext protocol which has been explicitly disabled. curl --proto -all,-http http://curl.se The flaw is only present if the set of selected protocols disables the entire set of available protocols, in itself a command with no practical use and therefore unlikely to be encountered in real situations. The curl security team has thus assessed this to be low severity bug.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-115 Misinterpretation of Input ", }, ], }, ], }, references: { reference_data: [ { name: "https://curl.se/docs/CVE-2024-2004.json", refsource: "MISC", url: "https://curl.se/docs/CVE-2024-2004.json", }, { name: "https://curl.se/docs/CVE-2024-2004.html", refsource: "MISC", url: "https://curl.se/docs/CVE-2024-2004.html", }, { name: "https://hackerone.com/reports/2384833", refsource: "MISC", url: "https://hackerone.com/reports/2384833", }, { name: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GMD6UYKCCRCYETWQZUJ65ZRFULT6SHLI/", refsource: "MISC", url: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GMD6UYKCCRCYETWQZUJ65ZRFULT6SHLI/", }, { name: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2D44YLAUFJU6BZ4XFG2FYV7SBKXB5IZ6/", refsource: "MISC", url: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2D44YLAUFJU6BZ4XFG2FYV7SBKXB5IZ6/", }, ], }, }, "nvd.nist.gov": { cve: { descriptions: [ { lang: "en", value: "When a protocol selection parameter option disables all protocols without adding any then the default set of protocols would remain in the allowed set due to an error in the logic for removing protocols. The below command would perform a request to curl.se with a plaintext protocol which has been explicitly disabled. curl --proto -all,-http http://curl.se The flaw is only present if the set of selected protocols disables the entire set of available protocols, in itself a command with no practical use and therefore unlikely to be encountered in real situations. The curl security team has thus assessed this to be low severity bug.", }, { lang: "es", value: "Cuando una opción de parámetro de selección de protocolo deshabilita todos los protocolos sin agregar ninguno, el conjunto predeterminado de protocolos permanecería en el conjunto permitido debido a un error en la lógica para eliminar protocolos. El siguiente comando realizaría una solicitud a curl.se con un protocolo de texto plano que ha sido explícitamente deshabilitado. curl --proto -all,-http http://curl.se La falla solo está presente si el conjunto de protocolos seleccionados desactiva todo el conjunto de protocolos disponibles, lo que en sí mismo es un comando sin uso práctico y, por lo tanto, es poco probable que se encuentre en situaciones reales. Por lo tanto, el equipo de seguridad de curl ha evaluado que se trata de un error de baja gravedad.", }, ], id: "CVE-2024-2004", lastModified: "2024-04-25T06:15:58.303", metrics: {}, published: "2024-03-27T08:15:41.173", references: [ { source: "2499f714-1537-4658-8207-48ae4bb9eae9", url: "https://curl.se/docs/CVE-2024-2004.html", }, { source: "2499f714-1537-4658-8207-48ae4bb9eae9", url: "https://curl.se/docs/CVE-2024-2004.json", }, { source: "2499f714-1537-4658-8207-48ae4bb9eae9", url: "https://hackerone.com/reports/2384833", }, { source: "2499f714-1537-4658-8207-48ae4bb9eae9", url: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2D44YLAUFJU6BZ4XFG2FYV7SBKXB5IZ6/", }, { source: "2499f714-1537-4658-8207-48ae4bb9eae9", url: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GMD6UYKCCRCYETWQZUJ65ZRFULT6SHLI/", }, ], sourceIdentifier: "2499f714-1537-4658-8207-48ae4bb9eae9", vulnStatus: "Awaiting Analysis", }, }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.