Lucene search
+L

115 matches found

Kitploit
Kitploit
added 2026/09/06 12:52 a.m.4 views

Metabase_CVE-2021-41277

MetabaseCVE-2021-41277 Description Metabase est une plateforme d'analyse de données open source. Dans les versions concernées, un problème de sécurité a été découvert avec le support des cartes GeoJSON personnalisées admin-settings-maps-custom maps-add a map et une potentielle inclusion de fichie...

10CVSS7.1AI score0.97178EPSS
SaveExploits5
Cvelist
Cvelist
added 2026/09/05 6:00 a.m.25 views

CVE-2026-83543 Greenshift < 13.2.0 - Contributor+ SSRF via get-csv-to-json REST Endpoint

The Greenshift WordPress plugin before 13.2.0 does not validate a user-supplied URL before fetching it server-side, allowing users with contributor-level access and above to make the server issue requests to arbitrary hosts and read the response...

0.00132EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 3:17 p.m.4 views

CVE-2026-85650

Trigger.dev before 4.5.2 contains a server-side request forgery vulnerability in webhook alert channel delivery URLs that are fetched without validation or SSRF protection. Authenticated users with organization membership can create alert channels with URLs targeting internal services and metadat...

5.4CVSS0.00313EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/03 2:12 p.m.4 views

CVE-2026-85179 Label Studio through 1.23.0 SSRF via Unvalidated Webhook URL

Label Studio through 1.23.0 fails to validate webhook URLs, allowing authenticated users to dispatch requests to internal services including RFC 1918 addresses and cloud metadata endpoints. Attackers can create webhooks targeting private networks and exfiltrate annotation data by enabling payload...

8.4CVSS5.5AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/02 9:45 a.m.7 views

EUVD-2026-69894

In Eclipse Ditto versions 3.0.0 to 3.9.6, the Things service fetches WoT Web of Things ThingModels over HTTP from URLs supplied by API users in the definition field of a Thing or Feature, without validating the target host, and follows HTTP redirects without re-validating the redirect target and...

5.3CVSS6AI score0.0029EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/02 9:16 a.m.5 views

DEBIAN-CVE-2026-53683

resetpassword.html parses query string parameters and uses the 'url' parameter as a redirection target window.location = url after password reset, optionally delayed by a 'delay' parameter. No validation or allowlisting is performed on url, enabling an attacker to redirect users to an arbitrary...

4.3CVSS5.9AI score0.00162EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/01 11:33 a.m.9 views

EUVD-2026-69034

Kyverno before 1.16.2 contains a server-side request forgery SSRF vulnerability in the APICall feature. The URL field in a Policy's ServiceCall configuration is not validated, so a user with namespace-level Policy creation permissions can direct Kyverno to make HTTP requests to arbitrary internal...

7.7CVSS6AI score0.0026EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/01 11:33 a.m.33 views

CVE-2026-84199 Kyverno before 1.16.2 SSRF via APICall Feature

Kyverno before 1.16.2 contains a server-side request forgery SSRF vulnerability in the APICall feature. The URL field in a Policy's ServiceCall configuration is not validated, so a user with namespace-level Policy creation permissions can direct Kyverno to make HTTP requests to arbitrary internal...

7.7CVSS0.0026EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/31 8:46 a.m.6 views

CVE-2026-82866 @pdfme/common before 5.5.10 SSRF via Unvalidated URL Fetch

@pdfme/common before 5.5.10 contains a server-side request forgery vulnerability in the getB64BasePdf function that fetches arbitrary URLs without validation when basePdf is attacker-controlled. Attackers who control the basePdf template field can force servers or clients to make requests to...

8.9CVSS6AI score
SaveExploits0References4
CVE
CVE
added 2026/08/31 8:46 a.m.12 views

CVE-2026-82866

@pdfme/common before 5.5.10 contains a server-side request forgery (SSRF) vulnerability in the getB64BasePdf function. When the basePdf template field is attacker-controlled, the function fetches arbitrary URLs without validation, allowing attackers to force servers or clients to request internal...

8.9CVSS6AI score0.00217EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/31 8:46 a.m.43 views

CVE-2026-82866 @pdfme/common before 5.5.10 SSRF via Unvalidated URL Fetch

@pdfme/common before 5.5.10 contains a server-side request forgery vulnerability in the getB64BasePdf function that fetches arbitrary URLs without validation when basePdf is attacker-controlled. Attackers who control the basePdf template field can force servers or clients to make requests to...

8.9CVSS0.00217EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/29 6:00 a.m.19 views

CVE-2026-16600

CVE-2026-16600 affects the SmartAIPress WordPress plugin through 1.2.0 . The root cause is a missing capability check on the AJAX action smartaipress_openai_upload_and_set_featured_image, combined with the absence of URL validation before a server-side fetch. This allows any user with subscriber-...

7.7CVSS5.9AI score0.00201EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/29 12:00 a.m.18 views

PT-2026-83395

Name of the Vulnerable Software and Affected Versions SmartAIPress versions prior to 1.2.1 Description Users with subscriber-level access and above can perform a full-read Server-Side Request Forgery SSRF, a condition where an attacker forces a server to make requests to an unintended location...

7.7CVSS5.9AI score0.00201EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/27 5:20 p.m.8 views

CVE-2026-81101

The configure command accepted any endpoint URL and stored it beside the user's access token. ConfigureCommand.execute in src/cli.ts persisted the value given to its endpoint option into the user profile without passing it through createSafeUrl in src/config.ts, the helper that already restricted...

6.9CVSS0.00322EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/27 2:50 p.m.9 views

EUVD-2026-67029

The configure command accepted any endpoint URL and stored it beside the user's access token. ConfigureCommand.execute in src/cli.ts persisted the value given to its endpoint option into the user profile without passing it through createSafeUrl in src/config.ts, the helper that already restricted...

6.9CVSS5.4AI score0.00322EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/27 11:39 a.m.4 views

CVE-2026-46380

A flaw was found in compliance-trestle, a tooling platform for managing compliance as code. The HTTPSFetcher.dofetch method, responsible for remote fetching, passes a user-supplied URL directly to the requests.get function without proper validation. This vulnerability allows a remote attacker to...

6.7CVSS5.3AI score0.001EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/24 4:39 p.m.13 views

awx: webhook status callback SSRF leaks the Git PAT

A server-side request forgery SSRF vulnerability was found in AWX's webhook status callback mechanism. When processing GitHub pull request webhooks, AWX extracts the status callback URL pullrequest.statusesurl from the incoming webhook payload without validating the target host against the expect...

7.7CVSS5.8AI score0.00448EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/24 3:42 p.m.40 views

CVE-2026-71366 Awx: notification backends allow ssrf and credential leakage

A server-side request forgery SSRF vulnerability was found in multiple AWX notification backends. The webhook, Mattermost, Rocket.Chat, and Grafana notification backends use notification template URLs as direct HTTP request targets without validating the target address against private, loopback, ...

7.7CVSS0.00333EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/24 3:42 p.m.9 views

EUVD-2026-64923

A server-side request forgery SSRF vulnerability was found in multiple AWX notification backends. The webhook, Mattermost, Rocket.Chat, and Grafana notification backends use notification template URLs as direct HTTP request targets without validating the target address against private, loopback, ...

7.7CVSS5.5AI score0.00333EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 9:57 p.m.16 views

CVE-2026-72846 Lightdash Scheduled Delivery Webhook URLs Are Not Validated, Allowing Server-Side Request Forgery

Lightdash stores the webhook URL supplied with a scheduled delivery and later posts to it from sendWebhook in packages/backend/src/clients/GoogleChat/GoogleChatClient.ts and in packages/backend/src/clients/MicrosoftTeams/MicrosoftTeamsClient.ts. In affected versions both call fetch on the stored...

5.3CVSS5.6AI score
SaveExploits0References8
Rows per page
Query Builder