2024-12-08 03:06:42 +00:00

68 lines
2.9 KiB
JSON

{
"id": "CVE-2024-53984",
"sourceIdentifier": "security-advisories@github.com",
"published": "2024-12-02T16:15:14.603",
"lastModified": "2024-12-02T16:15:14.603",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Nanopb is a small code-size Protocol Buffers implementation. When the compile time option PB_ENABLE_MALLOC is enabled, the message contains at least one field with FT_POINTER field type, custom stream callback is used with unknown stream length. and the pb_decode_ex() function is used with flag PB_DECODE_DELIMITED, then the pb_decode_ex() function does not automatically call pb_release(), like is done for other failure cases. This could lead to memory leak and potential denial-of-service. This vulnerability is fixed in 0.4.9.1."
},
{
"lang": "es",
"value": "Nanopb es una implementaci\u00f3n de Protocol Buffers de tama\u00f1o de c\u00f3digo peque\u00f1o. Cuando la opci\u00f3n de tiempo de compilaci\u00f3n PB_ENABLE_MALLOC est\u00e1 habilitada, el mensaje contiene al menos un campo con el tipo de campo FT_POINTER, se utiliza una devoluci\u00f3n de llamada de flujo personalizada con una longitud de flujo desconocida y la funci\u00f3n pb_decode_ex() se utiliza con el indicador PB_DECODE_DELIMITED, entonces la funci\u00f3n pb_decode_ex() no llama autom\u00e1ticamente a pb_release(), como se hace para otros casos de falla. Esto podr\u00eda provocar una p\u00e9rdida de memoria y una posible denegaci\u00f3n de servicio. Esta vulnerabilidad se corrigi\u00f3 en la versi\u00f3n 0.4.9.1."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "security-advisories@github.com",
"type": "Secondary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "LOW"
},
"exploitabilityScore": 2.8,
"impactScore": 1.4
}
]
},
"weaknesses": [
{
"source": "security-advisories@github.com",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-401"
},
{
"lang": "en",
"value": "CWE-755"
}
]
}
],
"references": [
{
"url": "https://github.com/nanopb/nanopb/commit/2b86c255aa52250438d5aba124d0e86db495b378",
"source": "security-advisories@github.com"
},
{
"url": "https://github.com/nanopb/nanopb/security/advisories/GHSA-xwqq-qxmw-hj5r",
"source": "security-advisories@github.com"
}
]
}