Lucene search
+L

129 matches found

Kitploit
Kitploit
added 2026/09/09 1:21 p.m.10 views

CVE-2026-24423

CVE-2026-24423 root@kitploit: CVE-2026-24423 – Reproduction ⚠️ 仅用于安全研究与授权测试 / For security research and authorized testing only 简介(Overview) 本项目用于复现 CVE-2026-24423 漏洞。 该漏洞存在于 SmarterMail ConnectToHub 功能中,其根本原因是: - 管理级接口未进行身份认证 - 服务端会主动连接用户指定的 Hub(SSRF) - 外部 Hub 返回的数据被直接用于本地系统级操作...

9.8CVSS8.5AI score0.87693EPSS
SaveExploits2
BDU FSTEC
BDU FSTEC
added 2026/09/09 12:00 a.m.3 views

The vulnerability in the `qcom_geni_serial_handle_tx_dma()` function of the `drivers/tty/serial/qcom_geni_serial.c` driver of the TTY console driver in the Linux kernel’s serial port allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the qcomgeniserialhandletxdma function in the drivers/tty/serial/qcomgeniserial.c driver of the TTY console driver in the Linux kernel’s serial port is related to a violation of the buffer boundary. Exploiting this vulnerability could allow an attacker to compromise the...

7.3CVSS0.00166EPSS
SaveExploits0References11Affected Software3
CVE
CVE
added 2026/08/28 10:49 a.m.31 views

CVE-2026-82252

gitoxide before 0.52.1 is vulnerable to a repository boundary violation via symlinked .gitmodules files. When reading the worktree .gitmodules file, gitoxide follows symlinks, allowing an attacker to create a malicious repository where .gitmodules points outside the repository tree. This causes g...

8.7CVSS6AI score0.00387EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 10:49 a.m.37 views

CVE-2026-82252 gitoxide before 0.52.1 Repository Boundary Violation via symlinked .gitmodules

gitoxide before 0.52.1 follows symlinks when reading the worktree .gitmodules file, allowing attackers to inject out-of-repository bytes into submodule metadata. Attackers can create a malicious repository with a symlinked .gitmodules pointing outside the repository tree, causing gitoxide to pars...

8.7CVSS0.00387EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/28 10:49 a.m.14 views

CVE-2026-82252 gitoxide before 0.52.1 Repository Boundary Violation via symlinked .gitmodules

gitoxide before 0.52.1 follows symlinks when reading the worktree .gitmodules file, allowing attackers to inject out-of-repository bytes into submodule metadata. Attackers can create a malicious repository with a symlinked .gitmodules pointing outside the repository tree, causing gitoxide to pars...

8.7CVSS6AI score0.00387EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 10:49 a.m.8 views

CVE-2026-82252 gitoxide before 0.52.1 Repository Boundary Violation via symlinked .gitmodules

gitoxide before 0.52.1 follows symlinks when reading the worktree .gitmodules file, allowing attackers to inject out-of-repository bytes into submodule metadata. Attackers can create a malicious repository with a symlinked .gitmodules pointing outside the repository tree, causing gitoxide to pars...

8.7CVSS6AI score
SaveExploits0References4
NVD
NVD
added 2026/08/19 10:17 p.m.13 views

CVE-2026-76356

In Splunk SOAR versions below 8.6.0, an unauthenticated user could spoof the source IP address in a crafted request to an Automation Broker notification endpoint and execute arbitrary code on the Splunk SOAR host. The vulnerability is possible because the Splunk SOAR Automation Broker trusts a...

8.1CVSS0.00362EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 1:50 p.m.11 views

EUVD-2026-53383

A flaw was found in the LDAP storage provider of Keycloak, which is used to federate user identities from external directories. The issue occurs when a delegated administrator performs a search using a specific LDAP entry Distinguished Name DN. Due to missing validation, the system allows lookups...

5.4CVSS5.4AI score0.00227EPSS
SaveExploits0References6
Redos
Redos
added 2026/07/21 12:00 a.m.10 views

ROS-20260721-73-0008

The vulnerability of WebRTC technology in Google Chrome and Microsoft Edge relates to memory boundary violation. Exploiting this vulnerability allows a malicious actor to execute arbitrary code through a specially created HTML page...

8.8CVSS6.1AI score0.00383EPSS
SaveExploits0
CNVD
CNVD
added 2026/07/15 12:00 a.m.15 views

Adobe Audition Out-of-Bounds Write Vulnerability (CNVD-2026-31987)

Adobe Audition is an audio editing software developed by Adobe, a company based in the United States. Adobe Audition has a boundary violation vulnerability, which stems from improper handling of boundary checks for malicious files. Attackers can exploit this vulnerability to execute arbitrary cod...

7.8CVSS7.9AI score0.00256EPSS
SaveExploits0
OSV
OSV
added 2026/07/07 4:03 p.m.24 views

PYSEC-2026-2000 Universal Tool Calling Protocol (UTCP) client library for Python vulnerable to Trust Boundary Violation through Manual JSON specification

The vulnerability arises when a client fetches a tools’ JSON specification, known as a Manual, from a remote Manual Endpoint. While a provider may initially serve a benign manual e.g., one defining an HTTP tool call, earning the clients’ trust, a malicious provider can later change the manual to...

7.5CVSS6AI score0.00264EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/06/15 7:59 p.m.13 views

Trust Boundary Violation

Overview org.webjars.npm:dompurify is a DOM-only XSS sanitizer for HTML, MathML and SVG. Affected versions of this package are vulnerable to Trust Boundary Violation through the mutation of data.allowedTags or data.allowedAttributes in hooks, which directly alters the global default sets used for...

6.1CVSS5.4AI score0.00237EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/06/15 7:59 p.m.83 views

DOMPurify: Hook mutation of `data.allowedTags` / `data.allowedAttributes` permanently pollutes `DEFAULT_ALLOWED_TAGS` / `DEFAULT_ALLOWED_ATTR`

Hook mutation of data.allowedTags / data.allowedAttributes permanently pollutes DEFAULTALLOWEDTAGS / DEFAULTALLOWEDATTR CWE: CWE-501 Trust Boundary Violation — hook-scoped mutation leaks to global default sets via CWE-693 Protection Mechanism Failure — the default allow-list is silently widened f...

6.1CVSS5.6AI score0.00237EPSS
SaveExploits1References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/06/10 9:00 p.m.16 views

CVE-2026-33828

Trust boundary violation in Windows Attestation allows an authorized attacker to elevate privileges locally...

7.8CVSS5.4AI score0.0031EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/06/09 6:30 p.m.27 views

EUVD-2026-35657

Trust boundary violation in Windows Attestation allows an authorized attacker to elevate privileges locally...

7.8CVSS5.4AI score0.0031EPSS
SaveExploits0References2
NVD
NVD
added 2026/06/09 5:17 p.m.20 views

CVE-2026-33828

Trust boundary violation in Windows Attestation allows an authorized attacker to elevate privileges locally...

7.8CVSS0.0031EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/13 6:16 p.m.26 views

CVE-2026-44000

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, a sandbox boundary violation in vm2 allows host object identity to cross into the sandbox through host Promise resolution. When a host-side Promise that resolves to a host object is exposed to the sandbox, the value delivered to the...

7.2CVSS0.002EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/05 7:26 p.m.12 views

GHSA-PG4W-G64P-QWHJ gix and gitoxide's symlinked .gitmodules are followed and parsed from outside of the repository

Summary attachments: pocs.zip When Repository::submodules loads submodule metadata, it prefers the worktree .gitmodules file if that path exists. In the current implementation, the path is read with std::fs::read, which follows symlinks. As a result, a repository can present a symlinked .gitmodul...

8.7CVSS6.1AI score0.00387EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/05 7:26 p.m.16 views

gix and gitoxide's symlinked .gitmodules are followed and parsed from outside of the repository

Summary attachments: pocs.zip When Repository::submodules loads submodule metadata, it prefers the worktree .gitmodules file if that path exists. In the current implementation, the path is read with std::fs::read, which follows symlinks. As a result, a repository can present a symlinked .gitmodul...

6.1AI score
SaveExploits0References2Affected Software2
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.18 views

PT-2026-38896

Summary attachments: pocs.zip When Repository::submodules loads submodule metadata, it prefers the worktree .gitmodules file if that path exists. In the current implementation, the path is read with std::fs::read, which follows symlinks. As a result, a repository can present a symlinked .gitmodul...

8.7CVSS6.1AI score
SaveExploits0References3
Rows per page
Query Builder