Lucene search
+L

6030 matches found

Tenable Nessus
Tenable Nessus
added 2026/06/20 12:00 a.m.16 views

Fedora 43 : chromium (2026-40cf884ac9)

The remote Fedora 43 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-40cf884ac9 advisory. Update to 149.0.7827.114 CVE-2026-12007: Use after free Core CVE-2026-12008: Use after free DigitalCredentials CVE-2026-12009: Insufficient validati...

9.6CVSS6.2AI score0.00287EPSS
SaveExploits0References28
Github Security Blog
Github Security Blog
added 2026/06/19 2:45 p.m.17 views

tract: Arbitrary file read via unsanitized ONNX external_data `location` (path traversal) on model load in tract-onnx

Summary tract the tract-onnx crate resolves an ONNX tensor's external-data location by joining it onto the model directory without any sanitization. Because location comes from the untrusted .onnx file, a malicious model can make tract open and read an arbitrary local file at load time, with the...

6.1CVSS6AI score0.00236EPSS
SaveExploits0References2Affected Software1
Microsoft CVE
Microsoft CVE
added 2026/06/19 2:00 p.m.69 views

Chromium: CVE-2026-12456 Insufficient validation of untrusted input in Extensions

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.00137EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/19 2:00 p.m.15 views

Chromium: CVE-2026-12465 Insufficient validation of untrusted input in Metrics

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.00242EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/19 2:00 p.m.80 views

Chromium: CVE-2026-12453 Insufficient validation of untrusted input in Input

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.0018EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/06/19 10:05 a.m.22 views

CVE-2026-12017

The following flaw was identified in the Chromium browser: Insufficient validation of untrusted input Extensions. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=516797143...

8CVSS5.8AI score0.00208EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/06/19 9:50 a.m.22 views

CVE-2026-12016

The following flaw was identified in the Chromium browser: Insufficient validation of untrusted input DevTools. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=516482138...

8.3CVSS5.8AI score0.00229EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/06/19 9:29 a.m.23 views

CVE-2026-12009

The following flaw was identified in the Chromium browser: Insufficient validation of untrusted input Accessibility. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=517332006...

8.3CVSS5.8AI score0.00246EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/06/19 9:01 a.m.16 views

CVE-2026-12465

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

8.3CVSS5.8AI score0.00242EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/06/19 8:50 a.m.16 views

CVE-2026-12453

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

4.2CVSS5.8AI score0.0018EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/06/19 8:50 a.m.19 views

CVE-2026-12456

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

8.1CVSS5.8AI score0.00137EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/06/19 12:00 a.m.30 views

PT-2026-50977

Summary tract the tract-onnx crate resolves an ONNX tensor's external-data location by joining it onto the model directory without any sanitization. Because location comes from the untrusted .onnx file, a malicious model can make tract open and read an arbitrary local file at load time, with the...

6.1CVSS6AI score0.00236EPSS
SaveExploits0References10
Github Security Blog
Github Security Blog
added 2026/06/18 3:04 p.m.23 views

Kirby: Request header injection in `Http\Remote`

TL;DR This vulnerability affects Kirby sites and plugins that use the Kirby\Http\Remote class including Remote::request, Remote::get, Remote::post, and similar helpers to send outgoing HTTP requests and that pass untrusted, user-controlled data into the headers option of such a request. By...

6.9CVSS5.9AI score0.00443EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2026/06/18 3:04 p.m.14 views

HTTP Response Splitting

Overview Affected versions of this package are vulnerable to HTTP Response Splitting via the headers option in the Remote process. An attacker can inject or override HTTP headers in outgoing requests by including newline characters in user-controlled input that is forwarded to the header value...

6.9CVSS5.9AI score0.00443EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/06/18 1:05 p.m.22 views

NCalc: Denial of Service via Unbounded and Non-Terminating Factorial Evaluation

Impact A denial-of-service DoS vulnerability exists in the factorial operator implementation of NCalc. Specially crafted expressions containing extremely large factorial operands can trigger excessive CPU consumption or cause evaluation to enter a non-terminating loop due to integer overflow in t...

6.5CVSS5.6AI score0.00191EPSS
SaveExploits0References3Affected Software2
Positive Technologies
Positive Technologies
added 2026/06/18 12:00 a.m.33 views

PT-2026-50732

Name of the Vulnerable Software and Affected Versions NCalc versions prior to 6.1.1 Description The factorial operator implementation in src/NCalc.Core/Helpers/MathHelper.cs allows specially crafted expressions with extremely large factorial operands to cause excessive CPU consumption or a...

4.8CVSS5.7AI score0.00191EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/06/18 12:00 a.m.28 views

PT-2026-50723

Name of the Vulnerable Software and Affected Versions Kirby versions prior to 4.9.4 Kirby versions prior to 5.4.4 Description Kirby sites and plugins that process untrusted input using the writer or list fields, or specific sanitization methods, are subject to stored cross-site scripting XSS. XSS...

8.5CVSS6AI score0.00547EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/06/18 12:00 a.m.24 views

PT-2026-50722

Name of the Vulnerable Software and Affected Versions Kirby versions prior to 4.9.4 Kirby versions prior to 5.4.4 Description Kirby sites and plugins using the KirbyHttpRemote class, including the functions Remote::request, Remote::get, and Remote::post, are susceptible to HTTP header injection...

6.9CVSS6AI score0.00443EPSS
SaveExploits0References8
Snyk
Snyk
added 2026/06/17 6:39 p.m.12 views

SQL Injection

Overview Affected versions of this package are vulnerable to SQL Injection via the EmbeddingSearchRequest.filter process. An attacker can access sensitive data, modify or delete database records, or cause denial of service by injecting crafted input into metadata filter keys or values, which are...

7.6CVSS5.8AI score0.00474EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/06/17 6:35 p.m.15 views

EUVD-2026-37538

Insufficient validation of untrusted input in Input in Google Chrome prior to 149.0.7827.155 allowed a remote attacker who had compromised the renderer process to bypass same origin policy via a crafted HTML page. Chromium security severity: High...

4.2CVSS5.4AI score0.0018EPSS
SaveExploits0References3
Rows per page
Query Builder