forked from CVEProject/cvelistV5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 1 new CVEs: CVE-2025-1052 - 1 updated CVEs: CVE-2023-24720
- Loading branch information
cvelistV5 Github Action
committed
Feb 11, 2025
1 parent
082a835
commit 8f46175
Showing
2 changed files
with
144 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"dataType": "CVE_RECORD", | ||
"dataVersion": "5.1", | ||
"cveMetadata": { | ||
"cveId": "CVE-2025-1052", | ||
"assignerOrgId": "99f1926a-a320-47d8-bbb5-42feb611262e", | ||
"state": "PUBLISHED", | ||
"assignerShortName": "zdi", | ||
"dateReserved": "2025-02-04T21:41:04.760Z", | ||
"datePublished": "2025-02-11T19:54:06.776Z", | ||
"dateUpdated": "2025-02-11T19:54:06.776Z" | ||
}, | ||
"containers": { | ||
"cna": { | ||
"providerMetadata": { | ||
"orgId": "99f1926a-a320-47d8-bbb5-42feb611262e", | ||
"shortName": "zdi", | ||
"dateUpdated": "2025-02-11T19:54:06.776Z" | ||
}, | ||
"title": "Mintty Sixel Image Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability", | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "Mintty Sixel Image Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Mintty. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.\n\nThe specific flaw exists within the parsing of sixel images. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a heap-based buffer. An attacker can leverage this vulnerability to execute code in the context of the current user. Was ZDI-CAN-23382." | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"vendor": "Mintty", | ||
"product": "Mintty", | ||
"versions": [ | ||
{ | ||
"version": "3.7.1 (Git-2.45.1-64-bit.exe)", | ||
"status": "affected" | ||
} | ||
], | ||
"defaultStatus": "unknown" | ||
} | ||
], | ||
"problemTypes": [ | ||
{ | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"cweId": "CWE-122", | ||
"description": "CWE-122: Heap-based Buffer Overflow", | ||
"type": "CWE" | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-084/", | ||
"name": "ZDI-25-084", | ||
"tags": [ | ||
"x_research-advisory" | ||
] | ||
} | ||
], | ||
"dateAssigned": "2025-02-04T21:41:04.806Z", | ||
"datePublic": "2025-02-05T23:22:43.751Z", | ||
"source": { | ||
"lang": "en", | ||
"value": "solid-snail" | ||
}, | ||
"metrics": [ | ||
{ | ||
"format": "CVSS", | ||
"cvssV3_0": { | ||
"version": "3.0", | ||
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", | ||
"baseScore": 8.8, | ||
"baseSeverity": "HIGH" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |