VYPR

Libexpat

by Libexpat Project

Source repositories

CVEs (63)

  • CVE-2024-50602MedOct 27, 2024
    risk 0.00cvss 5.9epss 0.01

    An issue was discovered in libexpat before 2.6.4. There is a crash within the XML_ResumeParser function because XML_StopParser can stop/suspend an unstarted parser.

  • CVE-2024-28757HigMar 10, 2024
    risk 0.00cvss 7.5epss 0.02

    libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers (created via XML_ExternalEntityParserCreate).

  • CVE-2023-52426MedFeb 4, 2024
    risk 0.00cvss 5.5epss 0.00

    libexpat through 2.5.0 allows recursive XML Entity Expansion if XML_DTD is undefined at compile time.

  • CVE-2023-52425HigFeb 4, 2024
    risk 0.00cvss 7.5epss 0.02

    libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.

  • CVE-2022-43680HigOct 24, 2022
    risk 0.00cvss 7.5epss 0.02

    In libexpat through 2.4.9, there is a use-after free caused by overeager destruction of a shared DTD in XML_ExternalEntityParserCreate in out-of-memory situations.

  • CVE-2022-40674HigSep 14, 2022
    risk 0.00cvss 8.1epss 0.02

    libexpat before 2.4.9 has a use-after-free in the doContent function in xmlparse.c.

  • CVE-2022-25315CriFeb 18, 2022
    risk 0.00cvss 9.8epss 0.05

    In Expat (aka libexpat) before 2.4.5, there is an integer overflow in storeRawNames.

  • CVE-2022-25314HigFeb 18, 2022
    risk 0.00cvss 7.5epss 0.05

    In Expat (aka libexpat) before 2.4.5, there is an integer overflow in copyString.

  • CVE-2022-25313MedFeb 18, 2022
    risk 0.00cvss 6.5epss 0.03

    In Expat (aka libexpat) before 2.4.5, an attacker can trigger stack exhaustion in build_model via a large nesting depth in the DTD element.

  • CVE-2022-25235CriFeb 16, 2022
    risk 0.00cvss 9.8epss 0.05

    xmltok_impl.c in Expat (aka libexpat) before 2.4.5 lacks certain validation of encoding, such as checks for whether a UTF-8 character is valid in a certain context.

  • CVE-2022-23990HigJan 26, 2022
    risk 0.00cvss 7.5epss 0.04

    Expat (aka libexpat) before 2.4.4 has an integer overflow in the doProlog function.

  • CVE-2022-23852CriJan 24, 2022
    risk 0.00cvss 9.8epss 0.05

    Expat (aka libexpat) before 2.4.4 has a signed integer overflow in XML_GetBuffer, for configurations with a nonzero XML_CONTEXT_BYTES.

  • CVE-2022-22827HigJan 10, 2022
    risk 0.00cvss 8.8epss 0.03

    storeAtts in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

  • CVE-2022-22826HigJan 10, 2022
    risk 0.00cvss 8.8epss 0.03

    nextScaffoldPart in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

  • CVE-2022-22825HigJan 10, 2022
    risk 0.00cvss 8.8epss 0.03

    lookup in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

  • CVE-2022-22824CriJan 10, 2022
    risk 0.00cvss 9.8epss 0.03

    defineAttribute in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

  • CVE-2022-22823CriJan 10, 2022
    risk 0.00cvss 9.8epss 0.03

    build_model in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

  • CVE-2022-22822CriJan 10, 2022
    risk 0.00cvss 9.8epss 0.05

    addBinding in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

  • CVE-2021-46143HigJan 6, 2022
    risk 0.00cvss 8.1epss 0.04

    In doProlog in xmlparse.c in Expat (aka libexpat) before 2.4.3, an integer overflow exists for m_groupSize.

  • CVE-2021-45960HigJan 1, 2022
    risk 0.00cvss 8.8epss 0.04

    In Expat (aka libexpat) before 2.4.3, a left shift by 29 (or more) places in the storeAtts function in xmlparse.c can lead to realloc misbehavior (e.g., allocating too few bytes, or only freeing memory).