Lucene search
+L

50 matches found

Github Security Blog
Github Security Blog
added 2025/12/23 7:31 p.m.12 views

httparty Has Potential SSRF Vulnerability That Leads to API Key Leakage

Summary There may be an SSRF vulnerability in httparty. This issue can pose a risk of leaking API keys, and it can also allow third parties to issue requests to internal servers. Details When httparty receives a path argument that is an absolute URL, it ignores the baseuri field. As a result, if ...

8.8CVSS6.7AI score0.00264EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2025/12/23 7:31 p.m.9 views

GHSA-HM5P-X4RQ-38W4 httparty Has Potential SSRF Vulnerability That Leads to API Key Leakage

Summary There may be an SSRF vulnerability in httparty. This issue can pose a risk of leaking API keys, and it can also allow third parties to issue requests to internal servers. Details When httparty receives a path argument that is an absolute URL, it ignores the baseuri field. As a result, if ...

8.8CVSS6.6AI score0.00264EPSS
SaveExploits1References5
Microsoft CVE
Microsoft CVE
added 2025/09/03 9:44 p.m.4 views

Possible SSRF and Credential Leakage via Absolute URL in axios Requests

...

8.7CVSS6.7AI score0.00763EPSS
SaveExploits1
SUSE Linux
SUSE Linux
added 2025/08/14 1:3 p.m.3 views

Security update for pgadmin4

This update for pgadmin4 fixes the following issues: CVE-2025-27152: Fixed SSRF and creadential leakage due to requests sent to absolute URL even when baseURL is set bsc1239308 CVE-2023-1907: Fixed an issue which could result in users being authenticated in another user's session if two users...

8.7CVSS7.1AI score0.01471EPSS
SaveExploits2References12
OSV
OSV
added 2025/08/14 1:3 p.m.12 views

SUSE-SU-2025:01326-1 Security update for pgadmin4

This update for pgadmin4 fixes the following issues: - CVE-2025-27152: Fixed SSRF and creadential leakage due to requests sent to absolute URL even when baseURL is set bsc1239308 - CVE-2023-1907: Fixed an issue which could result in users being authenticated in another user's session if two users...

8.7CVSS6.7AI score0.01471EPSS
SaveExploits2References7
SUSE Linux
SUSE Linux
added 2025/04/14 7:6 a.m.1 views

Security update for pgadmin4

This update for pgadmin4 fixes the following issues: CVE-2025-27152: axios: Fixed SSRF and creadential leakage due to requests sent to absolute URL even when baseURL is set bsc1239308 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST...

8.7CVSS7AI score0.00763EPSS
SaveExploits1References4
OSV
OSV
added 2025/03/07 3:16 p.m.3 views

GHSA-JR5F-V2JV-69X6 axios Requests Vulnerable To Possible SSRF and Credential Leakage via Absolute URL

Summary A previously reported issue in axios demonstrated that using protocol-relative URLs could lead to SSRF Server-Side Request Forgery. Reference: axios/axios6463 A similar problem that occurs when passing absolute URLs rather than protocol-relative URLs to axios has been identified. Even if...

8.7CVSS6.6AI score0.00763EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2025/03/07 3:16 p.m.72 views

axios Requests Vulnerable To Possible SSRF and Credential Leakage via Absolute URL

Summary A previously reported issue in axios demonstrated that using protocol-relative URLs could lead to SSRF Server-Side Request Forgery. Reference: axios/axios6463 A similar problem that occurs when passing absolute URLs rather than protocol-relative URLs to axios has been identified. Even if...

8.7CVSS6.7AI score0.00763EPSS
SaveExploits1References8Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/07 3:13 p.m.14 views

CVE-2025-27152 Possible SSRF and Credential Leakage via Absolute URL in axios Requests

axios is a promise based HTTP client for the browser and node.js. The issue occurs when passing absolute URLs rather than protocol-relative URLs to axios. Even if ⁠baseURL is set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue...

8.7CVSS6.9AI score0.00763EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/03/07 3:13 p.m.252 views

CVE-2025-27152 Possible SSRF and Credential Leakage via Absolute URL in axios Requests

axios is a promise based HTTP client for the browser and node.js. The issue occurs when passing absolute URLs rather than protocol-relative URLs to axios. Even if ⁠baseURL is set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue...

8.7CVSS0.00763EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2025/03/07 3:13 p.m.57 views

CVE-2025-27152

axios is a promise based HTTP client for the browser and node.js. The issue occurs when passing absolute URLs rather than protocol-relative URLs to axios. Even if ⁠baseURL is set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue...

8.7CVSS6.3AI score0.00763EPSS
SaveExploits1
OSV
OSV
added 2023/12/08 11:45 p.m.10 views

CVE-2023-49799 Server-Side Request Forgery in nuxt-api-party

nuxt-api-party is an open source module to proxy API requests. nuxt-api-party attempts to check if the user has passed an absolute URL to prevent the aforementioned attack. This has been recently changed to use the regular expression ^https?://, however this regular expression can be bypassed by ...

7.5CVSS7.4AI score
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2022/10/01 12:0 a.m.67 views

Oracle Linux 7 : squid (ELSA-2022-22254)

The remote Oracle Linux 7 host has a package installed that is affected by multiple vulnerabilities as referenced in the ELSA-2022-22254 advisory. - 7:4.11-3.0.1 Tenable has extracted the preceding description block directly from the Oracle Linux security advisory. Note that Nessus has not tested...

9.8CVSS6.9AI score0.04302EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/08/12 12:0 a.m.42 views

CVE-2022-35949 `undici.request` vulnerable to SSRF using absolute URL on `pathname`

undici is an HTTP/1.1 client, written from scratch for Node.js.undici is vulnerable to SSRF Server-side Request Forgery when an application takes in user input into the path/pathname option of undici.request. If a user specifies a URL such as http://127.0.0.1 or //127.0.0.1 js const undici =...

5.3CVSS9.5AI score0.01742EPSS
SaveExploits1References3
Hacker One
Hacker One
added 2022/08/09 1:51 p.m.88 views

Internet Bug Bounty: [CVE-2022-35949]: undici.request vulnerable to SSRF using absolute / protocol-relative URL on pathname

GHSA: https://github.com/nodejs/undici/security/advisories/GHSA-8qr4-xgw6-wmr3 Report: https://hackerone.com/reports/1642017 Impact SSRF...

7.5CVSS8.9AI score0.01742EPSS
SaveExploits1
Veracode
Veracode
added 2022/01/18 1:45 a.m.33 views

Open Redirect

flasksecuritytoo is vulnerable to open redirect vulnerabilities. The vulnerability exists due to a lack of validation of the absolute URL from input...

6.1CVSS2.3AI score0.03289EPSS
SaveExploits0References2Affected Software2
RedhatCVE
RedhatCVE
added 2020/04/24 8:33 a.m.55 views

CVE-2019-12520

A flaw was found in squid. The absolute URL of a request can include the decoded UserInfo username and password for certain protocols. This decoded info may contain special characters to delimit the domain, and treat the rest of the URL as a path or query string. An attacker could first make a...

5CVSS1.8AI score0.03829EPSS
SaveExploits0References4
OSV
OSV
added 2020/04/15 8:15 p.m.29 views

CVE-2019-12520

An issue was discovered in Squid through 4.7 and 5. When receiving a request, Squid checks its cache to see if it can serve up a response. It does this by making a MD5 hash of the absolute URL of the request. If found, it servers the request. The absolute URL can include the decoded UserInfo...

7.5CVSS6.6AI score
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2020/04/15 8:15 p.m.41 views

CVE-2019-12520

An issue was discovered in Squid through 4.7 and 5. When receiving a request, Squid checks its cache to see if it can serve up a response. It does this by making a MD5 hash of the absolute URL of the request. If found, it servers the request. The absolute URL can include the decoded UserInfo...

7.5CVSS6.7AI score0.03829EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2020/04/15 7:14 p.m.42 views

CVE-2019-12520

An issue was discovered in Squid through 4.7 and 5. When receiving a request, Squid checks its cache to see if it can serve up a response. It does this by making a MD5 hash of the absolute URL of the request. If found, it servers the request. The absolute URL can include the decoded UserInfo...

7.5CVSS6.5AI score0.03829EPSS
SaveExploits0
Rows per page
Query Builder