VYPR

apk package

wolfi/mariadb-11.2-embedded

pkg:apk/wolfi/mariadb-11.2-embedded

Vulnerabilities (4)

  • CVE-2024-1597Feb 19, 2024
    affected < 11.2.3-r2fixed 11.2.3-r2

    pgjdbc, the PostgreSQL JDBC Driver, allows attacker to inject SQL if using PreferQueryMode=SIMPLE. Note this is not the default. In the default mode there is no vulnerability. A placeholder for a numeric value must be immediately preceded by a minus. There must be a second placeh

  • CVE-2022-31197Aug 3, 2022
    affected < 11.2.3-r2fixed 11.2.3-r2

    PostgreSQL JDBC Driver (PgJDBC for short) allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The PGJDBC implementation of the `java.sql.ResultRow.refreshRow()` method is not performing escaping of column names so a malicious c

  • CVE-2022-21724Feb 2, 2022
    affected < 11.2.3-r2fixed 11.2.3-r2

    pgjdbc is the offical PostgreSQL JDBC Driver. A security hole was found in the jdbc driver for postgresql database while doing security research. The system using the postgresql library will be attacked when attacker control the jdbc url or properties. pgjdbc instantiates plugin

  • CVE-2020-13692Jun 4, 2020
    affected < 11.2.3-r2fixed 11.2.3-r2

    PostgreSQL JDBC Driver (aka PgJDBC) before 42.2.13 allows XXE.