Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. codechecker
  4. ›
  5. CVE-2025-1300

CVE-2025-1300: CodeChecker open redirect when URL contains multiple slashes after the product name

March 3, 2025

Summary

CodeChecker versions up to 6.24.5 contain an open redirect vulnerability due to missing protections against multiple slashes after the product name in the URL’s path segment. This results in bypassing protections against CVE-2021-28861, leading to the same open redirect pathway.

Details

CodeChecker processes GET requests by first rewriting the path segment of the URL, and then passing the rewritten URL to the webserver framework. When trimming the product name from the URL, no sanitization was performed on the remaining URL, which reintroduced the same issue as CVE-2021-28861, leading to the same open redirect pathway using URLs such as /Default//attacker.com/%2f...

Impact

The vulnerability allows an attacker to create a hyperlink that looks like a legitimate CodeChecker URL, but redirects to an attacker-supplied website when clicked.

References

  • github.com/Ericsson/codechecker
  • github.com/Ericsson/codechecker/security/advisories/GHSA-g839-x3p3-g5fm
  • github.com/advisories/GHSA-g839-x3p3-g5fm
  • nvd.nist.gov/vuln/detail/CVE-2025-1300

Code Behaviors & Features

Detect and mitigate CVE-2025-1300 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 6.24.6

Fixed versions

  • 6.24.6

Solution

Upgrade to version 6.24.6 or above.

Impact 6.1 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect')

Source file

pypi/codechecker/CVE-2025-1300.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:16:03 +0000.