cvelist/2024/53xxx/CVE-2024-53856.json
2024-12-05 16:00:31 +00:00

104 lines
3.3 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-53856",
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "rPGP is a pure Rust implementation of OpenPGP. Prior to 0.14.1, rPGP allows an attacker to trigger rpgp crashes by providing crafted data. This vulnerability is fixed in 0.14.1."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-130: Improper Handling of Length Parameter Inconsistency",
"cweId": "CWE-130"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-148: Improper Neutralization of Input Leaders",
"cweId": "CWE-148"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-617: Reachable Assertion",
"cweId": "CWE-617"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "rpgp",
"product": {
"product_data": [
{
"product_name": "rpgp",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 0.14.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/rpgp/rpgp/security/advisories/GHSA-9rmp-2568-59rv",
"refsource": "MISC",
"name": "https://github.com/rpgp/rpgp/security/advisories/GHSA-9rmp-2568-59rv"
}
]
},
"source": {
"advisory": "GHSA-9rmp-2568-59rv",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
]
}
}