Skip to content

[GHSA-2g7m-ph9x-7q7m] ReDoS in strip_whitespaces() function in cps... #5856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: gelbphoenix/advisory-improvement-5856
Choose a base branch
from

Conversation

gelbphoenix
Copy link

Updates

  • Affected products
  • CVSS v4
  • Summary

Comments
The same as with GHSA-qc4j-v7h6-xr5h. Added Autocaliweb to be open about this vulnerablility despite it not being on PyPI. ~gelbphoenix

@Copilot Copilot AI review requested due to automatic review settings July 26, 2025 22:06
Copy link

@Copilot 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

Updates a security advisory for a ReDoS vulnerability affecting both Calibre Web and Autocaliweb packages by adding comprehensive metadata including affected products, CVSS v4 scoring, and vulnerability summary details.

  • Added summary and detailed description of the ReDoS vulnerability in strip_whitespaces() function
  • Updated CVSS v4 score to a more precise format
  • Added affected packages section with version ranges for both calibreweb and autocaliweb

"introduced": "0"
},
{
"fixed": ">= 0.7.1"
Copy link
Preview

Copilot AI Jul 26, 2025

Choose a reason for hiding this comment

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

The 'fixed' field syntax '>= 0.7.1' is invalid for this ecosystem. It should be '0.7.1' without the comparison operator, as the OSV schema expects exact version strings for the 'fixed' event type.

Suggested change
"fixed": ">= 0.7.1"
"fixed": "0.7.1"

Copilot uses AI. Check for mistakes.

@github-actions github-actions bot changed the base branch from main to gelbphoenix/advisory-improvement-5856 July 26, 2025 22:07
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.

1 participant