mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
84ece21e8482c98fc4d21f3a791cb516118bc169
See here for detailed changelog: https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.8.2.html Fixes the following CVEs: CVE-2026-23739 / GHSA-85x7-54wr-vh42: Asterisk xml.c uses unsafe XML_PARSE_NOENT leading to potential XXE Injection https://github.com/asterisk/asterisk/security/advisories/GHSA-85x7-54wr-vh42 https://www.cve.org/CVERecord?id=CVE-2026-23739 CVE-2026-23741 / GHSA-rvch-3jmx-3jf3: ast_coredumper running as root sources ast_debug_tools.conf from /etc/asterisk; potentially leading to privilege escalation https://github.com/asterisk/asterisk/security/advisories/GHSA-rvch-3jmx-3jf3 https://www.cve.org/CVERecord?id=CVE-2026-23741 CVE-2026-23738 / GHSA-v6hp-wh3r-cwxh: The Asterisk embedded web server's /httpstatus page echos user supplied values(cookie and query string) without sanitization https://github.com/asterisk/asterisk/security/advisories/GHSA-v6hp-wh3r-cwxh https://www.cve.org/CVERecord?id=CVE-2026-23738 CVE-2026-23740 / GHSA-xpc6-x892-v83c: ast_coredumper runs as root, and writes gdb init file to world writeable folder; leading to potential privilege escalation https://github.com/asterisk/asterisk/security/advisories/GHSA-xpc6-x892-v83c https://www.cve.org/CVERecord?id=CVE-2026-23740 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> [Julien: add CVE details in commit log] Signed-off-by: Julien Olivain <ju.o@free.fr>
…
…
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at https://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%