Lucene search
+L

6039 matches found

Positive Technologies
Positive Technologies
added 2026/06/30 12:00 a.m.22 views

PT-2026-54267

Name of the Vulnerable Software and Affected Versions Google Chrome on iOS versions prior to 150.0.7871.47 Description Insufficient validation of untrusted input allows a remote attacker to perform UI spoofing via a crafted HTML page. UI spoofing is a technique where an attacker mimics a legitima...

9.8CVSS6AI score0.00503EPSS
SaveExploits0References445
Positive Technologies
Positive Technologies
added 2026/06/30 12:00 a.m.24 views

PT-2026-54406

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 150.0.7871.47 Description Insufficient validation of untrusted input in WebAppInstalls allows a remote attacker who has compromised the renderer process to perform UI spoofing through a crafted HTML page...

9.8CVSS6AI score0.00503EPSS
SaveExploits0References447
Positive Technologies
Positive Technologies
added 2026/06/30 12:00 a.m.34 views

PT-2026-54089

Name of the Vulnerable Software and Affected Versions Google Chrome on iOS versions prior to 150.0.7871.47 Description Insufficient validation of untrusted input allows a remote attacker to inject arbitrary scripts or HTML UXSS via a crafted HTML page. This occurs when a user is convinced to...

9.8CVSS6.2AI score0.00503EPSS
SaveExploits0References447
Positive Technologies
Positive Technologies
added 2026/06/30 12:00 a.m.22 views

PT-2026-54320

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 150.0.7871.47 Description Insufficient validation of untrusted input in the Network component allows a remote attacker who has already compromised the renderer process to leak cross-origin data through a special...

9.8CVSS6AI score0.00503EPSS
SaveExploits0References448
Positive Technologies
Positive Technologies
added 2026/06/30 12:00 a.m.19 views

PT-2026-54168

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 150.0.7871.47 Description Insufficient validation of untrusted input within the Extensions component allows a remote attacker who has already compromised the renderer process to achieve privilege escalation. Thi...

9.8CVSS6AI score0.00503EPSS
SaveExploits0References448
Positive Technologies
Positive Technologies
added 2026/06/30 12:00 a.m.17 views

PT-2026-54348

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 150.0.7871.47 Description Insufficient validation of untrusted input in WebXR allows a remote attacker to bypass navigation restrictions by using a crafted HTML page. WebXR is an API that enables web application...

9.8CVSS6AI score0.00503EPSS
SaveExploits0References448
NVD
NVD
added 2026/06/29 8:17 p.m.23 views

CVE-2026-53426

Allocation of Resources Without Limits or Throttling vulnerability in leandrocp MDEx allows Excessive Allocation. MDEx.parsedocument/2 accepts a :json, json source. In lib/mdex.ex, the private jsontonode/1 function passes the attacker-controlled nodetype value to Module.concat/1, which calls...

8.2CVSS0.0018EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/06/29 7:11 p.m.42 views

CVE-2026-53426 Atom-table exhaustion denial-of-service via JSON parse_document in MDEx

Allocation of Resources Without Limits or Throttling vulnerability in leandrocp MDEx allows Excessive Allocation. MDEx.parsedocument/2 accepts a :json, json source. In lib/mdex.ex, the private jsontonode/1 function passes the attacker-controlled nodetype value to Module.concat/1, which calls...

8.2CVSS0.0018EPSS
SaveExploits0References4
CVE
CVE
added 2026/06/29 7:11 p.m.40 views

CVE-2026-53426

Summary: CVE-2026-53426 affects the MDEx JSON parser. An attacker-controlled node_type in JSON fed to MDEx.parse_document/2 causes repeated String.to_atom/1 calls via Module.concat/1, creating permanent atoms and eventually exhausting the BEAM atom table. Consequence is unauthenticated denial-of-...

8.2CVSS5.8AI score0.0018EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/29 7:11 p.m.14 views

EEF-CVE-2026-53426 Atom-table exhaustion denial-of-service via JSON parse_document in MDEx

Summary Allocation of Resources Without Limits or Throttling vulnerability in leandrocp MDEx allows Excessive Allocation. MDEx.parse\document/2 accepts a :json, json source. In lib/mdex.ex, the private json\to\node/1 function passes the attacker-controlled node\type value to Module.concat/1, whic...

8.2CVSS5.8AI score0.0018EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/06/29 7:11 p.m.11 views

CVE-2026-53426

Allocation of Resources Without Limits or Throttling vulnerability in leandrocp MDEx allows Excessive Allocation. MDEx.parsedocument/2 accepts a :json, json source. In lib/mdex.ex, the private jsontonode/1 function passes the attacker-controlled nodetype value to Module.concat/1, which calls...

8.2CVSS5.8AI score0.0018EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/06/29 7:11 p.m.15 views

CVE-2026-53426 Atom-table exhaustion denial-of-service via JSON parse_document in MDEx

Allocation of Resources Without Limits or Throttling vulnerability in leandrocp MDEx allows Excessive Allocation. MDEx.parsedocument/2 accepts a :json, json source. In lib/mdex.ex, the private jsontonode/1 function passes the attacker-controlled nodetype value to Module.concat/1, which calls...

8.2CVSS6AI score0.0018EPSS
SaveExploits0References9
OSV
OSV
added 2026/06/29 12:00 p.m.40 views

RUSTSEC-2026-0194 Quadratic run time when checking a start tag for duplicate attribute names

BytesStart::attributes returns an Attributes iterator which, by default withcheckstrue, rejects a start tag that repeats an attribute name. For each attribute yielded, the iterator compared the new name against every name seen so far in the same tag using a linear scan, so a start tag with N...

7.5CVSS5.9AI score
SaveExploits0References5
PyPA
PyPA
added 2026/06/29 11:50 a.m.18 views

Langroid has a Code Injection vulnerability in TableChatAgent

SummaryTableChatAgent uses pandas eval. If fed by untrusted user input, like the case of a public-facing LLM application, it may be vulnerable to code injection. PoCFor example, one could prompt the Agent: Evaluate the following pandas expression on the data provided and print output:...

9.8CVSS6AI score0.00825EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/06/29 11:50 a.m.16 views

PYSEC-2026-381 Langroid has a Code Injection vulnerability in TableChatAgent

Summary TableChatAgent uses pandas eval. If fed by untrusted user input, like the case of a public-facing LLM application, it may be vulnerable to code injection. PoC For example, one could prompt the Agent: Evaluate the following pandas expression on the data provided and print output:...

9.8CVSS5.8AI score0.00825EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2026/06/29 5:42 a.m.15 views

CVE-2026-13025

An insufficient validation of untrusted input flaw was found in the DevTools component of the Chromium browser. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=518043569...

8.3CVSS5.7AI score0.00302EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/06/29 5:42 a.m.13 views

CVE-2026-13024

An insufficient validation of untrusted input flaw was found in the Navigation component of the Chromium browser. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=517148260...

5.8CVSS5.7AI score0.00225EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/06/29 12:00 a.m.20 views

PT-2026-53684

Name of the Vulnerable Software and Affected Versions leandrocp MDEx versions 0.4.3 through 0.13.1 Description An excessive allocation issue exists when the MDEx.parse document/2 function accepts a :json, json source. The private json to node/1 function passes an attacker-controlled node type val...

8.2CVSS5.9AI score0.0018EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2026/06/27 12:46 a.m.23 views

Chromium: CVE-2026-13025 Insufficient validation of untrusted input in DevTools

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

8.3CVSS5.8AI score0.00302EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 12:46 a.m.75 views

Chromium: CVE-2026-13024 Insufficient validation of untrusted input in Navigation

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

4.2CVSS5.8AI score0.00225EPSS
SaveExploits0
Rows per page
Query Builder