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

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
@JonathanLEvans
Copy link

Hi @gelbphoenix, thank you for your contribution. I am unable to add autocaliweb as an affected package because it is not in PyPI. However, I will keep it in the description.

@advisory-database advisory-database bot merged commit e0dbd4d into gelbphoenix/advisory-improvement-5856 Jul 28, 2025
4 checks passed
@advisory-database
Copy link
Contributor

Hi @gelbphoenix! 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!

@advisory-database advisory-database bot deleted the gelbphoenix-GHSA-2g7m-ph9x-7q7m branch July 28, 2025 14:53
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