Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-qub7-qp14-uqcg
Summary
TemporaryFolder on unix-like systems does not limit access to created files
**Vulnerability**

`PreparedStatement.setText(int, InputStream)`
and

`PreparedStatemet.setBytea(int, InputStream)`

will create a temporary file if the InputStream is larger than 51k

 
Example of vulnerable code:

```java
String s = "some very large string greater than 51200 bytes";

PreparedStatement.setInputStream(1, new ByteArrayInputStream(s.getBytes()) );
```
This will create a temporary file which is readable by other users on Unix like systems, but not MacOS.

Impact
On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.

This vulnerability does not allow other users to overwrite the contents of these directories or files. This is purely an information disclosure vulnerability.

When analyzing the impact of this vulnerability, here are the important questions to ask:

Is the driver running in an environment where the OS has other untrusted users.
If yes, and you answered 'yes' to question 1, this vulnerability impacts you.
If no, this vulnerability does not impact you.
Patches
Because certain JDK file system APIs were only added in JDK 1.7, this this fix is dependent upon the version of the JDK you are using.

Java 1.8 and higher users: this vulnerability is fixed in 42.2.27, 42.3.8, 42.4.3, 42.5.1
Java 1.7 users: this vulnerability is fixed in 42.2.27.jre7
Java 1.6 and lower users: no patch is available; you must use the workaround below.
Workarounds
If you are unable to patch, or are stuck running on Java 1.6, specifying the java.io.tmpdir system environment variable to a directory that is exclusively owned by the executing user will fix this vulnerability.

References
[CWE-200: Exposure of Sensitive Information to an Unauthorized Actor](https://cwe.mitre.org/data/definitions/200.html)
Fix commit https://github.com/pgjdbc/pgjdbc/commit/9008dc9aade6dbfe4efafcd6872ebc55f4699cf5
Similar Vulnerabilities
Google Guava - https://github.com/google/guava/issues/4011
Apache Ant - https://nvd.nist.gov/vuln/detail/CVE-2020-1945
JetBrains Kotlin Compiler - https://nvd.nist.gov/vuln/detail/CVE-2020-15824
Aliases
0
alias CVE-2022-41946
1
alias GHSA-562r-vg33-8x8h
Fixed_packages
0
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=edge&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=edge&reponame=community
1
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=edge&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=edge&reponame=community
2
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=edge&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=edge&reponame=community
3
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=edge&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=loongarch64&distroversion=edge&reponame=community
4
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=edge&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=edge&reponame=community
5
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=edge&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=riscv64&distroversion=edge&reponame=community
6
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=edge&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=edge&reponame=community
7
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=edge&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=edge&reponame=community
8
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=edge&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=edge&reponame=community
9
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.21&reponame=community
10
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.21&reponame=community
11
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.21&reponame=community
12
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=loongarch64&distroversion=v3.21&reponame=community
13
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.21&reponame=community
14
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=riscv64&distroversion=v3.21&reponame=community
15
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.21&reponame=community
16
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.21&reponame=community
17
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.21&reponame=community
18
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.20&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.20&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.20&reponame=community
19
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.20&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.20&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.20&reponame=community
20
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.20&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.20&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.20&reponame=community
21
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.20&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.20&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community
22
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.20&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.20&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=riscv64&distroversion=v3.20&reponame=community
23
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.20&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.20&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.20&reponame=community
24
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.20&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.20&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.20&reponame=community
25
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.20&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.20&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.20&reponame=community
26
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.19&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.19&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.19&reponame=community
27
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.19&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.19&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.19&reponame=community
28
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.19&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.19&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.19&reponame=community
29
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.19&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.19&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.19&reponame=community
30
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.19&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.19&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.19&reponame=community
31
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.19&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.19&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.19&reponame=community
32
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.19&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.19&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.19&reponame=community
33
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.17&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.17&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.17&reponame=community
34
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.17&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.17&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.17&reponame=community
35
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.17&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.17&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.17&reponame=community
36
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.17&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.17&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.17&reponame=community
37
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.17&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.17&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.17&reponame=community
38
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.17&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.17&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.17&reponame=community
39
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.17&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.17&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.17&reponame=community
40
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.23&reponame=community
41
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.23&reponame=community
42
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.23&reponame=community
43
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=loongarch64&distroversion=v3.23&reponame=community
44
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community
45
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=riscv64&distroversion=v3.23&reponame=community
46
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.23&reponame=community
47
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.23&reponame=community
48
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.23&reponame=community
49
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.22&reponame=community
50
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.22&reponame=community
51
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.22&reponame=community
52
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=loongarch64&distroversion=v3.22&reponame=community
53
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.22&reponame=community
54
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=riscv64&distroversion=v3.22&reponame=community
55
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.22&reponame=community
56
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.22&reponame=community
57
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.22&reponame=community
58
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.18&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.18&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.18&reponame=community
59
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.18&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.18&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.18&reponame=community
60
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.18&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.18&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.18&reponame=community
61
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.18&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.18&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.18&reponame=community
62
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.18&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.18&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.18&reponame=community
63
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.18&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.18&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.18&reponame=community
64
url pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.18&reponame=community
purl pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.18&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.18&reponame=community
65
url pkg:deb/debian/libpgjava@42.2.15-1%2Bdeb11u1?distro=trixie
purl pkg:deb/debian/libpgjava@42.2.15-1%2Bdeb11u1?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hada-xkcc-8fch
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.2.15-1%252Bdeb11u1%3Fdistro=trixie
66
url pkg:deb/debian/libpgjava@42.2.15-1%2Bdeb11u2?distro=trixie
purl pkg:deb/debian/libpgjava@42.2.15-1%2Bdeb11u2?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.2.15-1%252Bdeb11u2%3Fdistro=trixie
67
url pkg:deb/debian/libpgjava@42.5.1-1?distro=trixie
purl pkg:deb/debian/libpgjava@42.5.1-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.5.1-1%3Fdistro=trixie
68
url pkg:deb/debian/libpgjava@42.5.5-0%2Bdeb12u1
purl pkg:deb/debian/libpgjava@42.5.5-0%2Bdeb12u1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hada-xkcc-8fch
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.5.5-0%252Bdeb12u1
69
url pkg:deb/debian/libpgjava@42.5.5-0%2Bdeb12u1?distro=trixie
purl pkg:deb/debian/libpgjava@42.5.5-0%2Bdeb12u1?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hada-xkcc-8fch
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.5.5-0%252Bdeb12u1%3Fdistro=trixie
70
url pkg:deb/debian/libpgjava@42.7.7-1?distro=trixie
purl pkg:deb/debian/libpgjava@42.7.7-1?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hada-xkcc-8fch
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.7.7-1%3Fdistro=trixie
71
url pkg:deb/debian/libpgjava@42.7.10-1?distro=trixie
purl pkg:deb/debian/libpgjava@42.7.10-1?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hada-xkcc-8fch
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.7.10-1%3Fdistro=trixie
72
url pkg:deb/debian/libpgjava@42.7.11-1?distro=trixie
purl pkg:deb/debian/libpgjava@42.7.11-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.7.11-1%3Fdistro=trixie
73
url pkg:maven/org.postgresql/postgresql@42.2.27
purl pkg:maven/org.postgresql/postgresql@42.2.27
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hpc5-vtmd-gub5
1
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.27
74
url pkg:maven/org.postgresql/postgresql@42.3.8
purl pkg:maven/org.postgresql/postgresql@42.3.8
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.8
75
url pkg:maven/org.postgresql/postgresql@42.4.3
purl pkg:maven/org.postgresql/postgresql@42.4.3
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.4.3
76
url pkg:maven/org.postgresql/postgresql@42.5.1
purl pkg:maven/org.postgresql/postgresql@42.5.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.5.1
Affected_packages
0
url pkg:deb/debian/libpgjava@6.3.2-1
purl pkg:deb/debian/libpgjava@6.3.2-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@6.3.2-1
1
url pkg:deb/debian/libpgjava@6.3.2-2
purl pkg:deb/debian/libpgjava@6.3.2-2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@6.3.2-2
2
url pkg:deb/debian/libpgjava@6.5.3-2
purl pkg:deb/debian/libpgjava@6.5.3-2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@6.5.3-2
3
url pkg:deb/debian/libpgjava@7.2-1
purl pkg:deb/debian/libpgjava@7.2-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@7.2-1
4
url pkg:deb/debian/libpgjava@7.4.7-3
purl pkg:deb/debian/libpgjava@7.4.7-3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@7.4.7-3
5
url pkg:deb/debian/libpgjava@8.1-405-1
purl pkg:deb/debian/libpgjava@8.1-405-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@8.1-405-1
6
url pkg:deb/debian/libpgjava@8.2-504-2
purl pkg:deb/debian/libpgjava@8.2-504-2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@8.2-504-2
7
url pkg:deb/debian/libpgjava@8.4-701-1
purl pkg:deb/debian/libpgjava@8.4-701-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@8.4-701-1
8
url pkg:deb/debian/libpgjava@9.1-901-2
purl pkg:deb/debian/libpgjava@9.1-901-2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@9.1-901-2
9
url pkg:deb/debian/libpgjava@9.2-1002-1
purl pkg:deb/debian/libpgjava@9.2-1002-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@9.2-1002-1
10
url pkg:deb/debian/libpgjava@9.4.1212-1
purl pkg:deb/debian/libpgjava@9.4.1212-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-6z5w-j6xv-fffz
2
vulnerability VCID-7p16-8nb5-kucz
3
vulnerability VCID-ba8g-gn36-7bdp
4
vulnerability VCID-hpc5-vtmd-gub5
5
vulnerability VCID-qub7-qp14-uqcg
6
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@9.4.1212-1
11
url pkg:deb/debian/libpgjava@42.2.5-2%2Bdeb10u1
purl pkg:deb/debian/libpgjava@42.2.5-2%2Bdeb10u1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-7p16-8nb5-kucz
2
vulnerability VCID-ba8g-gn36-7bdp
3
vulnerability VCID-hpc5-vtmd-gub5
4
vulnerability VCID-qub7-qp14-uqcg
5
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.2.5-2%252Bdeb10u1
12
url pkg:deb/debian/libpgjava@42.2.15-1%2Bdeb11u1
purl pkg:deb/debian/libpgjava@42.2.15-1%2Bdeb11u1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-ba8g-gn36-7bdp
2
vulnerability VCID-hada-xkcc-8fch
3
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.2.15-1%252Bdeb11u1
13
url pkg:maven/org.postgresql/postgresql@42.2.0
purl pkg:maven/org.postgresql/postgresql@42.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hada-xkcc-8fch
2
vulnerability VCID-hpc5-vtmd-gub5
3
vulnerability VCID-qub7-qp14-uqcg
4
vulnerability VCID-uzj4-puvz-zfgh
5
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.0
14
url pkg:maven/org.postgresql/postgresql@42.2.0.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.0.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.0.jre6
15
url pkg:maven/org.postgresql/postgresql@42.2.0.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.0.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.0.jre7
16
url pkg:maven/org.postgresql/postgresql@42.2.1
purl pkg:maven/org.postgresql/postgresql@42.2.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.1
17
url pkg:maven/org.postgresql/postgresql@42.2.1.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.1.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.1.jre6
18
url pkg:maven/org.postgresql/postgresql@42.2.1.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.1.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.1.jre7
19
url pkg:maven/org.postgresql/postgresql@42.2.2
purl pkg:maven/org.postgresql/postgresql@42.2.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.2
20
url pkg:maven/org.postgresql/postgresql@42.2.2.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.2.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.2.jre6
21
url pkg:maven/org.postgresql/postgresql@42.2.2.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.2.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.2.jre7
22
url pkg:maven/org.postgresql/postgresql@42.2.3
purl pkg:maven/org.postgresql/postgresql@42.2.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.3
23
url pkg:maven/org.postgresql/postgresql@42.2.3.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.3.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.3.jre6
24
url pkg:maven/org.postgresql/postgresql@42.2.3.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.3.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.3.jre7
25
url pkg:maven/org.postgresql/postgresql@42.2.4
purl pkg:maven/org.postgresql/postgresql@42.2.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.4
26
url pkg:maven/org.postgresql/postgresql@42.2.4.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.4.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.4.jre6
27
url pkg:maven/org.postgresql/postgresql@42.2.4.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.4.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.4.jre7
28
url pkg:maven/org.postgresql/postgresql@42.2.5
purl pkg:maven/org.postgresql/postgresql@42.2.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.5
29
url pkg:maven/org.postgresql/postgresql@42.2.5.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.5.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.5.jre6
30
url pkg:maven/org.postgresql/postgresql@42.2.5.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.5.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.5.jre7
31
url pkg:maven/org.postgresql/postgresql@42.2.6
purl pkg:maven/org.postgresql/postgresql@42.2.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.6
32
url pkg:maven/org.postgresql/postgresql@42.2.6.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.6.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.6.jre6
33
url pkg:maven/org.postgresql/postgresql@42.2.6.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.6.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.6.jre7
34
url pkg:maven/org.postgresql/postgresql@42.2.7
purl pkg:maven/org.postgresql/postgresql@42.2.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.7
35
url pkg:maven/org.postgresql/postgresql@42.2.7.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.7.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.7.jre6
36
url pkg:maven/org.postgresql/postgresql@42.2.7.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.7.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.7.jre7
37
url pkg:maven/org.postgresql/postgresql@42.2.8
purl pkg:maven/org.postgresql/postgresql@42.2.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.8
38
url pkg:maven/org.postgresql/postgresql@42.2.8.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.8.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.8.jre6
39
url pkg:maven/org.postgresql/postgresql@42.2.8.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.8.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.8.jre7
40
url pkg:maven/org.postgresql/postgresql@42.2.9
purl pkg:maven/org.postgresql/postgresql@42.2.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.9
41
url pkg:maven/org.postgresql/postgresql@42.2.9.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.9.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.9.jre6
42
url pkg:maven/org.postgresql/postgresql@42.2.9.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.9.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.9.jre7
43
url pkg:maven/org.postgresql/postgresql@42.2.10
purl pkg:maven/org.postgresql/postgresql@42.2.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.10
44
url pkg:maven/org.postgresql/postgresql@42.2.10.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.10.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.10.jre6
45
url pkg:maven/org.postgresql/postgresql@42.2.10.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.10.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.10.jre7
46
url pkg:maven/org.postgresql/postgresql@42.2.11
purl pkg:maven/org.postgresql/postgresql@42.2.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.11
47
url pkg:maven/org.postgresql/postgresql@42.2.11.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.11.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.11.jre6
48
url pkg:maven/org.postgresql/postgresql@42.2.11.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.11.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.11.jre7
49
url pkg:maven/org.postgresql/postgresql@42.2.12
purl pkg:maven/org.postgresql/postgresql@42.2.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.12
50
url pkg:maven/org.postgresql/postgresql@42.2.12.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.12.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.12.jre6
51
url pkg:maven/org.postgresql/postgresql@42.2.12.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.12.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
4
vulnerability VCID-vdtn-ek54-nqh6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.12.jre7
52
url pkg:maven/org.postgresql/postgresql@42.2.13
purl pkg:maven/org.postgresql/postgresql@42.2.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.13
53
url pkg:maven/org.postgresql/postgresql@42.2.13.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.13.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.13.jre6
54
url pkg:maven/org.postgresql/postgresql@42.2.13.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.13.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.13.jre7
55
url pkg:maven/org.postgresql/postgresql@42.2.14
purl pkg:maven/org.postgresql/postgresql@42.2.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.14
56
url pkg:maven/org.postgresql/postgresql@42.2.14.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.14.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.14.jre6
57
url pkg:maven/org.postgresql/postgresql@42.2.14.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.14.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.14.jre7
58
url pkg:maven/org.postgresql/postgresql@42.2.15
purl pkg:maven/org.postgresql/postgresql@42.2.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.15
59
url pkg:maven/org.postgresql/postgresql@42.2.15.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.15.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.15.jre6
60
url pkg:maven/org.postgresql/postgresql@42.2.15.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.15.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.15.jre7
61
url pkg:maven/org.postgresql/postgresql@42.2.16
purl pkg:maven/org.postgresql/postgresql@42.2.16
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.16
62
url pkg:maven/org.postgresql/postgresql@42.2.16.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.16.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.16.jre6
63
url pkg:maven/org.postgresql/postgresql@42.2.16.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.16.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.16.jre7
64
url pkg:maven/org.postgresql/postgresql@42.2.17
purl pkg:maven/org.postgresql/postgresql@42.2.17
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.17
65
url pkg:maven/org.postgresql/postgresql@42.2.17.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.17.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.17.jre6
66
url pkg:maven/org.postgresql/postgresql@42.2.17.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.17.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.17.jre7
67
url pkg:maven/org.postgresql/postgresql@42.2.18
purl pkg:maven/org.postgresql/postgresql@42.2.18
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.18
68
url pkg:maven/org.postgresql/postgresql@42.2.18.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.18.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.18.jre6
69
url pkg:maven/org.postgresql/postgresql@42.2.18.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.18.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.18.jre7
70
url pkg:maven/org.postgresql/postgresql@42.2.19
purl pkg:maven/org.postgresql/postgresql@42.2.19
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.19
71
url pkg:maven/org.postgresql/postgresql@42.2.19.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.19.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.19.jre6
72
url pkg:maven/org.postgresql/postgresql@42.2.19.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.19.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.19.jre7
73
url pkg:maven/org.postgresql/postgresql@42.2.20
purl pkg:maven/org.postgresql/postgresql@42.2.20
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.20
74
url pkg:maven/org.postgresql/postgresql@42.2.20.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.20.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.20.jre6
75
url pkg:maven/org.postgresql/postgresql@42.2.20.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.20.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.20.jre7
76
url pkg:maven/org.postgresql/postgresql@42.2.21
purl pkg:maven/org.postgresql/postgresql@42.2.21
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.21
77
url pkg:maven/org.postgresql/postgresql@42.2.21.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.21.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.21.jre6
78
url pkg:maven/org.postgresql/postgresql@42.2.21.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.21.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.21.jre7
79
url pkg:maven/org.postgresql/postgresql@42.2.22
purl pkg:maven/org.postgresql/postgresql@42.2.22
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.22
80
url pkg:maven/org.postgresql/postgresql@42.2.22.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.22.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.22.jre6
81
url pkg:maven/org.postgresql/postgresql@42.2.22.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.22.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.22.jre7
82
url pkg:maven/org.postgresql/postgresql@42.2.23
purl pkg:maven/org.postgresql/postgresql@42.2.23
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.23
83
url pkg:maven/org.postgresql/postgresql@42.2.23.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.23.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.23.jre6
84
url pkg:maven/org.postgresql/postgresql@42.2.23.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.23.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.23.jre7
85
url pkg:maven/org.postgresql/postgresql@42.2.24
purl pkg:maven/org.postgresql/postgresql@42.2.24
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.24
86
url pkg:maven/org.postgresql/postgresql@42.2.24.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.24.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.24.jre6
87
url pkg:maven/org.postgresql/postgresql@42.2.24.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.24.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.24.jre7
88
url pkg:maven/org.postgresql/postgresql@42.2.25
purl pkg:maven/org.postgresql/postgresql@42.2.25
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hpc5-vtmd-gub5
1
vulnerability VCID-qub7-qp14-uqcg
2
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.25
89
url pkg:maven/org.postgresql/postgresql@42.2.25.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.25.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hpc5-vtmd-gub5
1
vulnerability VCID-qub7-qp14-uqcg
2
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.25.jre6
90
url pkg:maven/org.postgresql/postgresql@42.2.25.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.25.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hpc5-vtmd-gub5
1
vulnerability VCID-qub7-qp14-uqcg
2
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.25.jre7
91
url pkg:maven/org.postgresql/postgresql@42.2.26
purl pkg:maven/org.postgresql/postgresql@42.2.26
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hpc5-vtmd-gub5
1
vulnerability VCID-qub7-qp14-uqcg
2
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.26
92
url pkg:maven/org.postgresql/postgresql@42.2.26.jre6
purl pkg:maven/org.postgresql/postgresql@42.2.26.jre6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hpc5-vtmd-gub5
1
vulnerability VCID-qub7-qp14-uqcg
2
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.26.jre6
93
url pkg:maven/org.postgresql/postgresql@42.2.26.jre7
purl pkg:maven/org.postgresql/postgresql@42.2.26.jre7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hpc5-vtmd-gub5
1
vulnerability VCID-qub7-qp14-uqcg
2
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.26.jre7
94
url pkg:maven/org.postgresql/postgresql@42.3.0
purl pkg:maven/org.postgresql/postgresql@42.3.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-7p16-8nb5-kucz
2
vulnerability VCID-ba8g-gn36-7bdp
3
vulnerability VCID-hpc5-vtmd-gub5
4
vulnerability VCID-qub7-qp14-uqcg
5
vulnerability VCID-rwwd-8qgf-f3ac
6
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.0
95
url pkg:maven/org.postgresql/postgresql@42.3.1
purl pkg:maven/org.postgresql/postgresql@42.3.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7p16-8nb5-kucz
1
vulnerability VCID-hpc5-vtmd-gub5
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.1
96
url pkg:maven/org.postgresql/postgresql@42.3.2
purl pkg:maven/org.postgresql/postgresql@42.3.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-hpc5-vtmd-gub5
1
vulnerability VCID-qub7-qp14-uqcg
2
vulnerability VCID-uzj4-puvz-zfgh
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.2
97
url pkg:maven/org.postgresql/postgresql@42.3.3
purl pkg:maven/org.postgresql/postgresql@42.3.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.3
98
url pkg:maven/org.postgresql/postgresql@42.3.4
purl pkg:maven/org.postgresql/postgresql@42.3.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.4
99
url pkg:maven/org.postgresql/postgresql@42.3.5
purl pkg:maven/org.postgresql/postgresql@42.3.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.5
100
url pkg:maven/org.postgresql/postgresql@42.3.6
purl pkg:maven/org.postgresql/postgresql@42.3.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.6
101
url pkg:maven/org.postgresql/postgresql@42.3.7
purl pkg:maven/org.postgresql/postgresql@42.3.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.7
102
url pkg:maven/org.postgresql/postgresql@42.4.0
purl pkg:maven/org.postgresql/postgresql@42.4.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-ba8g-gn36-7bdp
2
vulnerability VCID-qub7-qp14-uqcg
3
vulnerability VCID-rwwd-8qgf-f3ac
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.4.0
103
url pkg:maven/org.postgresql/postgresql@42.4.1
purl pkg:maven/org.postgresql/postgresql@42.4.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.4.1
104
url pkg:maven/org.postgresql/postgresql@42.4.2
purl pkg:maven/org.postgresql/postgresql@42.4.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.4.2
105
url pkg:maven/org.postgresql/postgresql@42.5.0
purl pkg:maven/org.postgresql/postgresql@42.5.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6r4u-tem9-vkey
1
vulnerability VCID-qub7-qp14-uqcg
2
vulnerability VCID-rwwd-8qgf-f3ac
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.5.0
106
url pkg:rpm/redhat/candlepin@4.1.20-1?arch=el8sat
purl pkg:rpm/redhat/candlepin@4.1.20-1?arch=el8sat
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/candlepin@4.1.20-1%3Farch=el8sat
107
url pkg:rpm/redhat/candlepin@4.2.13-1?arch=el8sat
purl pkg:rpm/redhat/candlepin@4.2.13-1?arch=el8sat
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2cup-9gdn-yyhk
1
vulnerability VCID-4nu3-fknt-puej
2
vulnerability VCID-6354-p39b-zbhp
3
vulnerability VCID-9h46-72hw-bkcr
4
vulnerability VCID-dmkc-42vj-gbhc
5
vulnerability VCID-fb8u-g65k-hffs
6
vulnerability VCID-j986-mtma-b3bw
7
vulnerability VCID-mbst-3bec-ykcq
8
vulnerability VCID-mm3e-4pej-byed
9
vulnerability VCID-qub7-qp14-uqcg
10
vulnerability VCID-qxfs-sq38-jfad
11
vulnerability VCID-v2pq-1qhm-4qb9
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/candlepin@4.2.13-1%3Farch=el8sat
108
url pkg:rpm/redhat/postgresql-jdbc@42.2.14-2?arch=el8
purl pkg:rpm/redhat/postgresql-jdbc@42.2.14-2?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/postgresql-jdbc@42.2.14-2%3Farch=el8
109
url pkg:rpm/redhat/postgresql-jdbc@42.2.27-1?arch=el9
purl pkg:rpm/redhat/postgresql-jdbc@42.2.27-1?arch=el9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qub7-qp14-uqcg
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/postgresql-jdbc@42.2.27-1%3Farch=el9
References
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-41946.json
reference_id
reference_type
scores
0
value 5.5
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-41946.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2022-41946
reference_id
reference_type
scores
0
value 0.00082
scoring_system epss
scoring_elements 0.23842
published_at 2026-05-12T12:55:00Z
1
value 0.00082
scoring_system epss
scoring_elements 0.23822
published_at 2026-05-11T12:55:00Z
2
value 0.00082
scoring_system epss
scoring_elements 0.2388
published_at 2026-05-09T12:55:00Z
3
value 0.00082
scoring_system epss
scoring_elements 0.23811
published_at 2026-05-07T12:55:00Z
4
value 0.00082
scoring_system epss
scoring_elements 0.23728
published_at 2026-05-05T12:55:00Z
5
value 0.00082
scoring_system epss
scoring_elements 0.23846
published_at 2026-04-29T12:55:00Z
6
value 0.00082
scoring_system epss
scoring_elements 0.23888
published_at 2026-04-26T12:55:00Z
7
value 0.00082
scoring_system epss
scoring_elements 0.23901
published_at 2026-04-24T12:55:00Z
8
value 0.00082
scoring_system epss
scoring_elements 0.23931
published_at 2026-05-14T12:55:00Z
9
value 0.00082
scoring_system epss
scoring_elements 0.24027
published_at 2026-04-21T12:55:00Z
10
value 0.00126
scoring_system epss
scoring_elements 0.32054
published_at 2026-04-04T12:55:00Z
11
value 0.00126
scoring_system epss
scoring_elements 0.31902
published_at 2026-04-18T12:55:00Z
12
value 0.00126
scoring_system epss
scoring_elements 0.31922
published_at 2026-04-16T12:55:00Z
13
value 0.00126
scoring_system epss
scoring_elements 0.31889
published_at 2026-04-13T12:55:00Z
14
value 0.00126
scoring_system epss
scoring_elements 0.31923
published_at 2026-04-12T12:55:00Z
15
value 0.00126
scoring_system epss
scoring_elements 0.31962
published_at 2026-04-11T12:55:00Z
16
value 0.00126
scoring_system epss
scoring_elements 0.31958
published_at 2026-04-09T12:55:00Z
17
value 0.00126
scoring_system epss
scoring_elements 0.3193
published_at 2026-04-08T12:55:00Z
18
value 0.00126
scoring_system epss
scoring_elements 0.31878
published_at 2026-04-07T12:55:00Z
19
value 0.00126
scoring_system epss
scoring_elements 0.32013
published_at 2026-04-02T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2022-41946
2
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41946
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41946
3
reference_url https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml
reference_id
reference_type
scores
0
value 5.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
url https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml
4
reference_url https://github.com/pgjdbc/pgjdbc
reference_id
reference_type
scores
0
value 4.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/pgjdbc/pgjdbc
5
reference_url https://github.com/pgjdbc/pgjdbc/commit/9008dc9aade6dbfe4efafcd6872ebc55f4699cf5
reference_id
reference_type
scores
0
value 4.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/pgjdbc/pgjdbc/commit/9008dc9aade6dbfe4efafcd6872ebc55f4699cf5
6
reference_url https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-562r-vg33-8x8h
reference_id
reference_type
scores
0
value 4.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
2
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-562r-vg33-8x8h
7
reference_url https://lists.debian.org/debian-lts-announce/2022/12/msg00003.html
reference_id
reference_type
scores
0
value 4.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://lists.debian.org/debian-lts-announce/2022/12/msg00003.html
8
reference_url https://lists.debian.org/debian-lts-announce/2024/12/msg00017.html
reference_id
reference_type
scores
0
value 4.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://lists.debian.org/debian-lts-announce/2024/12/msg00017.html
9
reference_url https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/25TY2L3RMVNOC7VAHJEAO7PTT6M6JJAD
reference_id
reference_type
scores
0
value 4.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/25TY2L3RMVNOC7VAHJEAO7PTT6M6JJAD
10
reference_url https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/25TY2L3RMVNOC7VAHJEAO7PTT6M6JJAD
reference_id
reference_type
scores
0
value 4.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/25TY2L3RMVNOC7VAHJEAO7PTT6M6JJAD
11
reference_url https://nvd.nist.gov/vuln/detail/CVE-2022-41946
reference_id
reference_type
scores
0
value 4.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2022-41946
12
reference_url https://security.netapp.com/advisory/ntap-20240329-0003
reference_id
reference_type
scores
0
value 4.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://security.netapp.com/advisory/ntap-20240329-0003
13
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2153399
reference_id 2153399
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2153399
14
reference_url https://github.com/advisories/GHSA-562r-vg33-8x8h
reference_id GHSA-562r-vg33-8x8h
reference_type
scores
0
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-562r-vg33-8x8h
15
reference_url https://access.redhat.com/errata/RHSA-2023:0758
reference_id RHSA-2023:0758
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:0758
16
reference_url https://access.redhat.com/errata/RHSA-2023:0888
reference_id RHSA-2023:0888
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:0888
17
reference_url https://access.redhat.com/errata/RHSA-2023:1006
reference_id RHSA-2023:1006
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:1006
18
reference_url https://access.redhat.com/errata/RHSA-2023:1177
reference_id RHSA-2023:1177
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:1177
19
reference_url https://access.redhat.com/errata/RHSA-2023:1630
reference_id RHSA-2023:1630
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:1630
20
reference_url https://access.redhat.com/errata/RHSA-2023:1815
reference_id RHSA-2023:1815
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:1815
21
reference_url https://access.redhat.com/errata/RHSA-2023:2097
reference_id RHSA-2023:2097
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:2097
22
reference_url https://access.redhat.com/errata/RHSA-2023:2378
reference_id RHSA-2023:2378
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:2378
23
reference_url https://access.redhat.com/errata/RHSA-2023:2867
reference_id RHSA-2023:2867
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:2867
Weaknesses
0
cwe_id 200
name Exposure of Sensitive Information to an Unauthorized Actor
description The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
1
cwe_id 668
name Exposure of Resource to Wrong Sphere
description The product exposes a resource to the wrong control sphere, providing unintended actors with inappropriate access to the resource.
2
cwe_id 377
name Insecure Temporary File
description Creating and using insecure temporary files can leave application and system data vulnerable to attack.
3
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
4
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
Exploits
Severity_range_score4.0 - 6.9
Exploitability0.5
Weighted_severity6.2
Risk_score3.1
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-qub7-qp14-uqcg