Approved changes feed: RSS · Atom

cpe:2.3:a:sangoma:asterisk:*:*:*:*:*:*:*:*

part: a version: * update: *

VendorSangoma (d67f1eae-5751-5e76-a443-3846a37ebaf1)
ProductAsterisk (2cdd226c-a389-5fb3-a2aa-02a9b7bd8e5a)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from purl2cpe mapping

PURL mappings

PURLSourceLast updated
pkg:deb/debian/asterisk purl2cpe 2026-06-01 10:12:26.676310
pkg:deb/ubuntu/asterisk purl2cpe 2026-06-01 10:12:26.676312
pkg:docker/andrius/asterisk purl2cpe 2026-06-01 10:12:26.676314
pkg:github/sangoma/asterisk purl2cpe 2026-06-01 10:12:26.676315
pkg:maven/org.asteriskjava/asterisk-java purl2cpe 2026-06-01 10:12:26.676317
pkg:rpm/fedora/asterisk purl2cpe 2026-06-01 10:12:26.676318
pkg:rpm/opensuse/asterisk purl2cpe 2026-06-01 10:12:26.676319

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-23741 vulnerable 2026-06-08 07:51:16.137093 ast_coredumper running as root sources ast_debug_tools.conf from /etc/asterisk; potentially leading to privilege escalation
NONE
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 asterisk/contrib/scripts/ast_coredumper runs as root, as noted by the NOTES tag on line 689 of the ast_coredumper file. The script will source the contents of /etc/asterisk/ast_debug_tools.conf, which resides in a folder that is writeable by the asterisk user:group. Due to the /etc/asterisk/ast_debug_tools.conf file following bash semantics and it being loaded; an attacker with write permissions may add or modify the file such that when the root ast_coredumper is run; it would source and thereby execute arbitrary bash code found in the /etc/asterisk/ast_debug_tools.conf. This issue has been patched in versions 20.7-cert9, 20.18.2, 21.12.1, 22.8.2, and 23.2.2.
Published: 2026-02-06T16:47:19.611Z
Updated: 2026-02-06T17:26:22.216Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-23740 vulnerable 2026-06-08 07:51:16.136600 Asterisk vulnerable to potential privilege escalation
NONE
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, when ast_coredumper writes its gdb init and output files to a directory that is world-writable (for example /tmp), an attacker with write permission(which is all users on a linux system) to that directory can cause root to execute arbitrary commands or overwrite arbitrary files by controlling the gdb init file and output paths. This issue has been patched in versions 20.7-cert9, 20.18.2, 21.12.1, 22.8.2, and 23.2.2.
Published: 2026-02-06T16:43:41.330Z
Updated: 2026-02-06T19:11:55.655Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-23739 vulnerable 2026-06-08 07:51:16.084946 Asterisk xml.c uses unsafe XML_PARSE_NOENT leading to potential XXE Injection
LOW (2)
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.
Published: 2026-02-06T16:42:25.816Z
Updated: 2026-02-06T17:37:22.223Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-23738 vulnerable 2026-06-08 07:51:16.069784 The Asterisk embedded web server 's /httpstatus page echos user supplied values(cookie and query string) without sanitization
LOW (3.5)
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, user supplied/control values for Cookies and any GET variable query Parameter are directly interpolated into the HTML of the page using ast_str_append. The endpoint at GET /httpstatus is the potential vulnerable endpoint relating to asterisk/main /http.c. This issue has been patched in versions 20.7-cert9, 20.18.2, 21.12.1, 22.8.2, and 23.2.2.
Published: 2026-02-06T16:41:43.769Z
Updated: 2026-02-06T17:44:20.480Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-57767 vulnerable 2026-06-08 07:33:16.113047 Asterisk can crash from a specifically malformed Authorization header in an incoming SIP request
HIGH (7.5)
Asterisk is an open source private branch exchange and telephony toolkit. Prior to versions 20.15.2, 21.10.2, and 22.5.2, if a SIP request is received with an Authorization header that contains a realm that wasn't in a previous 401 response's WWW-Authenticate header, or an Authorization header with an incorrect realm was received without a previous 401 response being sent, the get_authorization_header() function in res_pjsip_authenticator_digest will return a NULL. This wasn't being checked before attempting to get the digest algorithm from the header which causes a SEGV. This issue has been patched in versions 20.15.2, 21.10.2, and 22.5.2. There are no workarounds.
Published: 2025-08-28T15:33:00.087Z
Updated: 2025-08-28T17:12:35.539Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-54995 vulnerable 2026-06-08 07:33:13.935353 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-49832 vulnerable 2026-06-08 07:29:14.980062 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-47780 vulnerable 2026-06-08 07:27:14.842131 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-47779 vulnerable 2026-06-08 07:27:14.819432 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-1131 vulnerable 2026-06-08 07:06:36.981085 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-57520 vulnerable 2026-06-08 06:56:13.564788 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-42491 vulnerable 2026-06-08 06:45:46.569554 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-42706 vulnerable 2026-06-08 05:49:30.171156 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-42705 vulnerable 2026-06-08 05:49:30.168534 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-37325 vulnerable 2026-06-08 05:47:12.153659 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-23608 vulnerable 2026-06-08 05:40:58.028417 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-21723 vulnerable 2026-06-08 05:40:02.093088 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-37706 vulnerable 2026-06-08 05:32:54.652918 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-28327 vulnerable 2026-06-08 05:23:53.991774 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-28242 vulnerable 2026-06-08 05:23:53.923677 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-12228 vulnerable 2026-06-08 05:10:41.265663 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2012-2948 vulnerable 2026-06-08 05:02:07.380644 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2012-2186 vulnerable 2026-06-08 05:00:53.225971 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2009-3723 vulnerable 2026-06-08 04:51:43.830667 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.