GSD-2024-2004
Vulnerability from gsd - Updated: 2024-03-01 06:03Details
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": "\u003c=",
"version_name": "8.6.0",
"version_value": "8.6.0"
},
{
"version_affected": "\u003c=",
"version_name": "8.5.0",
"version_value": "8.5.0"
},
{
"version_affected": "\u003c=",
"version_name": "8.4.0",
"version_value": "8.4.0"
},
{
"version_affected": "\u003c=",
"version_name": "8.3.0",
"version_value": "8.3.0"
},
{
"version_affected": "\u003c=",
"version_name": "8.2.1",
"version_value": "8.2.1"
},
{
"version_affected": "\u003c=",
"version_name": "8.2.0",
"version_value": "8.2.0"
},
{
"version_affected": "\u003c=",
"version_name": "8.1.2",
"version_value": "8.1.2"
},
{
"version_affected": "\u003c=",
"version_name": "8.1.1",
"version_value": "8.1.1"
},
{
"version_affected": "\u003c=",
"version_name": "8.1.0",
"version_value": "8.1.0"
},
{
"version_affected": "\u003c=",
"version_name": "8.0.1",
"version_value": "8.0.1"
},
{
"version_affected": "\u003c=",
"version_name": "8.0.0",
"version_value": "8.0.0"
},
{
"version_affected": "\u003c=",
"version_name": "7.88.1",
"version_value": "7.88.1"
},
{
"version_affected": "\u003c=",
"version_name": "7.88.0",
"version_value": "7.88.0"
},
{
"version_affected": "\u003c=",
"version_name": "7.87.0",
"version_value": "7.87.0"
},
{
"version_affected": "\u003c=",
"version_name": "7.86.0",
"version_value": "7.86.0"
},
{
"version_affected": "\u003c=",
"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\u00f3n de par\u00e1metro de selecci\u00f3n de protocolo deshabilita todos los protocolos sin agregar ninguno, el conjunto predeterminado de protocolos permanecer\u00eda en el conjunto permitido debido a un error en la l\u00f3gica para eliminar protocolos. El siguiente comando realizar\u00eda una solicitud a curl.se con un protocolo de texto plano que ha sido expl\u00edcitamente deshabilitado. curl --proto -all,-http http://curl.se La falla solo est\u00e1 presente si el conjunto de protocolos seleccionados desactiva todo el conjunto de protocolos disponibles, lo que en s\u00ed mismo es un comando sin uso pr\u00e1ctico 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"
}
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…