[GHSA-4j3c-42xv-3f84] Apache Tomcat Utilities is vulnerable to resource exhaustion when using the APR/Native connector#7667
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub-reviewed advisory for GHSA-4j3c-42xv-3f84 (CVE-2025-52434) to better reflect affected Maven artifacts and to adjust CVSS/severity metadata.
Changes:
- Updates the CVSS v4 vector string to exclude threat metrics.
- Revises the “affected” package entries to different Maven coordinates and version ranges.
- Raises
database_specific.severityfromMODERATEtoHIGH.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "severity": [ | ||
| { | ||
| "type": "CVSS_V3", | ||
| "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" | ||
| }, | ||
| { | ||
| "type": "CVSS_V4", | ||
| "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:U" | ||
| "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H" | ||
| } | ||
| ], |
There was a problem hiding this comment.
The UI does not allow you to change CVSS v3 and CVSS v4 at the same time.
When importing, please import CVSS v3 without deleting it.
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-util" | ||
| "name": "org.apache.tomcat.embed:tomcat-embed-core" | ||
| }, |
There was a problem hiding this comment.
After verifying the fix commit (apache/tomcat@8a83c3c), the only modified file is java/org/apache/tomcat/util/net/AprEndpoint.java. This file is not included in the org.apache.tomcat:tomcat-util artifact, so that package is not affected by this vulnerability. I've updated the affected packages list accordingly.
|
👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the |
|
Please review this PR. |
607d00b
into
yusuke-koyoshi/advisory-improvement-7667
|
Hi @yusuke-koyoshi! Thank you so much for contributing to the GitHub Advisory Database. This database is free, open, and accessible to all, and it's people like you who make it great. Thanks for choosing to help others. We hope you send in more contributions in the future! |
Updates
Comments
Updated the GHSA advisory's "Affected packages" field to correctly identify the packages that are actually impacted by this vulnerability. The previous entry did not accurately reflect the real scope of the issue.
Threat Metrics should not be included in the CVSS vector string for vulnerabilities.