Bug 2437909 (CVE-2026-23739) - CVE-2026-23739 Asterisk: Asterisk: Local file disclosure via unsafe XML parsing
Summary: CVE-2026-23739 Asterisk: Asterisk: Local file disclosure via unsafe XML parsing
Keywords:
Status: NEW
Alias: CVE-2026-23739
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2437959 2437961 2437963 2437964
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-02-09 11:13 UTC by OSIDB Bzimport
Modified: 2026-02-09 12:48 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-02-09 11:13:17 UTC
Asterisk is an open source private branch exchange and telephony toolkit. Prior to versions 20.7-cert9, 20.18.2, 21.12.1, 22.8.2, and 23.2.2, the ast_xml_open() function in xml.c parses XML documents using libxml with unsafe parsing options that enable entity expansion and XInclude processing. Specifically, it invokes xmlReadFile() with the XML_PARSE_NOENT flag and later processes XIncludes via xmlXIncludeProcess().If any untrusted or user-supplied XML file is passed to this function, it can allow an attacker to trigger XML External Entity (XXE) or XInclude-based local file disclosure, potentially exposing sensitive files from the host system. This can also be triggered in other cases in which the user is able to supply input in xml format that triggers the asterisk process to parse it. This issue has been patched in versions 20.7-cert9, 20.18.2, 21.12.1, 22.8.2, and 23.2.2.


Note You need to log in before you can comment on or make changes to this bug.