Lucene search
+L

63 matches found

Kitploit
Kitploit
added 2026/08/26 8:19 p.m.1 views

webmin_1.920

CVE-2019-15107 Webmin 1.920 अप्रमाणित रिमोट कमांड निष्पादन CVE-2019-15107 Webmin 1.920 अप्रमाणित रिमोट कमांड निष्पादन के लिए एक python3 स्क्रिप्ट जो फ़ायरवॉल चकमा देने के लिए mkfifo का उपयोग करके एक रिवर्स शेल या एक स्यूडो इंटरैक्टिव शेल बनाती है आरंभ करना प्रोग्राम निष्पादित करना python3 के साथ...

10CVSS8.8AI score0.99766EPSS
SaveExploits39
EUVD
EUVD
added 2026/07/06 9:53 p.m.14 views

EUVD-2026-24969

mkfifo: permissions of an existing file are changed after FIFO creation fails...

7.1CVSS5.9AI score0.00165EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/06 9:53 p.m.12 views

GHSA-PMF6-RCX4-V53V mkfifo: permissions of an existing file are changed after FIFO creation fails

When mkfifo fails e.g. target already exists, the code shows an error but is missing a continue;, so it falls through to fs::setpermissions and changes the permissions of the pre-existing file to the default FIFO mode 0o666 & umask - 0644. $ touch secret; chmod 000 secret $ coreutils mkfifo secre...

7.1CVSS6AI score0.00165EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/04/29 10:08 a.m.14 views

CVE-2026-35341

A flaw was found in uutils coreutils mkfifo. This vulnerability allows a local user to inadvertently change the permissions of an existing file when attempting to create a named pipe FIFO at the same location. The mkfifo utility, instead of failing, proceeds to set the existing file's permissions...

7.1CVSS5.2AI score0.00165EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/22 6:31 p.m.17 views

GHSA-9GH9-HWPR-RVQQ uutils coreutils has a Time-of-Check to Time-of-Use (TOCTOU) race condition

A Time-of-Check to Time-of-Use TOCTOU race condition exists in the mkfifo utility of uutils coreutils. The utility creates a FIFO and then performs a path-based chmod to set permissions. A local attacker with write access to the parent directory can swap the newly created FIFO for a symbolic link...

7CVSS5.9AI score0.00147EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/04/22 6:31 p.m.13 views

EUVD-2026-24986

A Time-of-Check to Time-of-Use TOCTOU race condition exists in the mkfifo utility of uutils coreutils. The utility creates a FIFO and then performs a path-based chmod to set permissions. A local attacker with write access to the parent directory can swap the newly created FIFO for a symbolic link...

7CVSS5.9AI score0.00147EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/22 6:31 p.m.15 views

GHSA-W8M4-4V35-V6X3 Duplicate Advisory: uutils coreutils allows unauthorized modification of permissions on existing files

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-pmf6-rcx4-v53v. This link is maintained to preserve external references. Original Description A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files...

7.1CVSS6AI score0.00165EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/22 6:31 p.m.15 views

Duplicate Advisory: uutils coreutils allows unauthorized modification of permissions on existing files

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-pmf6-rcx4-v53v. This link is maintained to preserve external references. Original Description A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files...

7.1CVSS6AI score0.00165EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2026/04/22 5:16 p.m.10 views

CVE-2026-35352

A Time-of-Check to Time-of-Use TOCTOU race condition exists in the mkfifo utility of uutils coreutils. The utility creates a FIFO and then performs a path-based chmod to set permissions. A local attacker with write access to the parent directory can swap the newly created FIFO for a symbolic link...

7CVSS0.00147EPSS
SaveExploits1References4
NVD
NVD
added 2026/04/22 5:16 p.m.12 views

CVE-2026-35341

A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a follow-up...

7.1CVSS0.00165EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.19 views

CVE-2026-35341

A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a follow-up...

7.1CVSS5.9AI score0.00165EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/22 5:16 p.m.10 views

UBUNTU-CVE-2026-35341

A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a follow-up...

7.1CVSS5.9AI score0.00165EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/04/22 4:08 p.m.12 views

CVE-2026-35352 uutils coreutils mkfifo Privilege Escalation via TOCTOU Race Condition

A Time-of-Check to Time-of-Use TOCTOU race condition exists in the mkfifo utility of uutils coreutils. The utility creates a FIFO and then performs a path-based chmod to set permissions. A local attacker with write access to the parent directory can swap the newly created FIFO for a symbolic link...

7CVSS5.9AI score0.00147EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/04/22 4:08 p.m.43 views

CVE-2026-35352 uutils coreutils mkfifo Privilege Escalation via TOCTOU Race Condition

A Time-of-Check to Time-of-Use TOCTOU race condition exists in the mkfifo utility of uutils coreutils. The utility creates a FIFO and then performs a path-based chmod to set permissions. A local attacker with write access to the parent directory can swap the newly created FIFO for a symbolic link...

7CVSS0.00147EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/22 4:08 p.m.7 views

CVE-2026-35352

A Time-of-Check to Time-of-Use TOCTOU race condition exists in the mkfifo utility of uutils coreutils. The utility creates a FIFO and then performs a path-based chmod to set permissions. A local attacker with write access to the parent directory can swap the newly created FIFO for a symbolic link...

7CVSS5.9AI score0.00147EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/04/22 4:07 p.m.6 views

CVE-2026-35341 uutils coreutils mkfifo Unauthorized Permission Change on Existing Files

A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a follow-up...

7.1CVSS5.9AI score0.00165EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/22 4:07 p.m.5 views

CVE-2026-35341

A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a follow-up...

7.1CVSS5.9AI score0.00165EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2026/04/22 4:07 p.m.16 views

CVE-2026-35341

A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a follow-up...

7.1CVSS5.5AI score0.00165EPSS
SaveExploits1
CVE
CVE
added 2026/04/22 4:07 p.m.37 views

CVE-2026-35341

The CVE-2026-35341 entry concerns uutils coreutils mkfifo. The vulnerability arises when mkfifo tries to create a FIFO but a file already exists at the target path; the operation for that path does not terminate and a follow-up set_permissions call executes, changing the existing file’s permissio...

7.1CVSS5.9AI score0.00165EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2026/04/22 12:00 a.m.16 views

uutils coreutils 安全漏洞

uutils coreutils is a cross-platform core command-line toolset developed by Uutils Open Source. There is a security vulnerability in uutils coreutils, which stems from a timing race condition in the mkfifo utility. The utility creates a FIFO and then performs a path-based chmod operation to set...

7CVSS5.9AI score0.00147EPSS
SaveExploits1References1
Rows per page
Query Builder