Lucene search
+L

3317 matches found

EUVD
EUVD
added 2026/06/01 4:39 p.m.15 views

EUVD-2026-33677

Nextcloud is an open source content collaboration platform. From versions 1.15.0 to before 1.15.4, 1.16.0 to before 1.16.3, 1.17.0 to before 1.17.1, and 1.18.0 to before 1.18.1, a malicious user with access to an end-to-end encrypted files drop link was able to also drop files into other end-to-e...

3.5CVSS5.7AI score0.00203EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/06/01 4:39 p.m.11 views

CVE-2026-45159 Nextcloud: Files drop share links for end-to-end encrypted folders allowed to drop files into other folders of the share owner

Nextcloud is an open source content collaboration platform. From versions 1.15.0 to before 1.15.4, 1.16.0 to before 1.16.3, 1.17.0 to before 1.17.1, and 1.18.0 to before 1.18.1, a malicious user with access to an end-to-end encrypted files drop link was able to also drop files into other end-to-e...

3.5CVSS5.7AI score0.00203EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/01 4:39 p.m.41 views

CVE-2026-45159 Nextcloud: Files drop share links for end-to-end encrypted folders allowed to drop files into other folders of the share owner

Nextcloud is an open source content collaboration platform. From versions 1.15.0 to before 1.15.4, 1.16.0 to before 1.16.3, 1.17.0 to before 1.17.1, and 1.18.0 to before 1.18.1, a malicious user with access to an end-to-end encrypted files drop link was able to also drop files into other end-to-e...

3.5CVSS0.00203EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/01 4:39 p.m.25 views

CVE-2026-45159

Nextcloud vulnerability CVE-2026-45159 affects end-to-end encrypted file drop links. A malicious user with access to a drop link could drop files into other end-to-end encrypted folders owned by the share owner, but could not read or modify unrelated files. Mitigation is upgrading to patched rele...

3.5CVSS5.7AI score0.00203EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/01 3:50 p.m.7 views

OPENSUSE-SU-2026:20854-1 Security update for rqlite

This update for rqlite fixes the following issues: Changes in rqlite: - Update to version 10.2.0: Support verifying mTLS peer Common Name Console supports restore from SQLite data Console "count rows" respects current Tables Expand/Collapse state Console supports dropping indexes Further Console...

9.6CVSS5.8AI score0.00781EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/06/01 12:0 a.m.26 views

PT-2026-45474

Nextcloud is an open source content collaboration platform. From versions 1.15.0 to before 1.15.4, 1.16.0 to before 1.16.3, 1.17.0 to before 1.17.1, and 1.18.0 to before 1.18.1, a malicious user with access to an end-to-end encrypted files drop link was able to also drop files into other end-to-e...

3.5CVSS5.7AI score0.00203EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/06/01 12:0 a.m.30 views

PT-2026-47753

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 13031fb6b835 Description A critical guest-to-host escape flaw, dubbed ITScape, exists in the Kernel-based Virtual Machine KVM for ARM64, specifically within the vGIC-ITS Interrupt Translation Service emulation...

9.3CVSS7.1AI score0.00441EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/06/01 12:0 a.m.25 views

PT-2026-48693

exception struct is a local stack variable, but the code passes its address to the C language as &mut exception struct as mut as mut c void. Then, the returned MetaCallException value is stored here: rust OkSelf exception struct: Arc::newexception struct, value: exception ptr, leak: false, Becaus...

5.5AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/05/29 7:5 p.m.19 views

unbounded-spsc: Sender::send pointer-as-value transmute causes OOB read and fake-Arc drop under TX/RX race

Summary Sender::send in src/lib.rs contains an unsafe block in the DISCONNECTED arm that transmutes a raw pointer mut Producer into the bytes of a value-level Consumer. The author's intent, visible in the surrounding comment at lines 386-390, was a value transmute. The shipped code is one level o...

5.8CVSS5.8AI score0.0013EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/05/29 7:5 p.m.30 views

GHSA-6M57-8R3P-PQX6 unbounded-spsc: Sender::send pointer-as-value transmute causes OOB read and fake-Arc drop under TX/RX race

Summary Sender::send in src/lib.rs contains an unsafe block in the DISCONNECTED arm that transmutes a raw pointer mut Producer into the bytes of a value-level Consumer. The author's intent, visible in the surrounding comment at lines 386-390, was a value transmute. The shipped code is one level o...

5.8CVSS5.8AI score0.0013EPSS
SaveExploits1References3
OSV
OSV
added 2026/05/29 4:3 p.m.13 views

RLSA-2026:19067 Important: sudo security update

The sudo packages contain the sudo utility which allows system administrators to provide certain users with the permission to execute privileged commands, which are used for system management purposes, without having to log in as root. Security Fixes: sudo: Sudo: Privilege escalation due to failu...

7.4CVSS5.9AI score0.00173EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/05/29 1:16 a.m.13 views

SUSE CVE-2026-46122

In the Linux kernel, the following vulnerability has been resolved: wifi: b43: enforce bounds check on firmware key index in b43rx The firmware-controlled key index in b43rx can exceed the dev-key array size 58 entries. The existing B43WARNON is non-enforcing in production builds, allowing an...

6.1CVSS5.8AI score0.00129EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/05/29 1:15 a.m.18 views

SUSE CVE-2026-46163

In the Linux kernel, the following vulnerability has been resolved: wifi: b43legacy: enforce bounds check on firmware key index in RX path Same fix as b43: the firmware-controlled key index in b43legacyrx can exceed dev-maxnrkeys. The existing B43legacyWARNON is non-enforcing in production builds...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/05/29 12:0 a.m.20 views

RockyLinux 10 : sudo (RLSA-2026:19067)

The remote RockyLinux 10 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2026:19067 advisory. sudo: Sudo: Privilege escalation due to failure in privilege drop calls CVE-2026-35535 Tenable has extracted the preceding description block directly from the...

7.8CVSS5.5AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/28 3:43 p.m.11 views

RLSA-2026:19220 Important: sudo security update

The sudo packages contain the sudo utility which allows system administrators to provide certain users with the permission to execute privileged commands, which are used for system management purposes, without having to log in as root. Security Fixes: sudo: Sudo: Privilege escalation due to failu...

7.4CVSS5.9AI score0.00173EPSS
SaveExploits0References2
Rockylinux
Rockylinux
added 2026/05/28 3:43 p.m.17 views

sudo security update

An update is available for sudo. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The sudo packages contain the sudo utility which allows system administrators to...

7.8CVSS6AI score0.00173EPSS
SaveExploits0
NVD
NVD
added 2026/05/28 10:16 a.m.15 views

CVE-2026-46163

In the Linux kernel, the following vulnerability has been resolved: wifi: b43legacy: enforce bounds check on firmware key index in RX path Same fix as b43: the firmware-controlled key index in b43legacyrx can exceed dev-maxnrkeys. The existing B43legacyWARNON is non-enforcing in production builds...

7.8CVSS0.00129EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/28 10:16 a.m.16 views

CVE-2026-46122

In the Linux kernel, the following vulnerability has been resolved: wifi: b43: enforce bounds check on firmware key index in b43rx The firmware-controlled key index in b43rx can exceed the dev-key array size 58 entries. The existing B43WARNON is non-enforcing in production builds, allowing an...

7.8CVSS0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/28 10:16 a.m.7 views

UBUNTU-CVE-2026-46122

In the Linux kernel, the following vulnerability has been resolved: wifi: b43: enforce bounds check on firmware key index in b43rx The firmware-controlled key index in b43rx can exceed the dev-key array size 58 entries. The existing B43WARNON is non-enforcing in production builds, allowing an...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
added 2026/05/28 10:16 a.m.7 views

CVE-2026-46163

In the Linux kernel, the following vulnerability has been resolved: wifi: b43legacy: enforce bounds check on firmware key index in RX path Same fix as b43: the firmware-controlled key index in b43legacyrx can exceed dev-maxnrkeys. The existing B43legacyWARNON is non-enforcing in production builds...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References37
Rows per page
Query Builder