Lucene search
+L

2949 matches found

OSV
OSV
added 2026/06/25 6:43 p.m.19 views

GO-2026-5316 Omni: Operator can traverse image-factory API paths via unsanitized `talos_version` in CreateSchematic in github.com/siderolabs/omni

Omni: Operator can traverse image-factory API paths via unsanitized talosversion in CreateSchematic in github.com/siderolabs/omni...

5.8AI score0.00043EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/22 9:16 p.m.31 views

CVE-2026-45034

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. Prior to 1.30.5, CVE-2026-34084 was patched by the helper File::prohibitWrappers. The helper calls parseurl$filename, PHPURLSCHEME and then checks isstring$scheme && strlen$scheme 1 to reject stream wrappers such as...

9.2CVSS0.00462EPSS
SaveExploits2References1
ATTACKERKB
ATTACKERKB
added 2026/06/22 8:32 p.m.8 views

CVE-2026-45034

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. Prior to 1.30.5, CVE-2026-34084 was patched by the helper File::prohibitWrappers. The helper calls parseurl$filename, PHPURLSCHEME and then checks isstring$scheme && strlen$scheme 1 to reject stream wrappers such as...

9.2CVSS5.9AI score0.00462EPSS
SaveExploits2References2Affected Software1
CVE
CVE
added 2026/06/22 5:53 p.m.54 views

CVE-2026-11834

CVE-2026-11834 describes a command-injection vulnerability in the DHCP option processing logic of multiple TP-Link routers, caused by insufficient validation of externally supplied DHCP option data. An adjacent attacker can exploit this by sending crafted DHCP responses, potentially during device...

8.7CVSS5.9AI score0.00665EPSS
SaveExploits1References8
Cvelist
Cvelist
added 2026/06/22 5:53 p.m.57 views

CVE-2026-11834 Unauthenticated Command Injection via DHCP Option Handling in Multiple TP-Link Routers

A command injection vulnerability has been identified in the DHCP option processing logic in multiple TP-Link router models, due to insufficient validation of externally supplied DHCP option data. An adjacent attacker may exploit this vulnerability by supplying crafted DHCP responses, potentially...

8.7CVSS0.00665EPSS
SaveExploits1References8
EUVD
EUVD
added 2026/06/22 5:53 p.m.17 views

EUVD-2026-38339

A command injection vulnerability has been identified in the DHCP option processing logic in multiple TP-Link router models, due to insufficient validation of externally supplied DHCP option data. An adjacent attacker may exploit this vulnerability by supplying crafted DHCP responses, potentially...

8.7CVSS5.9AI score0.00665EPSS
SaveExploits1References7
ATTACKERKB
ATTACKERKB
added 2026/06/22 5:53 p.m.9 views

CVE-2026-11834

A command injection vulnerability has been identified in the DHCP option processing logic in multiple TP-Link router models, due to insufficient validation of externally supplied DHCP option data. An adjacent attacker may exploit this vulnerability by supplying crafted DHCP responses, potentially...

8.7CVSS5.9AI score0.00665EPSS
SaveExploits1References8
GithubExploit
GithubExploit
added 2026/06/22 1:22 a.m.118 views

Exploit for Improper Access Control in Widgetfactorylimited Jce

No d...

10CVSS5.8AI score0.781EPSS
SaveExploits27
Positive Technologies
Positive Technologies
added 2026/06/22 12:00 a.m.22 views

PT-2026-51371

Name of the Vulnerable Software and Affected Versions TP-Link routers affected versions not specified Description Insufficient validation of externally supplied DHCP option data in the DHCP option processing logic allows an adjacent, unauthenticated attacker to execute arbitrary commands with...

8.7CVSS6.2AI score0.00665EPSS
SaveExploits1References13
Veracode
Veracode
added 2026/06/20 11:25 a.m.16 views

XML External Entity (XXE) Injection

org.hl7.fhir.utilities is vulnerable to XML External Entity XXE Injection. The vulnerability is due to the saxonTransform... methods instantiating an unprotected TransformerFactory without restricting external DTDs and stylesheets, which allows an attacker to supply a malicious XML document that...

9.1CVSS6AI score0.00569EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/06/19 9:42 p.m.22 views

GHSA-6V8J-33HC-MV84 symfony/ux-icons: XSS via unsanitized SVG content in local files and Iconify on-demand responses

Description The uxicon Twig function is marked issafe='html', so Twig never escapes its output. Icon::toHtml inlines the SVG source verbatim into the page. Browsers execute elements and on event-handler attributes found inside inline SVG, making any unsanitized icon a vector for cross-site...

6.1CVSS6AI score0.00338EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/06/19 12:00 a.m.39 views

PT-2026-51122

Name of the Vulnerable Software and Affected Versions Symfony UX Icons affected versions not specified Description The ux icon Twig function is marked as safe for HTML, which prevents Twig from escaping its output. The Icon::toHtml function inlines SVG source code directly into the page. Because...

6.1CVSS5.5AI score0.00338EPSS
SaveExploits0References15
Snyk
Snyk
added 2026/06/17 6:47 p.m.11 views

XML External Entity (XXE) Injection

Overview Affected versions of this package are vulnerable to XML External Entity XXE Injection through the saxonTransform function that uses unhardened net.sf.saxon.TransformerFactoryImpl method. An attacker can access sensitive local files or trigger arbitrary HTTPS requests from the host by...

9.1CVSS6.1AI score0.00569EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/06/17 6:47 p.m.25 views

HAPI FHIR: XXE in XsltUtilities.saxonTransform via unhardened Saxon TransformerFactory

Summary org.hl7.fhir.utilities.XsltUtilities exposes two parallel families of XSLT transform helpers. The transform... overloads obtain their TransformerFactory from the project's hardened helper XMLUtil.newXXEProtectedTransformerFactory which sets ACCESSEXTERNALDTD="" and...

9.1CVSS5.5AI score0.00569EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/17 12:00 a.m.28 views

PT-2026-50600

Name of the Vulnerable Software and Affected Versions org.hl7.fhir.utilities versions 6.9.8 and earlier Description The org.hl7.fhir.utilities library contains an XML External Entity XXE injection flaw. The saxonTransform function overloads instantiate a bare net.sf.saxon.TransformerFactoryImpl...

9.2CVSS6AI score0.00569EPSS
SaveExploits1References8
EUVD
EUVD
added 2026/06/16 9:32 p.m.22 views

EUVD-2026-37217

In PostWipeData of recoveryui.cpp, there is a possible data persistence issue after a factory reset due to a logic error in the code. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation...

5.5AI score0.00072EPSS
SaveExploits0References2
NVD
NVD
added 2026/06/16 8:16 p.m.17 views

CVE-2026-0134

In PostWipeData of recoveryui.cpp, there is a possible data persistence issue after a factory reset due to a logic error in the code. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation...

3.3CVSS0.00072EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/16 6:51 p.m.35 views

CVE-2026-0134

CVE-2026-0134 describes a data persistence issue in PostWipeData within recovery_ui.cpp, exposing local information after a factory reset due to a logic error. Impact is information disclosure with no additional privileges required and no user interaction needed. The available documents do not sp...

3.3CVSS5.6AI score0.00072EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/06/16 6:51 p.m.39 views

CVE-2026-0134

In PostWipeData of recoveryui.cpp, there is a possible data persistence issue after a factory reset due to a logic error in the code. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation...

0.00072EPSS
SaveExploits0References1
Veracode
Veracode
added 2026/06/16 9:35 a.m.20 views

XML External Entity (XXE) Injection

Spring Web Services is vulnerable to XML External Entity XXE Injection. The vulnerability is due to Jaxp13XPathTemplate using a code path for StreamSource and SAXSource inputs that parses attacker-controlled XML with the default DocumentBuilderFactory configuration instead of Spring's hardened XM...

8.2CVSS5.4AI score0.00352EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder