Lucene search
+L

949 matches found

Kitploit
Kitploit
added 2026/09/14 1:27 a.m.5 views

XSRFProbe

XSRFProbe The Prime Cross Site Request Forgery Audit & Exploitation Toolkit. -blue.svg...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/13 9:18 a.m.8 views

exploit_laravel_cve-2018-15133

Exploit de Laravel para CVE-2018-15133 Este código explota CVE-2018-15133 y está basado en el PoC de kosmiz y el exploit de Metasploit para esta vulnerabilidad. Básicamente lo hice para una máquina en Hack The Box, porque no quería usar Metasploit en ese momento y como excusa para practicar Pytho...

8.1CVSS7.9AI score0.76814EPSS
SaveExploits11References1
Kitploit
Kitploit
added 2026/09/13 9:18 a.m.7 views

exploit_laravel_cve-2018-15133

Laravel exploit for CVE-2018-15133 This code exploit CVE-2018-15133 and it is based on kosmiz's PoC and Metasploit's exploit for this vulnerability. I pretty much just did this for a box in Hack The Box, because I did not want to use Metasploit at the moment and as a excuse for practicing Python...

8.1CVSS7.8AI score0.76814EPSS
SaveExploits11References1
Kitploit
Kitploit
added 2026/09/13 6:27 a.m.7 views

CVE-2023-45857-Demo

验证 axios 漏洞 CVE-2023-45857 行为的演示 1. 在 dev container 中启动 2. 在 app 容器中执行 npm run dev 3. 访问 http://app.localhost 4. 使用浏览器开发者工具确认 Cookie 中已设置 XSRF-TOKEN 值为 CREDENTIALTOKEN HttpOnly 为 false SameSite 为 Strict 5. 点击按钮 6. 在开发者工具中,确认对 whoami.localhost/api 的请求中包含 x-xsrf-token 头部且值为 CREDENTIALTOKEN whoami...

6.5CVSS6.8AI score0.00556EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/12 5:35 p.m.7 views

CVE-2023-45857-Demo

确认 axios 漏洞 CVE-2023-45857 行为的演示 1. 在 dev container 中启动 2. 在 app 容器中运行npm run dev 3. 访问 http://app.localhost 4. 在浏览器的开发者工具中确认 Cookie 中已设置XSRF-TOKEN 值为CREDENTIALTOKEN HttpOnly 为 false SameSite 为 Strict 5. 按下按钮 6. 在开发者工具中确认对whoami.localhost/api的请求的请求头中存在x-xsrf-token且值为CREDENTIALTOKEN 由于 whoami...

6.5CVSS7AI score0.00556EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/10 11:57 p.m.4 views

vertx-web-xsrf

Overview The CSRFHandlerImpl io.vertx.ext.web.handler.impl.CSRFHandlerImpl in Vert.x Web does not create CSRF Tokens that are unique per user session. A malicious website can still perform CSRF by obtaining a valid CSRF token and adding it to a HTML form and then submitting the form to the...

5.9AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/10 11:22 p.m.7 views

axios: Axios: Client-side Denial of Service via unescaped regex metacharacters in XSRF cookie name

A flaw was found in Axios. A remote attacker, by influencing the XSRF cookie name in a browser environment, could cause the application to construct a regular expression that leads to excessive processing. This can result in a client-side Denial of Service DoS, where the affected browser tab may...

7.5CVSS0.00669EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/09/10 4:34 p.m.7 views

axios: Axios: Client-side Denial of Service via unescaped regex metacharacters in XSRF cookie name

A flaw was found in Axios. A remote attacker, by influencing the XSRF cookie name in a browser environment, could cause the application to construct a regular expression that leads to excessive processing. This can result in a client-side Denial of Service DoS, where the affected browser tab may...

7.5CVSS0.00669EPSS
SaveExploits1References5
Kitploit
Kitploit
added 2026/09/09 5:20 a.m.7 views

Lab-for-cve-2018-15133

摘要: 利用CVE-2018-15133反序列化漏洞 此利用针对Laravel框架5.5.40及5.6.x至5.6.29版本中的反序列化漏洞。 描述 远程代码执行可能源于对潜在不可信的X-XSRF-TOKEN值进行unserialize调用。这涉及Illuminate/Encryption/Encrypter.php中的decrypt方法以及phpggc中gadgetchains/Laravel/RCE/3/chain.php的PendingBroadcast。攻击者必须知道应用密钥,正常情况下这不会发生,但如果攻击者之前拥有特权访问权限或成功完成了之前的攻击,则可能发生。 前提条件...

8.1CVSS7.7AI score0.76814EPSS
SaveExploits11References1
Kitploit
Kitploit
added 2026/09/08 1:28 p.m.5 views

CVE-2026-40864

CVE-2026-40864 — 通过跨源表单 POST 绕过 JupyterHub XSRF(Sec-Fetch-Mode: no-cors) 严重级别 :中等 CWE :CWE-352 — 跨站请求伪造 XSRF 影响版本 :jupyterhub 4.1.0 ≤ 版本 分配的模式——这恰恰是令牌本该阻止的经典 CSRF 向量。因此,任何接受简单表单体且仅依赖此 XSRF 检查的状态更改端点,都可被跨源伪造。 将其映射到实际端点:/hub/spawn(启动受害者的服务器)和 /hub/accept-share(让受害者接受攻击者服务器的共享)都是通过此检查的表单 POST。 影响...

5.4CVSS5.9AI score0.00159EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2026/08/25 10:07 a.m.10 views

axios: Axios: Client-side Denial of Service via unescaped regex metacharacters in XSRF cookie name

A flaw was found in Axios. A remote attacker, by influencing the XSRF cookie name in a browser environment, could cause the application to construct a regular expression that leads to excessive processing. This can result in a client-side Denial of Service DoS, where the affected browser tab may...

7.5CVSS5.4AI score0.00669EPSS
SaveExploits1References5
Atlassian
Atlassian
added 2026/08/06 5:32 p.m.19 views

DoS (Denial of Service) axios Dependency in Jira Service Management Data Center

This High severity DoS Denial of Service vulnerability was introduced in versions 5.17.2, 10.0.0, 10.1.1, 10.2.0, 10.3.0, 10.4.0, 10.5.0, 10.6.0, 10.7.1, 11.0.0, 11.1.0, 11.2.0, and 11.3.0 of Jira Service Management Data Center. This DoS Denial of Service vulnerability, with a CVSS Score of 7.5 a...

7.5CVSS5.3AI score0.00669EPSS
SaveExploits1
NVD
NVD
added 2026/07/14 9:17 p.m.11 views

CVE-2026-49854

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, the optional native extension tornado.speedups implemented websocketmask without validating that the mask argument is exactly four bytes, allowing the C function to read up to three bytes beyond the provided...

5.3CVSS0.00338EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/14 9:17 p.m.15 views

AZL-92382 CVE-2026-49854 affecting package python-tornado 6.3.3-11

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, the optional native extension tornado.speedups implemented websocketmask without validating that the mask argument is exactly four bytes, allowing the C function to read up to three bytes beyond the provided...

5.3CVSS5.9AI score0.00338EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/14 9:17 p.m.10 views

UBUNTU-CVE-2026-49854

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, the optional native extension tornado.speedups implemented websocketmask without validating that the mask argument is exactly four bytes, allowing the C function to read up to three bytes beyond the provided...

5.3CVSS6.1AI score0.00338EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/14 8:43 p.m.18 views

CVE-2026-49854

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, the optional native extension tornado.speedups implemented websocketmask without validating that the mask argument is exactly four bytes, allowing the C function to read up to three bytes beyond the provided...

5.3CVSS5.4AI score0.00338EPSS
SaveExploits0
OSV
OSV
added 2026/07/13 2:20 p.m.13 views

PYSEC-2026-2534 JupyterLab vulnerable to potential authentication and CSRF tokens leak

Impact Users of JupyterLab who click on a malicious link may get their Authorization and XSRFToken tokens exposed to a third party when running an older jupyter-server version. Patches JupyterLab 4.1.0b2, 4.0.11, and 3.6.7 were patched. Workarounds No workaround has been identified, however users...

7.6CVSS6.7AI score0.0067EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/06/19 7:36 p.m.22 views

jupyterlab-git extension: Stored XSS leading to RCE

Overview Amazon Web Services AWS Security has identified a stored cross-site scripting XSS issue in the jupyterlab-git JupyterLab extension that can lead to remote code execution RCE. The issue exists in the PlainTextDiff.ts component, where the createHeader method passes Git filenames directly t...

9.3CVSS6.7AI score0.00529EPSS
SaveExploits2References10Affected Software3
Tenable Nessus
Tenable Nessus
added 2026/06/18 12:00 a.m.15 views

Siemens RUGGEDCOM RST2428P Insertion of Sensitive Information Into Sent Data (CVE-2025-66035)

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to versions 19.2.16, 20.3.14, and 21.0.1, there is a XSRF token leakage via protocol-relative URLs in angular HTTP clients. The vulnerability is a Credential...

7.7CVSS5.9AI score0.00659EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/06/12 6:30 p.m.30 views

Tornado has out-of-bounds memory access via C extension

Summary Tornado's optional native extension tornado.speedups implements websocketmask without validating that the mask argument is exactly four bytes long. The C function reads four bytes from mask unconditionally, even when Python passes a shorter byte string. This can read beyond the provided...

5.3CVSS5.3AI score0.00338EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder