Lucene search
+L

77519 matches found

Debian CVE
Debian CVE
added 2026/04/22 4:09 p.m.9 views

CVE-2026-35380

A logic error in the cut utility of uutils coreutils causes the program to incorrectly interpret the literal two-byte string '' two single quotes as an empty delimiter. The implementation mistakenly maps this string to the NUL character for both the -d delimiter and --output-delimiter options. Th...

5.5CVSS5.6AI score0.00157EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2026/04/22 4:09 p.m.8 views

CVE-2026-35380 uutils coreutils cut Local Logic Error and Data Integrity Issue in Delimiter Parsing

A logic error in the cut utility of uutils coreutils causes the program to incorrectly interpret the literal two-byte string '' two single quotes as an empty delimiter. The implementation mistakenly maps this string to the NUL character for both the -d delimiter and --output-delimiter options. Th...

5.5CVSS5.8AI score0.00157EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2026/04/22 4:09 p.m.16 views

CVE-2026-35378

A logic error in the expr utility of uutils coreutils causes the program to evaluate parenthesized subexpressions during the parsing phase rather than at the execution phase. This implementation flaw prevents the utility from performing proper short-circuiting for logical OR | and AND & operation...

3.3CVSS5.5AI score0.00156EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/04/22 4:09 p.m.21 views

CVE-2026-35375

A logic error in the split utility of uutils coreutils causes the corruption of output filenames when provided with non-UTF-8 prefix or suffix inputs. The implementation utilizes tostringlossy when constructing chunk filenames, which automatically rewrites invalid byte sequences into the UTF-8...

3.3CVSS5.5AI score0.00143EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/04/22 4:09 p.m.7 views

CVE-2026-35373

A logic error in the ln utility of uutils coreutils causes the program to reject source paths containing non-UTF-8 filename bytes when using target-directory forms e.g., ln SOURCE... DIRECTORY. While GNU ln treats filenames as raw bytes and creates the links correctly, the uutils implementation...

5.5CVSS5.3AI score0.00121EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/04/22 4:08 p.m.16 views

CVE-2026-35372

A logic error in the ln utility of uutils coreutils allows the utility to dereference a symbolic link target even when the --no-dereference or -n flag is explicitly provided. The implementation previously only honored the "no-dereference" intent if the --force overwrite mode was also enabled. Thi...

5CVSS5.3AI score0.00138EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/04/22 4:08 p.m.10 views

CVE-2026-35370

The id utility in uutils coreutils miscalculates the groups= section of its output. The implementation uses a user's real GID instead of their effective GID to compute the group list, leading to potentially divergent output compared to GNU coreutils. Because many scripts and automated processes...

4.4CVSS5.3AI score0.00108EPSS
SaveExploits1
ATTACKERKB
ATTACKERKB
added 2026/04/22 4:08 p.m.7 views

CVE-2026-35369

An argument parsing error in the kill utility of uutils coreutils incorrectly interprets kill -1 as a request to send the default signal SIGTERM to PID -1. Sending a signal to PID -1 causes the kernel to terminate all processes visible to the caller, potentially leading to a system crash or massi...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/22 4:08 p.m.13 views

CVE-2026-35369 uutils coreutils kill System-wide Process Termination and Denial of Service via Argument Misinterpretation

An argument parsing error in the kill utility of uutils coreutils incorrectly interprets kill -1 as a request to send the default signal SIGTERM to PID -1. Sending a signal to PID -1 causes the kernel to terminate all processes visible to the caller, potentially leading to a system crash or massi...

5.5CVSS6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/04/22 4:08 p.m.14 views

CVE-2026-35369

An argument parsing error in the kill utility of uutils coreutils incorrectly interprets kill -1 as a request to send the default signal SIGTERM to PID -1. Sending a signal to PID -1 causes the kernel to terminate all processes visible to the caller, potentially leading to a system crash or massi...

5.5CVSS5.3AI score0.00128EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/04/22 4:08 p.m.42 views

CVE-2026-35369 uutils coreutils kill System-wide Process Termination and Denial of Service via Argument Misinterpretation

An argument parsing error in the kill utility of uutils coreutils incorrectly interprets kill -1 as a request to send the default signal SIGTERM to PID -1. Sending a signal to PID -1 causes the kernel to terminate all processes visible to the caller, potentially leading to a system crash or massi...

5.5CVSS0.00128EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/22 4:08 p.m.52 views

CVE-2026-35363

The CVE-2026-35363 entry concerns the rm utility in uutils coreutils. The issue: path normalization bug allows bypass of safeguards for the current directory. It correctly refuses . and .. but fails to recognize equivalent paths with trailing slashes (e.g., ./ or .///). An accidental/malicious ex...

5.6CVSS6AI score0.00166EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/22 4:07 p.m.7 views

CVE-2026-35344 uutils coreutils dd Silent Data Corruption via Unconditional Truncation Error Suppression

The dd utility in uutils coreutils suppresses errors during file truncation operations by unconditionally calling Result::ok on truncation attempts. While intended to mimic GNU behavior for special files like /dev/null, the uutils implementation also hides failures on regular files and directorie...

3.3CVSS5.8AI score0.00115EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/22 4:07 p.m.8 views

CVE-2026-35343

The cut utility in uutils coreutils incorrectly handles the -s only-delimited option when a newline character is specified as the delimiter. The implementation fails to verify the onlydelimited flag in the cutfieldsnewlinechardelim function, causing the utility to print non-delimited lines that...

3.3CVSS5.8AI score0.00135EPSS
SaveExploits0References3
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
CVE
CVE
added 2026/04/22 4:07 p.m.34 views

CVE-2026-35339

The CVE-2026-35339 entry concerns the recursive mode (-R) of uutils coreutils chmod. Affected component: chmod in uutils coreutils. Issue: exit codes are determined by the last file processed, allowing an exit code of 0 despite prior errors (e.g., Operation not permitted). Impact: scripts relying...

5.5CVSS5.8AI score0.00143EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/04/22 4:07 p.m.40 views

CVE-2026-35339 uutils coreutils chmod False Success Exit Code in Recursive Mode

The recursive mode -R of the chmod utility in uutils coreutils incorrectly handles exit codes when processing multiple files. The final return value is determined solely by the success or failure of the last file processed. This allows the command to return an exit code of 0 success even if error...

5.5CVSS0.00143EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/22 3:31 p.m.10 views

EUVD-2026-24933

A client can trigger excessive memory allocation by generating a lot of errors responses over a single DoQ and DoH3 connection, as some resources were not properly released until the end of the connection...

5.3CVSS5.8AI score0.00371EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/22 3:31 p.m.17 views

EUVD-2026-24898

In the Linux kernel, the following vulnerability has been resolved: erofs: set fileio bio failed in short read case For file-backed mount, IO requests are handled by vfsiocbiterread. However, it can be interrupted by SIGKILL, returning the number of bytes actually copied. Unused folios in bio are...

5.6AI score0.00122EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/22 3:31 p.m.11 views

EUVD-2026-24897

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2capecredconnreq Syzbot reported a KASAN stack-out-of-bounds read in l2capbuildcmd that is triggered by a malformed Enhanced Credit Based Connection Request. The vulnerability...

5.8AI score0.00252EPSS
SaveExploits0References5
Rows per page
Query Builder