Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gems/httparty/CVE-2025-68696.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ description: |
- Leakage of credentials: If an absolute URL is provided, any API keys or credentials configured in httparty may be exposed to unintended third-party hosts.
- SSRF (Server-Side Request Forgery): Attackers can force the httparty-based program to send requests to other internal hosts within the network where the program is running.
- Affected users: Any software that uses `base_uri` and does not properly validate the path parameter may be affected by this issue.
cvss_v3: 8.2
cvss_v4: 8.8
patched_versions:
- ">= 0.24.0"
Expand Down