Skip to content

Commit 3cee012

Browse files
committed
1 parent 910f444 commit 3cee012

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

advisories/unreviewed/2026/04/GHSA-fjqv-vj6q-4fcm/GHSA-fjqv-vj6q-4fcm.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,37 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-fjqv-vj6q-4fcm",
4-
"modified": "2026-04-07T18:31:37Z",
4+
"modified": "2026-04-07T18:31:45Z",
55
"published": "2026-04-07T18:31:37Z",
66
"aliases": [
77
"CVE-2026-5745"
88
],
9-
"details": "A flaw was found in libarchive. A NULL pointer dereference vulnerability exists in the ACL parsing logic, specifically within the archive_acl_from_text_nl() function. When processing a malformed ACL string (such as a bare \"d\" or \"default\" tag without subsequent fields), the function fails to perform adequate validation before advancing the pointer. An attacker can exploit this by providing a maliciously crafted archive, causing an application utilizing the libarchive API (such as bsdtar) to crash, resulting in a Denial of Service (DoS).",
9+
"summary": "Non-exploitable code flaw in libarchive",
10+
"details": "A flaw was found in libarchive. A NULL pointer is incremented in the ACL parsing logic, specifically within the archive_acl_from_text_nl() function. When processing a malformed ACL string (such as a bare \"d\" or \"default\" tag without subsequent fields), the function fails to perform adequate validation before advancing the pointer. This is not exploitable, since the incremented pointer is not dereferenced.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": ""
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
}
30+
]
31+
}
32+
]
33+
}
34+
],
1735
"references": [
1836
{
1937
"type": "ADVISORY",
@@ -29,9 +47,7 @@
2947
}
3048
],
3149
"database_specific": {
32-
"cwe_ids": [
33-
"CWE-476"
34-
],
50+
"cwe_ids": [],
3551
"severity": "MODERATE",
3652
"github_reviewed": false,
3753
"github_reviewed_at": null,

0 commit comments

Comments
 (0)