Lucene search
+L

107 matches found

Kitploit
Kitploit
added 2026/09/16 12:46 p.m.8 views

CVE-2022-36663-PoC

CVE-2022-36663-PoC Escáner de red interna mediante blind SSRF en Gluu IAM Gluu IAM es vulnerable a blind SSRF, el cual puede ser explotado para escanear la red interna en busca de puertos abiertos dependiendo de los tiempos de respuesta. https://nvd.nist.gov/vuln/detail/CVE-2022-36663 Para...

9.8CVSS8.3AI score0.02468EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/16 10:20 a.m.7 views

Keycloak-12.0.1-CVE-2020-10770

Keycloak-12.0.1-CVE-2020-10770 Keycloak 12.0.1 - 'requesturi' Server-Side Request Forgery SSRF ciego Sin autenticación Exploit-DB-50405 Resultado esperado: Escaneo de puertos de localhost o hosts accesibles internamente. Destinado únicamente para fines educativos y pruebas en entornos corporativo...

5.3CVSS6.6AI score0.69724EPSS
SaveExploits6
Nuclei
Nuclei
added 2026/09/16 2:04 a.m.88 views

Newsletter < 7.4.5 - Cross-Site Scripting

The Newsletter WordPress plugin before 7.4.5 does not sanitize and escape the $SERVER'REQUESTURI' before echoing it back in admin pages. Although this uses addslashes, and most modern browsers automatically URLEncode requests, this is still vulnerable to Reflected XSS in older browsers such as...

6.1CVSS6.3AI score0.01941EPSS
SaveExploits2References4
Kitploit
Kitploit
added 2026/09/13 2:01 a.m.7 views

CVE-2024-27198-TeamCity

Mitigation methods: regexp on WAF root@kitploit: REQUESTURI Regex ^\S\?jsp=\S;\.jsp...

9.8CVSS8.5AI score0.99938EPSS
SaveExploits25
NVD
NVD
added 2026/09/11 12:16 p.m.8 views

CVE-2026-89241

WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a reflected cross-site scripting vulnerability in confirmLivePassword.php that copies REQUESTURI into a form action attribute without encoding. Attackers can craft a malicious URL with a quote character to break out of t...

6.1CVSS0.00197EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 11:15 a.m.13 views

CVE-2026-89241

WWBN AVideo contains a reflected cross-site scripting (XSS) vulnerability in confirmLivePassword.php . The root cause is that the script copies the REQUEST_URI variable directly into a form action attribute without encoding. An attacker can craft a malicious URL containing a quote character to br...

6.1CVSS5.6AI score0.00197EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 11:15 a.m.40 views

CVE-2026-89241 WWBN AVideo Reflected XSS via confirmLivePassword.php

WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a reflected cross-site scripting vulnerability in confirmLivePassword.php that copies REQUESTURI into a form action attribute without encoding. Attackers can craft a malicious URL with a quote character to break out of t...

6.1CVSS0.00197EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 11:15 a.m.8 views

EUVD-2026-76053

WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a reflected cross-site scripting vulnerability in confirmLivePassword.php that copies REQUESTURI into a form action attribute without encoding. Attackers can craft a malicious URL with a quote character to break out of t...

6.1CVSS5.6AI score0.00197EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/28 10:16 p.m.13 views

CVE-2026-55891

PrivateBin is an online pastebin where the server has zero knowledge of pasted data. Prior to 2.0.5, Request::getRequestUri in lib/Request.php passes $SERVER'REQUESTURI' through FILTERSANITIZEURL, which does not remove quotation marks, angle brackets, or apostrophes, and Controller::init stores t...

0.00328EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/28 8:25 p.m.14 views

PrivateBin has reflected JSON injection in backend responses via unescaped REQUEST_URI

Vulnerability Details A reflected JSON injection allows an attacker to return arbitrary data in the JSON endpoints like /?jsonld= and /?pasteid. Root Cause Request::getRequestUri sanitizes $SERVER'REQUESTURI' with FILTERSANITIZEURL: php public function getRequestUri $uri =...

6.1AI score0.00328EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/28 8:25 p.m.13 views

GHSA-XRJC-C68J-HP7W PrivateBin has reflected JSON injection in backend responses via unescaped REQUEST_URI

Vulnerability Details A reflected JSON injection allows an attacker to return arbitrary data in the JSON endpoints like /?jsonld= and /?pasteid. Root Cause Request::getRequestUri sanitizes $SERVER'REQUESTURI' with FILTERSANITIZEURL: php public function getRequestUri $uri =...

6.1AI score0.00328EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/28 8:23 p.m.50 views

CVE-2026-55891 PrivateBin: Reflected JSON injection in backend responses via unescaped REQUEST_URI

PrivateBin is an online pastebin where the server has zero knowledge of pasted data. Prior to 2.0.5, Request::getRequestUri in lib/Request.php passes $SERVER'REQUESTURI' through FILTERSANITIZEURL, which does not remove quotation marks, angle brackets, or apostrophes, and Controller::init stores t...

0.00328EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 8:23 p.m.11 views

CVE-2026-55891 PrivateBin: Reflected JSON injection in backend responses via unescaped REQUEST_URI

PrivateBin is an online pastebin where the server has zero knowledge of pasted data. Prior to 2.0.5, Request::getRequestUri in lib/Request.php passes $SERVER'REQUESTURI' through FILTERSANITIZEURL, which does not remove quotation marks, angle brackets, or apostrophes, and Controller::init stores t...

6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/28 8:23 p.m.29 views

CVE-2026-55891

PrivateBin , a zero-knowledge PHP pastebin, is vulnerable to reflected JSON injection in its JSON-LD response paths (/?jsonld= and /?pasteid) in versions prior to 2.0.5 . The root cause is that FILTER_SANITIZE_URL does not strip quotation marks from $_SERVER['REQUEST_URI'], and the unsanitized va...

6AI score0.00328EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/27 6:35 a.m.28 views

CVE-2026-59355

Spring Authorization Server versions 1.5.0 through 1.5.7 are affected by an open redirect vulnerability in the authorization endpoint . The root cause is insufficient validation of the request_uri parameter : an attacker can craft a request containing an invalid request_uri paired with an unvalid...

6.1CVSS5.3AI score0.00226EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/08/27 6:35 a.m.7 views

EUVD-2026-66978

In versions of Spring Authorization Server 1.5.0 through 1.5.7, the authorization endpoint performs insufficient validation of the requesturi parameter. An attacker can craft a request containing an invalid requesturi paired with an unvalidated redirecturi, which can result in an open redirect to...

6.1CVSS5.3AI score0.00226EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/27 6:35 a.m.31 views

CVE-2026-59355 Spring Authorization Server: Open Redirect via request_uri parameter

In versions of Spring Authorization Server 1.5.0 through 1.5.7, the authorization endpoint performs insufficient validation of the requesturi parameter. An attacker can craft a request containing an invalid requesturi paired with an unvalidated redirecturi, which can result in an open redirect to...

6.1CVSS0.00226EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/27 6:16 p.m.16 views

CVE-2026-17552

Plack::App::Prerender versions before 0.3.0 for Perl can proxy to an arbitrary host via unvalidated REQUESTURI concatenation in call. When the rewrite base is a plain string, the REQUESTURI is appended to it, with no check that the path starts with a forward slash '/'. When the rewrite base does...

9.1CVSS0.00349EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/11 2:59 a.m.17 views

CVE-2026-41008

Spring Security Authorization Server's authorization endpoint performs insufficient validation of the requesturi parameter. An attacker can craft a malicious authorization request containing an invalid requesturi and an arbitrary, unvalidated redirecturi, which can lead to an Open Redirect...

6.1CVSS5.5AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/10 12:31 a.m.11 views

GHSA-4R8W-73JC-3M7Q Spring Security OAuth2 Authorization Server: Authorization endpoint performs insufficient validation of the request_uri parameter

Spring Security Authorization Server's authorization endpoint performs insufficient validation of the requesturi parameter. An attacker can craft a malicious authorization request containing an invalid requesturi and an arbitrary, unvalidated redirecturi, which can lead to an Open Redirect...

6.1CVSS5.3AI score0.0018EPSS
SaveExploits0References4
Rows per page
Query Builder