Lucene search
+L

2660 matches found

CVE
CVE
added 2025/06/30 9:14 p.m.256 views

CVE-2025-6554

CVE-2025-6554 is a Google Chromium V8 type-confusion vulnerability that could allow a remote attacker to perform arbitrary read/write via a crafted HTML page. Affected product scope is Google Chrome/Chromium-based engines; root cause is type confusion in V8. Chrome’s June 2025/Stable updates addr...

8.1CVSS6AI score0.0863EPSS
SaveIn wildExploits5References3Affected Software1
Debian CVE
Debian CVE
added 2025/06/30 9:14 p.m.7 views

CVE-2025-6554

Type confusion in V8 in Google Chrome prior to 138.0.7204.96 allowed a remote attacker to perform arbitrary read/write via a crafted HTML page. Chromium security severity: High...

8.1CVSS7.7AI score0.0863EPSS
SaveExploits5
VulnCheck KEV
VulnCheck KEV
added 2025/06/30 12:0 a.m.4 views

VulnCheck KEV: CVE-2025-6554

Type confusion in V8 in Google Chrome prior to 138.0.7204.96 allowed a remote attacker to perform arbitrary read/write via a crafted HTML page. Chromium security severity: High...

8.1CVSS5.9AI score0.0863EPSS
SaveIn wildExploits5References10
SUSE CVE
SUSE CVE
added 2025/06/19 3:45 a.m.6 views

SUSE CVE-2022-49956

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix use after free bugs Read/WriteMACREG callbacks are NULL so the read/writemacreghdl functions don't do anything except free the "pcmd" pointer. It results in a use after free. Delete them...

5.5CVSS6.4AI score0.00214EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.9 views

SUSE CVE-2022-50059

In the Linux kernel, the following vulnerability has been resolved: ceph: don't leak snaprwsem in handlecapgrant When handlecapgrant is called on an IMPORT op, then the snaprwsem is held and the function is expected to release it before returning. It currently fails to do that in all cases which...

5.5CVSS6.2AI score0.00159EPSS
SaveExploits0References11
BDU FSTEC
BDU FSTEC
added 2025/06/19 12:0 a.m.10 views

The vulnerability in the ZendTo web application for transferring files involves an incorrect restriction on the path to the restricted directory. This allows a malicious actor to gain read and write access to data, or cause a service failure.

The vulnerability in the web application for transferring files via ZendTo is related to an incorrect restriction on the path to the restricted directory during the processing of the tmpname parameter. Exploiting this vulnerability can allow an attacker to gain read and modify access to data, or...

6.5CVSS8AI score0.64856EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

DEBIAN-CVE-2022-49956

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix use after free bugs Read/WriteMACREG callbacks are NULL so the read/writemacreghdl functions don't do anything except free the "pcmd" pointer. It results in a use after free. Delete them...

7.8CVSS5.3AI score0.00214EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.4 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: vfio/platform: checking the bounds of read/write syscalls. The count and offset parameters are passed from user space without being checked. Only the offset is capped at 40 bits, which can be used to read/write data beyond the...

7.8CVSS6.2AI score0.00229EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.11 views

Astra Linux – Vulnerability in Chromium

Type confusion in V8 in Google Chrome prior to 138.0.7204.96 allowed a remote attacker to perform arbitrary read/write via a crafted HTML page. Chromium security severity: High...

8.1CVSS7.5AI score0.0863EPSS
SaveExploits5References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net/mdiobus: Fixed a potential out-of-bounds issue related to read/write operations via C45 clause 45 of the mdiobus interface. When using publicly available tools like ‘mdio-tools’ to read/write data from/to network interfaces v...

7.1CVSS6.1AI score0.00169EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/11 5:42 a.m.3 views

SUSE-SU-2025:01883-1 Security update for libjxl

This update for libjxl fixes the following issues: - CVE-2024-11403: Fix out of bounds memory read/write in libjxl bsc1233768...

9.8CVSS6AI score0.0063EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/06/10 12:0 a.m.7 views

Keyoti SearchUnit 安全漏洞

Keyoti SearchUnit is a web search engine from Keyoti Canada. A security vulnerability exists in Keyoti SearchUnit versions prior to 9.0.0, which stems from a server-side request forgery issue that could result in configuration and log files being read or written...

5.4CVSS6.4AI score0.00208EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/06/09 2:20 a.m.7 views

firefox: thunderbird: Out-of-bounds access when optimizing linear sums

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: An attacker could perform an out-of-bounds read or write on a JavaScript object by confusing array index sizes...

8.8CVSS7.3AI score0.06196EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/06/05 7:2 p.m.7 views

firefox: thunderbird: Out-of-bounds access when optimizing linear sums

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: An attacker could perform an out-of-bounds read or write on a JavaScript object by confusing array index sizes...

8.8CVSS7.3AI score0.06196EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2025/06/04 9:22 p.m.16 views

Deno has --allow-read / --allow-write permission bypass in `node:sqlite`

Summary It is possible to bypass Deno's read/write permission checks by using ATTACH DATABASE statement. PoC js // poc.js import DatabaseSync from "node:sqlite" const db = new DatabaseSync":memory:"; db.exec"ATTACH DATABASE 'test.db' as test;"; db.exec"CREATE TABLE test.test id INTEGER PRIMARY KE...

9.1CVSS6.8AI score0.0041EPSS
SaveExploits1References5Affected Software2
OSV
OSV
added 2025/06/04 5:15 a.m.13 views

CVE-2025-20995

Improper handling of insufficient permission in ClientProvider in Samsung Internet installed on non-Samsung Device prior to version 28.0.0.59 allows local attackers to read and write arbitrary files...

7.1CVSS5.9AI score0.00102EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/04 5:15 a.m.10 views

CVE-2025-20994

Improper handling of insufficient permission in SyncClientProvider in Samsung Internet installed on non-Samsung Device prior to version 28.0.0.59 allows local attackers to access read and write arbitrary files...

7.1CVSS5.9AI score0.00102EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/04 12:0 a.m.14 views

electron{34,35,36} -- Out of bounds read and write in V8

Electron developers report: This update fixes the following vulnerability: Security: backported fix for CVE-2025-5419...

8.8CVSS8.9AI score0.0645EPSS
SaveExploits3References1
RedHat Linux
RedHat Linux
added 2025/06/02 3:16 a.m.9 views

kernel: vsock: Keep the binding until socket destruction

A flaw was found in the Linux kernel's virtual socket protocol network driver, where an improperly timed socket unbinding could result in a use-after-free issue. This flaw allows an attacker who can create and destroy arbitrary connections on virtual connections to read or modify system memory,...

7.8CVSS7.3AI score0.00873EPSS
SaveExploits3References5
RedHat Linux
RedHat Linux
added 2025/06/02 2:11 a.m.7 views

kernel: vsock: Keep the binding until socket destruction

A flaw was found in the Linux kernel's virtual socket protocol network driver, where an improperly timed socket unbinding could result in a use-after-free issue. This flaw allows an attacker who can create and destroy arbitrary connections on virtual connections to read or modify system memory,...

7.8CVSS7.3AI score0.00873EPSS
SaveExploits3References5
Rows per page
Query Builder