fkie_cve-2012-2330
Vulnerability from fkie_nvd
Published
2012-08-13 23:55
Modified
2024-11-21 01:38
Severity ?
Summary
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.
Impacted products
Vendor Product Version
nodejs nodejs *
nodejs nodejs 0.7.0
nodejs nodejs 0.7.1
nodejs nodejs 0.7.2
nodejs nodejs 0.7.3
nodejs nodejs 0.7.4
nodejs nodejs 0.7.5
nodejs nodejs 0.7.6
nodejs nodejs 0.7.7



{
  "configurations": [
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:a:nodejs:nodejs:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "306E618B-92AD-474D-944F-F7D3FB53A431",
              "versionEndIncluding": "0.6.16",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:nodejs:nodejs:0.7.0:*:*:*:*:*:*:*",
              "matchCriteriaId": "65783048-E56E-4399-BFEB-0D2878970AA1",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:nodejs:nodejs:0.7.1:*:*:*:*:*:*:*",
              "matchCriteriaId": "1215353A-91F1-41B6-BD9E-2C72052AFE44",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:nodejs:nodejs:0.7.2:*:*:*:*:*:*:*",
              "matchCriteriaId": "591AE4D8-0082-46D0-BC48-10CD1933D58F",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:nodejs:nodejs:0.7.3:*:*:*:*:*:*:*",
              "matchCriteriaId": "7F015EEF-8B28-4AC7-8456-9C455869A0AC",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:nodejs:nodejs:0.7.4:*:*:*:*:*:*:*",
              "matchCriteriaId": "B0F084FC-7C22-4A62-8FB1-A3878EE9880C",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:nodejs:nodejs:0.7.5:*:*:*:*:*:*:*",
              "matchCriteriaId": "B20A1FC1-4521-4266-A0C9-3CF680061E31",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:nodejs:nodejs:0.7.6:*:*:*:*:*:*:*",
              "matchCriteriaId": "E3BDA7E1-4B20-4E46-823B-DB26CD3F0795",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:nodejs:nodejs:0.7.7:*:*:*:*:*:*:*",
              "matchCriteriaId": "24B5F1FF-98EA-4F17-A3A7-D6FFC6F63D42",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    }
  ],
  "cveTags": [],
  "descriptions": [
    {
      "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."
    },
    {
      "lang": "es",
      "value": "El m\u00e9todo de actualizaci\u00f3n (Update) en src/node_http_parser.cc en Node.js antes de v0.6.17 y v0.7 antes de v0.7.8 no comprueba correctamente la longitud de una cadena, lo que permite a atacantes remotos obtener informaci\u00f3n sensible (contenidos del encabezado de la solicitud) y, posiblemente, HTTP falsear cabeceras a trav\u00e9s de una cadena de longitud cero.\r\n"
    }
  ],
  "id": "CVE-2012-2330",
  "lastModified": "2024-11-21T01:38:54.210",
  "metrics": {
    "cvssMetricV2": [
      {
        "acInsufInfo": false,
        "baseSeverity": "MEDIUM",
        "cvssData": {
          "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,
        "source": "nvd@nist.gov",
        "type": "Primary",
        "userInteractionRequired": false
      }
    ]
  },
  "published": "2012-08-13T23:55:01.130",
  "references": [
    {
      "source": "secalert@redhat.com",
      "url": "http://blog.nodejs.org/2012/05/04/version-0-6-17-stable/"
    },
    {
      "source": "secalert@redhat.com",
      "tags": [
        "Vendor Advisory"
      ],
      "url": "http://secunia.com/advisories/49066"
    },
    {
      "source": "secalert@redhat.com",
      "url": "http://www.openwall.com/lists/oss-security/2012/05/08/4"
    },
    {
      "source": "secalert@redhat.com",
      "url": "http://www.openwall.com/lists/oss-security/2012/05/08/8"
    },
    {
      "source": "secalert@redhat.com",
      "tags": [
        "Exploit",
        "Patch"
      ],
      "url": "https://github.com/joyent/node/commit/7b3fb22"
    },
    {
      "source": "secalert@redhat.com",
      "tags": [
        "Exploit",
        "Patch"
      ],
      "url": "https://github.com/joyent/node/commit/c9a231d"
    },
    {
      "source": "secalert@redhat.com",
      "url": "https://support.f5.com/csp/article/K99038439?utm_source=f5support\u0026amp%3Butm_medium=RSS"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "http://blog.nodejs.org/2012/05/04/version-0-6-17-stable/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Vendor Advisory"
      ],
      "url": "http://secunia.com/advisories/49066"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "http://www.openwall.com/lists/oss-security/2012/05/08/4"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "http://www.openwall.com/lists/oss-security/2012/05/08/8"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Exploit",
        "Patch"
      ],
      "url": "https://github.com/joyent/node/commit/7b3fb22"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Exploit",
        "Patch"
      ],
      "url": "https://github.com/joyent/node/commit/c9a231d"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://support.f5.com/csp/article/K99038439?utm_source=f5support\u0026amp%3Butm_medium=RSS"
    }
  ],
  "sourceIdentifier": "secalert@redhat.com",
  "vulnStatus": "Modified",
  "weaknesses": [
    {
      "description": [
        {
          "lang": "en",
          "value": "CWE-20"
        }
      ],
      "source": "nvd@nist.gov",
      "type": "Primary"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


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.