Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-qatc-a78d-8ufh
Summary
quic-go: Panic occurs when queuing undecryptable packets after handshake completion
## Summary

A misbehaving or malicious server can trigger an assertion in a quic-go client (and crash the process) by sending a premature HANDSHAKE_DONE frame during the handshake.

## Impact

A misbehaving or malicious server can cause a denial-of-service (DoS) attack on the quic-go client by triggering an assertion failure, leading to a process crash. This requires no authentication and can be exploited during the handshake phase. Observed in the wild with certain server implementations (e.g. Solana's Firedancer QUIC).

## Affected Versions

- All versions prior to v0.49.1 (for the 0.49 branch)
- Versions v0.50.0 to v0.54.0 (inclusive)
- Fixed in v0.49.1, v0.54.1, and v0.55.0 onward

Users are recommended to upgrade to the latest patched version in their respective maintenance branch or to v0.55.0 or later.

## Details

For a regular 1-RTT handshake, QUIC uses three sets of keys to encrypt / decrypt QUIC packets:

- Initial keys (derived from a static key and the connection ID)
- Handshake keys (derived from the client's and server's key shares in the TLS handshake)
- 1-RTT keys (derived when the TLS handshake finishes)

On the client side, Initial keys are discarded when the first Handshake packet is sent. Handshake keys are discarded when the server's HANDSHAKE_DONE frame is received, as specified in section 4.9.2 of RFC 9001. Crucially, Initial keys are always dropped before Handshake keys in a standard handshake.

Due to packet reordering, it is possible to receive a packet with a higher encryption level before the key for that encryption level has been derived. For example, the server's Handshake packets (containing, among others, the TLS certificate) might arrive before the server's Initial packet (which contains the TLS ServerHello). In that case, the client queues the Handshake packets and decrypts them as soon as it has processed the ServerHello and derived Handshake keys.

After completion of the handshake, Initial and Handshake packets are not needed anymore and will be dropped. quic-go implements an [assertion](https://github.com/quic-go/quic-go/blob/v0.55.0/connection.go#L2682-L2685) that no packets are queued after completion of the handshake.

A misbehaving or malicious server can trigger this assertion, and thereby cause a panic, by sending a HANDSHAKE_DONE frame before actually completing the handshake. In that case, Handshake keys would be dropped before Initial keys.

This can only happen if the server implementation is misbehaving: the server can only complete the handshake after receiving the client's TLS Finished message (which is sent in Handshake packets).

## The Fix

quic-go needs to be able to handle misbehaving server implementations, including those that prematurely send a HANDSHAKE_DONE frame. We now discard Initial keys when receiving a HANDSHAKE_DONE frame, thereby correctly handling premature HANDSHAKE_DONE frames. The fix was implemented in https://github.com/quic-go/quic-go/pull/5354.
Aliases
0
alias CVE-2025-59530
1
alias GHSA-47m2-4cr7-mhcw
Fixed_packages
0
url pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.46.0-2~bpo12%2B1
purl pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.46.0-2~bpo12%2B1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.46.0-2~bpo12%252B1
1
url pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.54.1-1?distro=trixie
purl pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.54.1-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.54.1-1%3Fdistro=trixie
2
url pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.59.0-2?distro=trixie
purl pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.59.0-2?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.59.0-2%3Fdistro=trixie
3
url pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.59.0-2
purl pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.59.0-2
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.59.0-2
4
url pkg:golang/github.com/quic-go/quic-go@0.49.1
purl pkg:golang/github.com/quic-go/quic-go@0.49.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:golang/github.com/quic-go/quic-go@0.49.1
5
url pkg:golang/github.com/quic-go/quic-go@0.54.1
purl pkg:golang/github.com/quic-go/quic-go@0.54.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:golang/github.com/quic-go/quic-go@0.54.1
Affected_packages
0
url pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.19.3-1?distro=trixie
purl pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.19.3-1?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-18gf-znwv-aubu
1
vulnerability VCID-3vjt-1se3-rbhc
2
vulnerability VCID-apqf-t7ew-5fgw
3
vulnerability VCID-qatc-a78d-8ufh
4
vulnerability VCID-tw5q-cn78-vyda
5
vulnerability VCID-u6kw-zxc9-q7gg
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.19.3-1%3Fdistro=trixie
1
url pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.19.3-1
purl pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.19.3-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-18gf-znwv-aubu
1
vulnerability VCID-3vjt-1se3-rbhc
2
vulnerability VCID-apqf-t7ew-5fgw
3
vulnerability VCID-qatc-a78d-8ufh
4
vulnerability VCID-tw5q-cn78-vyda
5
vulnerability VCID-u6kw-zxc9-q7gg
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.19.3-1
2
url pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.29.0-1?distro=trixie
purl pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.29.0-1?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-18gf-znwv-aubu
1
vulnerability VCID-3vjt-1se3-rbhc
2
vulnerability VCID-apqf-t7ew-5fgw
3
vulnerability VCID-qatc-a78d-8ufh
4
vulnerability VCID-tw5q-cn78-vyda
5
vulnerability VCID-u6kw-zxc9-q7gg
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.29.0-1%3Fdistro=trixie
3
url pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.29.0-1
purl pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.29.0-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-18gf-znwv-aubu
1
vulnerability VCID-3vjt-1se3-rbhc
2
vulnerability VCID-apqf-t7ew-5fgw
3
vulnerability VCID-qatc-a78d-8ufh
4
vulnerability VCID-tw5q-cn78-vyda
5
vulnerability VCID-u6kw-zxc9-q7gg
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.29.0-1
4
url pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.50.1-2
purl pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.50.1-2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-apqf-t7ew-5fgw
1
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.50.1-2
5
url pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.50.1-2?distro=trixie
purl pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.50.1-2?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-apqf-t7ew-5fgw
1
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/golang-github-lucas-clemente-quic-go@0.50.1-2%3Fdistro=trixie
6
url pkg:rpm/redhat/ansible-builder@3.1.1-1?arch=el9ap
purl pkg:rpm/redhat/ansible-builder@3.1.1-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-builder@3.1.1-1%3Farch=el9ap
7
url pkg:rpm/redhat/ansible-builder@3.1.1-1?arch=el8ap
purl pkg:rpm/redhat/ansible-builder@3.1.1-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-builder@3.1.1-1%3Farch=el8ap
8
url pkg:rpm/redhat/ansible-creator@25.12.0-1?arch=el9ap
purl pkg:rpm/redhat/ansible-creator@25.12.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-creator@25.12.0-1%3Farch=el9ap
9
url pkg:rpm/redhat/ansible-creator@25.12.0-1?arch=el8ap
purl pkg:rpm/redhat/ansible-creator@25.12.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-creator@25.12.0-1%3Farch=el8ap
10
url pkg:rpm/redhat/ansible-dev-environment@25.12.2-1.1?arch=el9ap
purl pkg:rpm/redhat/ansible-dev-environment@25.12.2-1.1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-dev-environment@25.12.2-1.1%3Farch=el9ap
11
url pkg:rpm/redhat/ansible-dev-environment@25.12.2-1.1?arch=el8ap
purl pkg:rpm/redhat/ansible-dev-environment@25.12.2-1.1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-dev-environment@25.12.2-1.1%3Farch=el8ap
12
url pkg:rpm/redhat/ansible-dev-tools@25.12.0-1?arch=el9ap
purl pkg:rpm/redhat/ansible-dev-tools@25.12.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-dev-tools@25.12.0-1%3Farch=el9ap
13
url pkg:rpm/redhat/ansible-dev-tools@25.12.0-1?arch=el8ap
purl pkg:rpm/redhat/ansible-dev-tools@25.12.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-dev-tools@25.12.0-1%3Farch=el8ap
14
url pkg:rpm/redhat/ansible-lint@25.12.0-1?arch=el9ap
purl pkg:rpm/redhat/ansible-lint@25.12.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-lint@25.12.0-1%3Farch=el9ap
15
url pkg:rpm/redhat/ansible-lint@25.12.0-1?arch=el8ap
purl pkg:rpm/redhat/ansible-lint@25.12.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-lint@25.12.0-1%3Farch=el8ap
16
url pkg:rpm/redhat/ansible-navigator@25.12.0-1?arch=el9ap
purl pkg:rpm/redhat/ansible-navigator@25.12.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-navigator@25.12.0-1%3Farch=el9ap
17
url pkg:rpm/redhat/ansible-navigator@25.12.0-1?arch=el8ap
purl pkg:rpm/redhat/ansible-navigator@25.12.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-navigator@25.12.0-1%3Farch=el8ap
18
url pkg:rpm/redhat/ansible-sign@0.1.4-1?arch=el9ap
purl pkg:rpm/redhat/ansible-sign@0.1.4-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-sign@0.1.4-1%3Farch=el9ap
19
url pkg:rpm/redhat/ansible-sign@0.1.4-1?arch=el8ap
purl pkg:rpm/redhat/ansible-sign@0.1.4-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ansible-sign@0.1.4-1%3Farch=el8ap
20
url pkg:rpm/redhat/automation-hub@4.10.10-1?arch=el9ap
purl pkg:rpm/redhat/automation-hub@4.10.10-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/automation-hub@4.10.10-1%3Farch=el9ap
21
url pkg:rpm/redhat/automation-hub@4.10.10-1?arch=el8ap
purl pkg:rpm/redhat/automation-hub@4.10.10-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/automation-hub@4.10.10-1%3Farch=el8ap
22
url pkg:rpm/redhat/bindep@2.13.0-1?arch=el9ap
purl pkg:rpm/redhat/bindep@2.13.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/bindep@2.13.0-1%3Farch=el9ap
23
url pkg:rpm/redhat/bindep@2.13.0-1?arch=el8ap
purl pkg:rpm/redhat/bindep@2.13.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/bindep@2.13.0-1%3Farch=el8ap
24
url pkg:rpm/redhat/molecule@25.12.0-1?arch=el9ap
purl pkg:rpm/redhat/molecule@25.12.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/molecule@25.12.0-1%3Farch=el9ap
25
url pkg:rpm/redhat/molecule@25.12.0-1?arch=el8ap
purl pkg:rpm/redhat/molecule@25.12.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/molecule@25.12.0-1%3Farch=el8ap
26
url pkg:rpm/redhat/python3.11-ansible-compat@25.12.0-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-ansible-compat@25.12.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-ansible-compat@25.12.0-1%3Farch=el8ap
27
url pkg:rpm/redhat/python3.11-ansible-compat@25.12.0-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-ansible-compat@25.12.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-ansible-compat@25.12.0-1%3Farch=el9ap
28
url pkg:rpm/redhat/python3.11-distlib@0.4.0-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-distlib@0.4.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-distlib@0.4.0-1%3Farch=el8ap
29
url pkg:rpm/redhat/python3.11-distlib@0.4.0-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-distlib@0.4.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-distlib@0.4.0-1%3Farch=el9ap
30
url pkg:rpm/redhat/python3.11-django@4.2.26-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-django@4.2.26-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-django@4.2.26-1%3Farch=el9ap
31
url pkg:rpm/redhat/python3.11-django@4.2.26-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-django@4.2.26-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-django@4.2.26-1%3Farch=el8ap
32
url pkg:rpm/redhat/python3.11-execnet@2.1.2-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-execnet@2.1.2-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-execnet@2.1.2-1%3Farch=el8ap
33
url pkg:rpm/redhat/python3.11-execnet@2.1.2-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-execnet@2.1.2-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-execnet@2.1.2-1%3Farch=el9ap
34
url pkg:rpm/redhat/python3.11-galaxy-importer@0.4.36-2?arch=el8ap
purl pkg:rpm/redhat/python3.11-galaxy-importer@0.4.36-2?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-galaxy-importer@0.4.36-2%3Farch=el8ap
35
url pkg:rpm/redhat/python3.11-galaxy-importer@0.4.36-2?arch=el9ap
purl pkg:rpm/redhat/python3.11-galaxy-importer@0.4.36-2?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-galaxy-importer@0.4.36-2%3Farch=el9ap
36
url pkg:rpm/redhat/python3.11-galaxy-ng@4.10.10-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-galaxy-ng@4.10.10-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-galaxy-ng@4.10.10-1%3Farch=el8ap
37
url pkg:rpm/redhat/python3.11-galaxy-ng@4.10.10-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-galaxy-ng@4.10.10-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-galaxy-ng@4.10.10-1%3Farch=el9ap
38
url pkg:rpm/redhat/python3.11-gunicorn@23.0.0-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-gunicorn@23.0.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-gunicorn@23.0.0-1%3Farch=el8ap
39
url pkg:rpm/redhat/python3.11-gunicorn@23.0.0-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-gunicorn@23.0.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-gunicorn@23.0.0-1%3Farch=el9ap
40
url pkg:rpm/redhat/python3.11-pluggy@1.6.0-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-pluggy@1.6.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-pluggy@1.6.0-1%3Farch=el9ap
41
url pkg:rpm/redhat/python3.11-pluggy@1.6.0-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-pluggy@1.6.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-pluggy@1.6.0-1%3Farch=el8ap
42
url pkg:rpm/redhat/python3.11-pytest@9.0.1-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-pytest@9.0.1-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-pytest@9.0.1-1%3Farch=el8ap
43
url pkg:rpm/redhat/python3.11-pytest@9.0.1-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-pytest@9.0.1-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-pytest@9.0.1-1%3Farch=el9ap
44
url pkg:rpm/redhat/python3.11-pytest-ansible@25.12.0-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-pytest-ansible@25.12.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-pytest-ansible@25.12.0-1%3Farch=el8ap
45
url pkg:rpm/redhat/python3.11-pytest-ansible@25.12.0-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-pytest-ansible@25.12.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-pytest-ansible@25.12.0-1%3Farch=el9ap
46
url pkg:rpm/redhat/python3.11-pytest-xdist@3.8.0-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-pytest-xdist@3.8.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-pytest-xdist@3.8.0-1%3Farch=el9ap
47
url pkg:rpm/redhat/python3.11-pytest-xdist@3.8.0-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-pytest-xdist@3.8.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-pytest-xdist@3.8.0-1%3Farch=el8ap
48
url pkg:rpm/redhat/python3.11-ruamel-yaml-clib@0.2.15-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-ruamel-yaml-clib@0.2.15-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-ruamel-yaml-clib@0.2.15-1%3Farch=el9ap
49
url pkg:rpm/redhat/python3.11-ruamel-yaml-clib@0.2.15-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-ruamel-yaml-clib@0.2.15-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-ruamel-yaml-clib@0.2.15-1%3Farch=el8ap
50
url pkg:rpm/redhat/python3.11-subprocess-tee@0.4.2-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-subprocess-tee@0.4.2-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-subprocess-tee@0.4.2-1%3Farch=el9ap
51
url pkg:rpm/redhat/python3.11-subprocess-tee@0.4.2-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-subprocess-tee@0.4.2-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-subprocess-tee@0.4.2-1%3Farch=el8ap
52
url pkg:rpm/redhat/python3.11-tox-ansible@25.12.0-1.2?arch=el8ap
purl pkg:rpm/redhat/python3.11-tox-ansible@25.12.0-1.2?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-tox-ansible@25.12.0-1.2%3Farch=el8ap
53
url pkg:rpm/redhat/python3.11-tox-ansible@25.12.0-1.2?arch=el9ap
purl pkg:rpm/redhat/python3.11-tox-ansible@25.12.0-1.2?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-tox-ansible@25.12.0-1.2%3Farch=el9ap
54
url pkg:rpm/redhat/python3.11-typing-extensions@4.15.0-1?arch=el9ap
purl pkg:rpm/redhat/python3.11-typing-extensions@4.15.0-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-typing-extensions@4.15.0-1%3Farch=el9ap
55
url pkg:rpm/redhat/python3.11-typing-extensions@4.15.0-1?arch=el8ap
purl pkg:rpm/redhat/python3.11-typing-extensions@4.15.0-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5ahj-2e48-k3bq
1
vulnerability VCID-6wx7-16zc-8qck
2
vulnerability VCID-9uzd-mmyv-mfh4
3
vulnerability VCID-aq84-8cnz-byax
4
vulnerability VCID-pvw1-t3hh-nyep
5
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python3.11-typing-extensions@4.15.0-1%3Farch=el8ap
56
url pkg:rpm/redhat/receptor@1.6.2-1?arch=el9ap
purl pkg:rpm/redhat/receptor@1.6.2-1?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9uzd-mmyv-mfh4
1
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/receptor@1.6.2-1%3Farch=el9ap
57
url pkg:rpm/redhat/receptor@1.6.2-1?arch=el8ap
purl pkg:rpm/redhat/receptor@1.6.2-1?arch=el8ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9uzd-mmyv-mfh4
1
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/receptor@1.6.2-1%3Farch=el8ap
58
url pkg:rpm/redhat/receptor@1.6.2-2?arch=el9ap
purl pkg:rpm/redhat/receptor@1.6.2-2?arch=el9ap
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qatc-a78d-8ufh
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/receptor@1.6.2-2%3Farch=el9ap
References
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-59530.json
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-59530.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2025-59530
reference_id
reference_type
scores
0
value 0.00035
scoring_system epss
scoring_elements 0.10202
published_at 2026-04-07T12:55:00Z
1
value 0.00035
scoring_system epss
scoring_elements 0.10338
published_at 2026-04-09T12:55:00Z
2
value 0.00035
scoring_system epss
scoring_elements 0.10239
published_at 2026-04-02T12:55:00Z
3
value 0.00035
scoring_system epss
scoring_elements 0.10276
published_at 2026-04-08T12:55:00Z
4
value 0.00035
scoring_system epss
scoring_elements 0.10304
published_at 2026-04-04T12:55:00Z
5
value 0.00035
scoring_system epss
scoring_elements 0.10152
published_at 2026-05-05T12:55:00Z
6
value 0.00035
scoring_system epss
scoring_elements 0.10203
published_at 2026-04-29T12:55:00Z
7
value 0.00035
scoring_system epss
scoring_elements 0.10259
published_at 2026-04-26T12:55:00Z
8
value 0.00035
scoring_system epss
scoring_elements 0.10266
published_at 2026-04-24T12:55:00Z
9
value 0.00035
scoring_system epss
scoring_elements 0.10286
published_at 2026-04-21T12:55:00Z
10
value 0.00035
scoring_system epss
scoring_elements 0.10153
published_at 2026-04-18T12:55:00Z
11
value 0.00035
scoring_system epss
scoring_elements 0.1018
published_at 2026-04-16T12:55:00Z
12
value 0.00035
scoring_system epss
scoring_elements 0.10306
published_at 2026-04-13T12:55:00Z
13
value 0.00035
scoring_system epss
scoring_elements 0.10326
published_at 2026-04-12T12:55:00Z
14
value 0.00035
scoring_system epss
scoring_elements 0.10367
published_at 2026-04-11T12:55:00Z
15
value 0.00038
scoring_system epss
scoring_elements 0.11346
published_at 2026-05-11T12:55:00Z
16
value 0.00038
scoring_system epss
scoring_elements 0.11381
published_at 2026-05-09T12:55:00Z
17
value 0.00038
scoring_system epss
scoring_elements 0.11323
published_at 2026-05-07T12:55:00Z
18
value 0.00038
scoring_system epss
scoring_elements 0.11387
published_at 2026-05-12T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2025-59530
2
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-59530
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-59530
3
reference_url https://github.com/quic-go/quic-go
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/quic-go/quic-go
4
reference_url https://github.com/quic-go/quic-go/blob/v0.55.0/connection.go#L2682-L2685
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-10-10T16:31:32Z/
url https://github.com/quic-go/quic-go/blob/v0.55.0/connection.go#L2682-L2685
5
reference_url https://github.com/quic-go/quic-go/commit/bc5bccf10fd02728eef150683eb4dfaa5c0e749c
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/quic-go/quic-go/commit/bc5bccf10fd02728eef150683eb4dfaa5c0e749c
6
reference_url https://github.com/quic-go/quic-go/commit/ce7c9ea8834b9d2ed79efa9269467f02c0895d42
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/quic-go/quic-go/commit/ce7c9ea8834b9d2ed79efa9269467f02c0895d42
7
reference_url https://github.com/quic-go/quic-go/pull/5354
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-10-10T16:31:32Z/
url https://github.com/quic-go/quic-go/pull/5354
8
reference_url https://github.com/quic-go/quic-go/security/advisories/GHSA-47m2-4cr7-mhcw
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-10-10T16:31:32Z/
url https://github.com/quic-go/quic-go/security/advisories/GHSA-47m2-4cr7-mhcw
9
reference_url https://nvd.nist.gov/vuln/detail/CVE-2025-59530
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2025-59530
10
reference_url https://pkg.go.dev/vuln/GO-2025-4017
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://pkg.go.dev/vuln/GO-2025-4017
11
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2403125
reference_id 2403125
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2403125
12
reference_url https://access.redhat.com/errata/RHSA-2025:21706
reference_id RHSA-2025:21706
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:21706
13
reference_url https://access.redhat.com/errata/RHSA-2025:21768
reference_id RHSA-2025:21768
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:21768
14
reference_url https://access.redhat.com/errata/RHSA-2025:21775
reference_id RHSA-2025:21775
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:21775
15
reference_url https://access.redhat.com/errata/RHSA-2025:21892
reference_id RHSA-2025:21892
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:21892
16
reference_url https://access.redhat.com/errata/RHSA-2025:22784
reference_id RHSA-2025:22784
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:22784
17
reference_url https://access.redhat.com/errata/RHSA-2025:23069
reference_id RHSA-2025:23069
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:23069
18
reference_url https://access.redhat.com/errata/RHSA-2025:23131
reference_id RHSA-2025:23131
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:23131
Weaknesses
0
cwe_id 617
name Reachable Assertion
description The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
1
cwe_id 755
name Improper Handling of Exceptional Conditions
description The product does not handle or incorrectly handles an exceptional condition.
Exploits
Severity_range_score5.3 - 8.9
Exploitability0.5
Weighted_severity8.0
Risk_score4.0
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-qatc-a78d-8ufh