Article

    Cyber News / Article / Vulnerability in libxml2 software

    Vulnerability in libxml2 software
    CE
    CERT Polska-2026-06-29

    Vulnerability in libxml2 software

    CERT Polska has received a report about vulnerability in xmlsoft libxml2 software and participated in coordination of its disclosure.

    The vulnerabilityCVE-2026-11979: libxml2 is vulnerable to multiple stack-based buffer overflows in thexmlcatalogutility when running in--shellmode. The usershell() function processes user input using fixed-size stack buffers without proper bounds checking. By supplying an overly long input line, an attacker can overflow internal buffers (command,arg, andargv) during input parsing. This results in memory corruption within the stack frame. Successful exploitation may cause a crash or potentially allow arbitrary code execution in the context of the xmlcatalog process.

    This issue has been fixed in the commit c2e233fc.

    NOTE: The maintainers of this project did not agree that this issue is a vulnerability and considered it a bug.

    We thank Michal Majchrowicz and Marcin Wyczechowski (AFINE) for the responsible vulnerability report.

    Original source