Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. bambuddy
  4. ›
  5. CVE-2026-25505

CVE-2026-25505: Bambuddy Uses Hardcoded Secret Key + Many API Endpoints do not Require Authentication

February 2, 2026 (updated February 3, 2026)

  1. A hardcoded secret key used for signing JWTs is checked into source code
  2. ManyAPI routes do not check authentication

print("\n" + “=” * 70) print("\n[SUMMARY]\n")

print(f"Endpoints accessible WITHOUT authentication ({len(results[’no_auth’])}):") for ep in results[“no_auth”]: print(f" - {ep}")

print(f"\nEndpoints accessible with FORGED JWT only ({len(results[‘jwt_only’])}):") for ep in results[“jwt_only”]: print(f" - {ep}")

print(f"\nEndpoints that rejected both ({len(results[‘both_fail’])}):") for ep, no_auth, jwt_auth in results[“both_fail”]: print(f" - {ep} (no_auth: {no_auth}, jwt: {jwt_auth})")

if name == “main”: main()


</details>

<details>
<summary>Script output</summary>

References

  • github.com/advisories/GHSA-gc24-px2r-5qmf
  • github.com/maziggy/bambuddy
  • github.com/maziggy/bambuddy/blob/a9bb8ed8239602bf08a9914f85a09eeb2bf13d15/backend/app/core/auth.py
  • github.com/maziggy/bambuddy/commit/a82f9278d2d587b7042a0858aab79fd8b6e3add9
  • github.com/maziggy/bambuddy/security/advisories/GHSA-gc24-px2r-5qmf
  • nvd.nist.gov/vuln/detail/CVE-2026-25505

Code Behaviors & Features

Detect and mitigate CVE-2026-25505 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 0.1.7

Fixed versions

  • 0.1.7

Solution

Upgrade to version 0.1.7 or above.

Impact 9.8 CRITICAL

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

Learn more about CVSS

Weakness

  • CWE-306: Missing Authentication for Critical Function
  • CWE-321: Use of Hard-coded Cryptographic Key

Source file

pypi/bambuddy/CVE-2026-25505.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Wed, 04 Feb 2026 00:36:26 +0000.