Lucene search
+L

16 matches found

OSV
OSV
added 2026/09/04 4:18 p.m.3 views

AZL-99474 CVE-2026-80855 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open OTRUNC DAX failure fuseopen takes filemapinvalidatelock for a DAX truncate daxtruncate = true and releases it before the outinodeunlock label. But when fusedaxbreaklayouts fails, the goto...

5.8AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 3:55 p.m.6 views

CVE-2026-80855 fuse: fix invalidate lock leak on open O_TRUNC DAX failure

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open OTRUNC DAX failure fuseopen takes filemapinvalidatelock for a DAX truncate daxtruncate = true and releases it before the outinodeunlock label. But when fusedaxbreaklayouts fails, the goto...

5.6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/04 3:55 p.m.7 views

CVE-2026-80855

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open OTRUNC DAX failure fuseopen takes filemapinvalidatelock for a DAX truncate daxtruncate = true and releases it before the outinodeunlock label. But when fusedaxbreaklayouts fails, the goto...

5.8AI score0.00165EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.6 views

kernel: NFSv4: include MAY_WRITE in open permission mask for O_TRUNC

A flaw was found in the Linux kernel's NFSv4 implementation. A local user could exploit a vulnerability where opening a file with OTRUNC truncate and ORDONLY read-only flags would bypass the necessary write permission checks. This oversight allows an attacker to truncate a file without having...

7.1CVSS4.4AI score0.00164EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/03 4:54 a.m.6 views

kernel: NFSv4: include MAY_WRITE in open permission mask for O_TRUNC

A flaw was found in the Linux kernel's NFSv4 implementation. A local user could exploit a vulnerability where opening a file with OTRUNC truncate and ORDONLY read-only flags would bypass the necessary write permission checks. This oversight allows an attacker to truncate a file without having...

7.1CVSS5.8AI score0.00164EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/03 4:15 a.m.7 views

kernel: NFSv4: include MAY_WRITE in open permission mask for O_TRUNC

A flaw was found in the Linux kernel's NFSv4 implementation. A local user could exploit a vulnerability where opening a file with OTRUNC truncate and ORDONLY read-only flags would bypass the necessary write permission checks. This oversight allows an attacker to truncate a file without having...

7.1CVSS5.8AI score0.00164EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.8 views

kernel: NFSv4: include MAY_WRITE in open permission mask for O_TRUNC

A flaw was found in the Linux kernel's NFSv4 implementation. A local user could exploit a vulnerability where opening a file with OTRUNC truncate and ORDONLY read-only flags would bypass the necessary write permission checks. This oversight allows an attacker to truncate a file without having...

7.1CVSS5.8AI score0.00164EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/20 5:19 p.m.13 views

CVE-2026-64846

Nix is a package manager for Linux and other Unix systems. Prior to 2.35.0, a malicious derivation executed with the recursive-nix experimental feature can exploit a time-of-check/time-of-use race involving final symlink handling in the LocalStore restore path. The race can cause writeFile to...

2.8CVSS0.00088EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/20 4:18 p.m.27 views

CVE-2026-64846 Nix: Arbitrary file truncation outside the sandbox with recursive-nix experimental feature

Nix is a package manager for Linux and other Unix systems. Prior to 2.35.0, a malicious derivation executed with the recursive-nix experimental feature can exploit a time-of-check/time-of-use race involving final symlink handling in the LocalStore restore path. The race can cause writeFile to...

2.8CVSS0.00088EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 4:18 p.m.39 views

CVE-2026-64846

Nix versions prior to 2.35.0 contain a TOCTOU race in the LocalStore restore path: writeFile opens a path with O_TRUNC instead of enforcing FinalSymlink::DontFollow, allowing a malicious derivation (with recursive-nix enabled) to create or truncate an empty file outside the build sandbox with dae...

2.8CVSS5.4AI score0.00088EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 6:17 a.m.13 views

CVE-2026-49428

Certain system calls, such open2 with the OTRUNC flag set, and fspacectl2, could incorrectly free memory in largepage objects. These operations are not permitted on largepage objects, but the implementation did not verify this. An unprivileged local user can abuse the bug to access freed kernel...

8.4CVSS0.0029EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 5:57 a.m.14 views

EUVD-2026-62255

Certain system calls, such open2 with the OTRUNC flag set, and fspacectl2, could incorrectly free memory in largepage objects. These operations are not permitted on largepage objects, but the implementation did not verify this. An unprivileged local user can abuse the bug to access freed kernel...

8.4CVSS7.3AI score0.0029EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.12 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-100509)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100509 advisory. In the Linux kernel, the following vulnerability has been resolved: NFSv4: include MAYWRITE in open permission mask for OTRUNC POSIX requires write permission to...

7.1CVSS4.8AI score0.00164EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/13 5:53 p.m.13 views

CVE-2026-19730

The 'podman quadlet install --replace' command opens the existing destination file with OCREATE|OWRONLY but omits OTRUNC. When the initial reflink copy attempt fails common on non-reflink-capable filesystems including many RHEL default XFS configurations, the fallback in ReflinkOrCopy uses io.Cop...

4.2CVSS5.3AI score0.00107EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/13 5:53 p.m.9 views

CVE-2026-19730 Podman: podman: quadlet install --replace non-truncating write retains removed host-access directives

The 'podman quadlet install --replace' command opens the existing destination file with OCREATE|OWRONLY but omits OTRUNC. When the initial reflink copy attempt fails common on non-reflink-capable filesystems including many RHEL default XFS configurations, the fallback in ReflinkOrCopy uses io.Cop...

4.2CVSS5.3AI score0.00107EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2014/08/06 12:00 a.m.28 views

RHEL 7 : samba (RHSA-2014:1008)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2014:1008 advisory. Samba is an open-source implementation of the Server Message Block SMB or Common Internet File System CIFS protocol, which allows PC-compatible...

7.9CVSS8.8AI score0.56378EPSS
SaveExploits0References6
Rows per page
Query Builder