[GHSA-4j3c-42xv-3f84] Apache Tomcat Utilities is vulnerable to resource exhaustion when using the APR/Native connector#7667
Open
yusuke-koyoshi wants to merge 1 commit into
Conversation
Contributor
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.
Comment on lines
11
to
16
| "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" | ||
| } | ||
| ], |
Comment on lines
18
to
+22
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-util" | ||
| "name": "org.apache.tomcat.embed:tomcat-embed-core" | ||
| }, |
Author
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.