Lucene search
+L

358783 matches found

RedHat Linux
RedHat Linux
added 2026/09/08 10:10 p.m.8 views

firefox: thunderbird: Same-origin policy bypass in the Networking: Cookies component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Same-origin policy bypass in the Networking: Cookies component...

5.4CVSS0.00124EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/09/08 10:10 p.m.6 views

firefox: thunderbird: Use-after-free in the Graphics: Text component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Use-after-free in the Graphics: Text component...

9.8CVSS0.00412EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/09/08 10:10 p.m.7 views

firefox: Race condition, use-after-free in the Graphics component

A flaw was found in Firefox. The Mozilla Foundation's Security Advisory describes the following issue: Race condition, use-after-free in the Graphics component...

4.2CVSS0.00175EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/08 9:57 p.m.5 views

CVE-2025-55182-react2shell

CVE-2025-55182: Exposed React Server Components RSC Detector This repository contains a Nuclei template for detecting React Server Components exposure associated with CVE-2025-55182. The vulnerability affects applications built with React/Next.js where the RSC negotiation layer is unintentionally...

10CVSS7.5AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/08 9:46 p.m.11 views

codeql-workshop-cve-2021-21380

CodeQL Java 工作坊:发现 SQL 注入 在本工作坊中,我们将利用语法和语义推理,在 XWiki 平台的评分组件中发现一个 SQL 注入漏洞,该漏洞记录在 CVE-2021-21380 中。 目录 CodeQL Java 工作坊:发现 SQL 注入 目录 前提条件与设置说明 在本地机器上 安装 设置步骤 工作坊 学习要点 问题描述 练习 练习 1 间奏 1 练习 2 练习 3 间奏 2 练习 4 练习 5 间奏 3 练习 6 练习 7 练习 8 下一步做什么? 前提条件与设置说明 在本地机器上 请尽量在工作坊前完成本节内容。 安装 安装 Visual Studio Code。 ...

8.8CVSS7.9AI score0.01345EPSS
SaveExploits0References24
Rapid7 Blog
Rapid7 Blog
added 2026/09/08 9:44 p.m.12 views

Patch Tuesday - September 2026

Microsoft is publishing 974 own-product vulnerabilities on September 2026 Patch Tuesday, including 723 vulnerabilities in Windows. Along with Microsoft fixes for 25 non-Microsoft CVEs, that brings the total number of vulnerabilities on the table today to 999. Whether this is the biggest Patch...

10CVSS0.0126EPSS
SaveExploits5
Github Security Blog
Github Security Blog
added 2026/09/08 9:31 p.m.10 views

OpenAPI3 version value escapes `emitterOutputDir` and overwrites YAML/JSON outside the output tree

Summary The @typespec/openapi3 emitter retains the value of a @versioned enum member and interpolates it into the output filename as version without sanitizing path separators or traversal components. The completed path reaches the compiler's emitFile, which creates the parent directory and write...

6.1AI score
SaveExploits0References4Affected Software2
OSV
OSV
added 2026/09/08 9:31 p.m.4 views

GHSA-2Q42-4Q24-7RGV OpenAPI3 version value escapes `emitterOutputDir` and overwrites YAML/JSON outside the output tree

Summary The @typespec/openapi3 emitter retains the value of a @versioned enum member and interpolates it into the output filename as version without sanitizing path separators or traversal components. The completed path reaches the compiler's emitFile, which creates the parent directory and write...

7.1CVSS6.1AI score
SaveExploits0References4
OSV
OSV
added 2026/09/08 9:27 p.m.5 views

GHSA-96P9-RH4F-92CF Windows ML CLI: CORS misconfig enables localhost RCE

Case Description: MSRC Notes: Attachments: 1 files attached 1 mp4 Summary: The vulnerability lies in the 'serve/cliapi.py' component of the 'winml-cli' project, which exposes all winml CLI commands over HTTP without authentication. Although it binds to localhost by default, it sets 'alloworigins'...

8.6CVSS0.00945EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/08 9:27 p.m.8 views

Windows ML CLI: CORS misconfig enables localhost RCE

Case Description: MSRC Notes: Attachments: 1 files attached 1 mp4 Summary: The vulnerability lies in the 'serve/cliapi.py' component of the 'winml-cli' project, which exposes all winml CLI commands over HTTP without authentication. Although it binds to localhost by default, it sets 'alloworigins'...

8.6CVSS0.00945EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/08 9:24 p.m.8 views

phpseclib — non-constant-time X25519 scalar multiplication permits full private-key recovery

The pure-PHP X25519 scalar multiplication in phpseclib is not constant-time. Field addition and subtraction each perform a data-dependent conditional modular reduction, so the cost of each Montgomery-ladder step is a linear function of that step's reduction count which is a quantity determined by...

6.3CVSS0.00212EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/09/08 9:24 p.m.6 views

GHSA-Q97C-8QH3-FPC6 phpseclib — non-constant-time X25519 scalar multiplication permits full private-key recovery

The pure-PHP X25519 scalar multiplication in phpseclib is not constant-time. Field addition and subtraction each perform a data-dependent conditional modular reduction, so the cost of each Montgomery-ladder step is a linear function of that step's reduction count which is a quantity determined by...

6.3CVSS0.00212EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/09/08 9:22 p.m.7 views

Hono: Query parser reads parameters after the URL fragment, causing cache-key and proxy interpretation differentials

Summary Hono's query parsing does not stop at the URL fragment: a ? appearing after a is treated as the start of a query string. As a result, the application can read request parameters that no other component involved in handling the request can see. Details A fragment is never part of the query...

5.9CVSS0.00345EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/09/08 9:22 p.m.5 views

GHSA-CRVJ-82CR-HJCX Hono: Query parser reads parameters after the URL fragment, causing cache-key and proxy interpretation differentials

Summary Hono's query parsing does not stop at the URL fragment: a ? appearing after a is treated as the start of a query string. As a result, the application can read request parameters that no other component involved in handling the request can see. Details A fragment is never part of the query...

5.9CVSS0.00345EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/08 9:21 p.m.7 views

CVE-2021-33690

CVE-2021-33690 CVE-2021-33690 Server Side Request Forgery vulnerability in SAP NetWeaver Development Infrastructure root@kitploit: Application: SAP NetWeaver AS Java Versions Affected: SAP NetWeaver Development Infrastructure Component Build Service versions – 7.11, 7.20, 7.30, 7.31, 7.40, 7.50...

9.9CVSS8.2AI score0.69075EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/08 9:18 p.m.12 views

Security Bulletin: IBM WebSphere Application Server prior to 9.0.5.29 and 8.5.5.31 are affected by multiple vulnerabilities

Summary IBM WebSphere Application Server prior to 9.0.5.29 and 8.5.5.31 are affected by multiple vulnerabilities. Vulnerability Details CVEID:CVE-2026-16190 DESCRIPTION: IBM WebSphere Application Server is affected by an authorization bypass vulnerability. CWE:CWE-862: Missing Authorization CVSS...

6.3CVSS0.00311EPSS
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2026/09/08 9:12 p.m.6 views

CVE-2026-80863

A flaw was found in the Linux kernel's RDMA/rxe component. A local user could exploit a memory corruption vulnerability in the freerdatomicresources function by updating the maxdestrdatomic value before the old array is properly freed, leading to an out-of-bounds write. This issue can cause a...

7.3CVSS0.00182EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/08 9:07 p.m.7 views

firefox: thunderbird: Mitigation bypass in the Safe Browsing component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Mitigation bypass in the Safe Browsing component...

8.1CVSS0.003EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/09/08 9:07 p.m.6 views

firefox: Privilege escalation in the Remote Settings Client component

A flaw was found in Firefox. The Mozilla Foundation's Security Advisory describes the following issue: Privilege escalation in the Remote Settings Client component...

8.8CVSS0.00304EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/09/08 9:07 p.m.6 views

firefox: thunderbird: Same-origin policy bypass in the Graphics: ImageLib component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Same-origin policy bypass in the Graphics: ImageLib component...

5.4CVSS0.00135EPSS
SaveExploits0References6
Rows per page
Query Builder