Skip to content

Commit

Permalink
2 changes (1 new | 1 updated):
Browse files Browse the repository at this point in the history
      - 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
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 4 deletions.
68 changes: 64 additions & 4 deletions cves/2023/24xxx/CVE-2023-24720.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"cveId": "CVE-2023-24720",
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"dateUpdated": "2024-08-02T11:03:19.069Z",
"dateReserved": "2023-01-30T00:00:00",
"datePublished": "2023-04-05T00:00:00"
"dateUpdated": "2025-02-11T19:47:49.549Z",
"dateReserved": "2023-01-30T00:00:00.000Z",
"datePublished": "2023-04-05T00:00:00.000Z"
},
"containers": {
"cna": {
"providerMetadata": {
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre",
"dateUpdated": "2023-04-05T00:00:00"
"dateUpdated": "2023-04-05T00:00:00.000Z"
},
"descriptions": [
{
Expand Down Expand Up @@ -68,6 +68,66 @@
]
}
]
},
{
"problemTypes": [
{
"descriptions": [
{
"type": "CWE",
"cweId": "CWE-434",
"lang": "en",
"description": "CWE-434 Unrestricted Upload of File with Dangerous Type"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"scope": "UNCHANGED",
"version": "3.1",
"baseScore": 9.8,
"attackVector": "NETWORK",
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"integrityImpact": "HIGH",
"userInteraction": "NONE",
"attackComplexity": "LOW",
"availabilityImpact": "HIGH",
"privilegesRequired": "NONE",
"confidentialityImpact": "HIGH"
}
},
{
"other": {
"type": "ssvc",
"content": {
"timestamp": "2025-02-11T19:46:01.644729Z",
"id": "CVE-2023-24720",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"version": "2.0.3"
}
}
}
],
"title": "CISA ADP Vulnrichment",
"providerMetadata": {
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP",
"dateUpdated": "2025-02-11T19:47:49.549Z"
}
}
]
}
Expand Down
80 changes: 80 additions & 0 deletions cves/2025/1xxx/CVE-2025-1052.json
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"
}
}
]
}
}
}

0 comments on commit 8f46175

Please sign in to comment.