Skip to content

[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
yusuke-koyoshi/advisory-improvement-7667from
yusuke-koyoshi-GHSA-4j3c-42xv-3f84
Open

[GHSA-4j3c-42xv-3f84] Apache Tomcat Utilities is vulnerable to resource exhaustion when using the APR/Native connector#7667
yusuke-koyoshi wants to merge 1 commit into
yusuke-koyoshi/advisory-improvement-7667from
yusuke-koyoshi-GHSA-4j3c-42xv-3f84

Conversation

@yusuke-koyoshi
Copy link
Copy Markdown

Updates

  • Affected products
  • CVSS v3
  • CVSS v4
  • Severity

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.

Copilot AI review requested due to automatic review settings May 12, 2026 07:34
@github-actions github-actions Bot changed the base branch from main to yusuke-koyoshi/advisory-improvement-7667 May 12, 2026 07:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.severity from MODERATE to HIGH.

💡 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"
},
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants