Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-43680 PoC — libexpat 资源管理错误漏洞

Source
Associated Vulnerability
Title:libexpat 资源管理错误漏洞 (CVE-2022-43680)
Description:libexpat是一款使用C语言编写的流式XML解析器。 libexpat 2.4.9版本及之前版本存在资源管理错误漏洞,该漏洞源于在内存不足的情况下,过度破坏XML_ExternalEntityParserCreate中的共享DTD而导致内存释放后重用。
File Snapshot

[4.0K] /data/pocs/68826bee57d2e5278aa510ba17eec1752a227644 ├── [297K] aclocal.m4 ├── [4.0K] amiga │   ├── [ 41K] expat_68k.c │   ├── [4.0K] expat_68k.h │   ├── [6.6K] expat_68k_handler_stubs.c │   ├── [1.4K] expat_base.h │   ├── [5.7K] expat_lib.c │   ├── [ 21K] expat_vectors.c │   ├── [ 10K] expat.xml │   ├── [4.0K] include │   │   ├── [4.0K] inline4 │   │   │   └── [6.4K] expat.h │   │   ├── [4.0K] interfaces │   │   │   └── [7.7K] expat.h │   │   ├── [4.0K] libraries │   │   │   └── [ 16K] expat.h │   │   └── [4.0K] proto │   │   └── [1.3K] expat.h │   ├── [1.7K] launch.c │   ├── [ 10K] Makefile │   └── [3.1K] README.txt ├── [4.0K] bcb5 │   ├── [1.6K] all_projects.bpg │   ├── [ 155] elements.bpf │   ├── [4.5K] elements.bpr │   ├── [5.0K] elements.mak │   ├── [ 215] expat.bpf │   ├── [3.9K] expat.bpr │   ├── [5.0K] expat.mak │   ├── [ 181] expat_static.bpf │   ├── [3.5K] expat_static.bpr │   ├── [4.7K] expat_static.mak │   ├── [ 216] expatw.bpf │   ├── [4.3K] expatw.bpr │   ├── [5.1K] expatw.mak │   ├── [ 181] expatw_static.bpf │   ├── [4.4K] expatw_static.bpr │   ├── [4.7K] expatw_static.mak │   ├── [5.4K] libexpat_mtd.def │   ├── [5.4K] libexpatw_mtd.def │   ├── [ 534] makefile.mak │   ├── [ 153] outline.bpf │   ├── [3.4K] outline.bpr │   ├── [4.9K] outline.mak │   ├── [4.2K] README.txt │   ├── [ 553] setup.bat │   ├── [ 247] xmlwf.bpf │   ├── [3.7K] xmlwf.bpr │   └── [5.0K] xmlwf.mak ├── [ 11K] Changes ├── [3.1K] CMakeLists.txt ├── [1.7K] CMake.README ├── [552K] configure ├── [1.4K] ConfigureChecks.cmake ├── [4.5K] configure.in ├── [4.0K] conftools │   ├── [2.9K] ac_c_bigendian_cross.m4 │   ├── [ 43K] config.guess │   ├── [ 34K] config.sub │   ├── [1.4K] expat.m4 │   ├── [1.2K] get-version.sh │   ├── [ 13K] install-sh │   ├── [276K] ltmain.sh │   ├── [ 726] mkinstalldirs │   └── [2.4K] PrintPath ├── [1.2K] COPYING ├── [4.0K] doc │   ├── [1.0K] expat.png │   ├── [ 93K] reference.html │   ├── [1.3K] style.css │   ├── [2.3K] valid-xhtml10.png │   ├── [7.7K] xmlwf.1 │   └── [ 13K] xmlwf.sgml ├── [4.0K] examples │   ├── [1.6K] elements.c │   ├── [3.4K] elements.dsp │   ├── [2.4K] outline.c │   └── [3.3K] outline.dsp ├── [2.6K] expat_config.h.cmake ├── [2.7K] expat_config.h.in ├── [1.8K] expat.dsw ├── [ 231] expat.pc.in ├── [4.0K] lib │   ├── [ 797] amigaconfig.h │   ├── [1.9K] ascii.h │   ├── [1.7K] asciitab.h │   ├── [4.6K] expat.dsp │   ├── [3.3K] expat_external.h │   ├── [ 41K] expat.h │   ├── [4.0K] expat_static.dsp │   ├── [4.7K] expatw.dsp │   ├── [4.1K] expatw_static.dsp │   ├── [1.8K] iasciitab.h │   ├── [2.0K] internal.h │   ├── [1.8K] latin1tab.h │   ├── [2.0K] libexpat.def │   ├── [2.0K] libexpatw.def │   ├── [1.3K] macconfig.h │   ├── [4.5K] Makefile.MPW │   ├── [6.9K] nametab.h │   ├── [1.7K] utf8tab.h │   ├── [ 709] winconfig.h │   ├── [194K] xmlparse.c │   ├── [ 32K] xmlrole.c │   ├── [3.0K] xmlrole.h │   ├── [ 40K] xmltok.c │   ├── [ 11K] xmltok.h │   ├── [ 44K] xmltok_impl.c │   ├── [ 661] xmltok_impl.h │   └── [3.1K] xmltok_ns.c ├── [4.0K] m4 │   ├── [275K] libtool.m4 │   ├── [6.0K] lt~obsolete.m4 │   ├── [ 12K] ltoptions.m4 │   ├── [4.3K] ltsugar.m4 │   └── [ 686] ltversion.m4 ├── [ 242] main.yml ├── [6.9K] Makefile.in ├── [2.5K] MANIFEST ├── [5.7K] README ├── [4.0K] tests │   ├── [4.0K] benchmark │   │   ├── [2.7K] benchmark.c │   │   ├── [2.8K] benchmark.dsp │   │   ├── [ 776] benchmark.dsw │   │   └── [ 546] README.txt │   ├── [3.0K] chardata.c │   ├── [ 791] chardata.h │   ├── [4.1K] minicheck.c │   ├── [2.3K] minicheck.h │   ├── [ 570] README.txt │   ├── [ 50K] runtests.c │   ├── [ 185] runtestspp.cpp │   └── [3.5K] xmltest.sh ├── [4.0K] vms │   ├── [2.0K] descrip.mms │   ├── [1.2K] expat_config.h │   └── [ 576] README.vms ├── [4.0K] win32 │   ├── [4.2K] expat.iss │   ├── [1.2K] MANIFEST.txt │   └── [2.7K] README.txt └── [4.0K] xmlwf ├── [1.3K] codepage.c ├── [ 196] codepage.h ├── [2.8K] ct.c ├── [ 500] filemap.h ├── [1.7K] readfilemap.c ├── [1.2K] unixfilemap.c ├── [2.1K] win32filemap.c ├── [5.9K] xmlfile.c ├── [ 509] xmlfile.h ├── [3.1K] xmlmime.c ├── [ 493] xmlmime.h ├── [ 825] xmltchar.h ├── [ 224] xmlurl.h ├── [ 21K] xmlwf.c ├── [3.9K] xmlwf.dsp └── [8.6K] xmlwin32url.cxx 17 directories, 142 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.