cvelist/2025/3xxx/CVE-2025-3277.json

76 lines
2.3 KiB
JSON
Raw Normal View History

2025-04-04 15:00:33 +00:00
{
2025-04-14 17:00:35 +00:00
"data_version": "4.0",
2025-04-04 15:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2025-3277",
2025-04-14 17:00:35 +00:00
"ASSIGNER": "security@google.com",
"STATE": "PUBLIC"
2025-04-04 15:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-04-14 17:00:35 +00:00
"value": "An integer overflow can be triggered in SQLite\u2019s `concat_ws()` function. The resulting, truncated integer is then used to allocate a buffer. When SQLite then writes the resulting string to the buffer, it uses the original, untruncated size and thus a wild Heap Buffer overflow of size ~4GB can be triggered. This can result in arbitrary code execution."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-122 Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "SQLite",
"product": {
"product_data": [
{
"product_name": "concat_ws()",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 3.49.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://sqlite.org/src/info/498e3f1cf57f164f",
"refsource": "MISC",
"name": "https://sqlite.org/src/info/498e3f1cf57f164f"
2025-04-04 15:00:33 +00:00
}
]
2025-04-14 17:00:35 +00:00
},
"generator": {
"engine": "Vulnogram 0.2.0"
},
"source": {
"discovery": "UNKNOWN"
},
"credits": [
{
"lang": "en",
"value": "\u738b\u8dc3\u6797 (Yuelin Wang)"
}
]
2025-04-04 15:00:33 +00:00
}