GSD-2012-2330
Vulnerability from gsd - Updated: 2023-12-13 01:20Details
The Update method in src/node_http_parser.cc in Node.js before 0.6.17 and 0.7 before 0.7.8 does not properly check the length of a string, which allows remote attackers to obtain sensitive information (request header contents) and possibly spoof HTTP headers via a zero length string.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2012-2330",
"description": "The Update method in src/node_http_parser.cc in Node.js before 0.6.17 and 0.7 before 0.7.8 does not properly check the length of a string, which allows remote attackers to obtain sensitive information (request header contents) and possibly spoof HTTP headers via a zero length string.",
"id": "GSD-2012-2330"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2012-2330"
],
"details": "The Update method in src/node_http_parser.cc in Node.js before 0.6.17 and 0.7 before 0.7.8 does not properly check the length of a string, which allows remote attackers to obtain sensitive information (request header contents) and possibly spoof HTTP headers via a zero length string.",
"id": "GSD-2012-2330",
"modified": "2023-12-13T01:20:16.089153Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2012-2330",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "The Update method in src/node_http_parser.cc in Node.js before 0.6.17 and 0.7 before 0.7.8 does not properly check the length of a string, which allows remote attackers to obtain sensitive information (request header contents) and possibly spoof HTTP headers via a zero length string."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "http://blog.nodejs.org/2012/05/04/version-0-6-17-stable/",
"refsource": "MISC",
"url": "http://blog.nodejs.org/2012/05/04/version-0-6-17-stable/"
},
{
"name": "http://secunia.com/advisories/49066",
"refsource": "MISC",
"url": "http://secunia.com/advisories/49066"
},
{
"name": "http://www.openwall.com/lists/oss-security/2012/05/08/4",
"refsource": "MISC",
"url": "http://www.openwall.com/lists/oss-security/2012/05/08/4"
},
{
"name": "http://www.openwall.com/lists/oss-security/2012/05/08/8",
"refsource": "MISC",
"url": "http://www.openwall.com/lists/oss-security/2012/05/08/8"
},
{
"name": "https://github.com/joyent/node/commit/7b3fb22",
"refsource": "MISC",
"url": "https://github.com/joyent/node/commit/7b3fb22"
},
{
"name": "https://github.com/joyent/node/commit/c9a231d",
"refsource": "MISC",
"url": "https://github.com/joyent/node/commit/c9a231d"
},
{
"name": "https://support.f5.com/csp/article/K99038439?utm_source=f5support\u0026amp%3Butm_medium=RSS",
"refsource": "MISC",
"url": "https://support.f5.com/csp/article/K99038439?utm_source=f5support\u0026amp%3Butm_medium=RSS"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:nodejs:nodejs:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "0.6.16",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:nodejs:0.7.6:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:nodejs:0.7.4:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:nodejs:0.7.5:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:nodejs:0.7.3:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:nodejs:0.7.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:nodejs:0.7.2:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:nodejs:0.7.7:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:nodejs:0.7.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2012-2330"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "The Update method in src/node_http_parser.cc in Node.js before 0.6.17 and 0.7 before 0.7.8 does not properly check the length of a string, which allows remote attackers to obtain sensitive information (request header contents) and possibly spoof HTTP headers via a zero length string."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-20"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "http://blog.nodejs.org/2012/05/04/version-0-6-17-stable/",
"refsource": "CONFIRM",
"tags": [],
"url": "http://blog.nodejs.org/2012/05/04/version-0-6-17-stable/"
},
{
"name": "[oss-security] 20120508 Re: CVE request: node.js \u003c0.6.17/0.7.8 HTTP server information disclosure",
"refsource": "MLIST",
"tags": [],
"url": "http://www.openwall.com/lists/oss-security/2012/05/08/8"
},
{
"name": "https://github.com/joyent/node/commit/7b3fb22",
"refsource": "CONFIRM",
"tags": [
"Exploit",
"Patch"
],
"url": "https://github.com/joyent/node/commit/7b3fb22"
},
{
"name": "49066",
"refsource": "SECUNIA",
"tags": [
"Vendor Advisory"
],
"url": "http://secunia.com/advisories/49066"
},
{
"name": "[oss-security] 20120508 CVE request: node.js \u003c0.6.17/0.7.8 HTTP server information disclosure",
"refsource": "MLIST",
"tags": [],
"url": "http://www.openwall.com/lists/oss-security/2012/05/08/4"
},
{
"name": "https://github.com/joyent/node/commit/c9a231d",
"refsource": "CONFIRM",
"tags": [
"Exploit",
"Patch"
],
"url": "https://github.com/joyent/node/commit/c9a231d"
},
{
"name": "https://support.f5.com/csp/article/K99038439?utm_source=f5support\u0026amp%3Butm_medium=RSS",
"refsource": "MISC",
"tags": [],
"url": "https://support.f5.com/csp/article/K99038439?utm_source=f5support\u0026amp%3Butm_medium=RSS"
}
]
}
},
"impact": {
"baseMetricV2": {
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 6.4,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:N",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 4.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
}
},
"lastModifiedDate": "2023-02-13T04:33Z",
"publishedDate": "2012-08-13T23:55Z"
}
}
}
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…