Lucene search
+L

67879 matches found

OSV
OSV
•added 2026/04/22 5:34 p.m.•16 views

GHSA-H7MW-GPVR-XQ4M DOMPurify: FORBID_TAGS bypassed by function-based ADD_TAGS predicate (asymmetry with FORBID_ATTR fix)

There is an inconsistency between FORBIDTAGS and FORBIDATTR handling when function-based ADDTAGS is used. Commit c361baa added an early exit for FORBIDATTR at line 1214: / FORBIDATTR must always win, even if ADDATTR predicate would allow it / if FORBIDATTRlcName return false; The same fix was not...

6CVSS5.7AI score0.00404EPSS
SaveExploits1References5
OSV
OSV
•added 2026/04/22 5:31 p.m.•19 views

GHSA-V9JR-RG53-9PGP DOMPurify: Prototype Pollution to XSS Bypass via CUSTOM_ELEMENT_HANDLING Fallback

Summary DOMPurify versions 3.0.1 through 3.3.3 latest are vulnerable to a prototype pollution-based XSS bypass. When an application uses DOMPurify.sanitize with the default configuration no CUSTOMELEMENTHANDLING option, a prior prototype pollution gadget can inject permissive tagNameCheck and...

6.9CVSS6AI score0.00346EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2026/04/22 5:31 p.m.•18 views

DOMPurify: Prototype Pollution to XSS Bypass via CUSTOM_ELEMENT_HANDLING Fallback

Summary DOMPurify versions 3.0.1 through 3.3.3 latest are vulnerable to a prototype pollution-based XSS bypass. When an application uses DOMPurify.sanitize with the default configuration no CUSTOMELEMENTHANDLING option, a prior prototype pollution gadget can inject permissive tagNameCheck and...

6.9CVSS7.4AI score0.00346EPSS
SaveExploits0References4Affected Software1
NVD
NVD
•added 2026/04/22 5:16 p.m.•24 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...

5CVSS0.00164EPSS
SaveExploits0References2
NVD
NVD
•added 2026/04/22 5:16 p.m.•21 views

CVE-2026-35339

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.00157EPSS
SaveExploits0References2
OSV
OSV
•added 2026/04/22 5:16 p.m.•13 views

UBUNTU-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.00149EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
•added 2026/04/22 4:28 p.m.•10 views

Security Bulletin: IBM Guardium Data Protection is affected by a spring-security-config-5.8.14.jar vulnerability (CVE-2024-38827)

Summary IBM Guardium Data Protection has addressed this vulnerability in an update. Vulnerability Details CVEID:CVE-2024-38827 DESCRIPTION: The usage of String.toLowerCase and String.toUpperCase has some Locale dependent exceptions that could potentially result in authorization rules not working...

4.8CVSS7.1AI score0.00377EPSS
SaveExploits0Affected Software1
NVD
NVD
•added 2026/04/22 4:16 p.m.•16 views

CVE-2018-25265

LanSpy 2.0.1.159 contains a local buffer overflow vulnerability in the scan section that allows local attackers to execute arbitrary code by exploiting structured exception handling mechanisms. Attackers can craft malicious payloads using egghunter techniques to locate and execute shellcode,...

8.6CVSS0.00205EPSS
SaveExploits1References3
attackerkb
attackerkb
•added 2026/04/22 4:09 p.m.•9 views

CVE-2026-35379

A logic error in the tr utility of uutils coreutils causes the program to incorrectly define the :graph: and :print: character classes. The implementation mistakenly includes the ASCII space character 0x20 in the :graph: class and excludes it from the :print: class, effectively reversing the...

3.3CVSS5.7AI score0.00154EPSS
SaveExploits1References3
Cvelist
Cvelist
•added 2026/04/22 4:09 p.m.•53 views

CVE-2026-35377 uutils coreutils env Local Denial of Service via Improper Handling of Backslashes in Split-String Mode

A logic error in the env utility of uutils coreutils causes a failure to correctly parse command-line arguments when utilizing the -S split-string option. In GNU env, backslashes within single quotes are treated literally with the exceptions of \ and '. However, the uutils implementation...

3.3CVSS0.00126EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2026/04/22 4:09 p.m.•8 views

CVE-2026-35377 uutils coreutils env Local Denial of Service via Improper Handling of Backslashes in Split-String Mode

A logic error in the env utility of uutils coreutils causes a failure to correctly parse command-line arguments when utilizing the -S split-string option. In GNU env, backslashes within single quotes are treated literally with the exceptions of \ and '. However, the uutils implementation...

3.3CVSS5.8AI score0.00126EPSS
SaveExploits0References1
CVE
CVE
•added 2026/04/22 4:09 p.m.•67 views

CVE-2026-35373

The CVE-2026-35373 issue affects the ln utility in uutils/coreutils. A logic error causes ln to reject source paths containing non-UTF‑8 filename bytes when using target-directory forms (for example, ln SOURCE... DIRECTORY). Unlike GNU ln, which treats filenames as raw bytes, the uutils implement...

5.5CVSS5.7AI score0.00135EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
•added 2026/04/22 4:08 p.m.•65 views

CVE-2026-35371 uutils coreutils id Misleading Identity Reporting in Pretty Print Mode

The id utility in uutils coreutils exhibits incorrect behavior in its "pretty print" output when the real UID and effective UID differ. The implementation incorrectly uses the effective GID instead of the effective UID when performing a name lookup for the effective user. This results in misleadi...

3.3CVSS0.00137EPSS
SaveExploits1References1
attackerkb
attackerkb
•added 2026/04/22 4:08 p.m.•10 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.00151EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2026/04/22 4:08 p.m.•9 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.5CVSS5.7AI score0.00151EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/04/22 4:08 p.m.•43 views

CVE-2026-35358 uutils coreutils cp Semantic Loss and Potential Denial of Service with -R via Device Node Stream Reading

The cp utility in uutils coreutils, when performing recursive copies -R, incorrectly treats character and block device nodes as stream sources rather than preserving them. Because the implementation reads bytes into regular files at the destination instead of using mknod, device semantics are...

4.4CVSS0.00178EPSS
SaveExploits1References3
Cvelist
Cvelist
•added 2026/04/22 4:08 p.m.•59 views

CVE-2026-35357 uutils coreutils cp Information Disclosure via Permission Handling Race

The cp utility in uutils coreutils is vulnerable to an information disclosure race condition. Destination files are initially created with umask-derived permissions e.g., 0644 before being restricted to their final mode e.g., 0600 later in the process. A local attacker can race to open the file...

4.7CVSS0.00094EPSS
SaveExploits1References1
attackerkb
attackerkb
•added 2026/04/22 4:08 p.m.•10 views

CVE-2026-35353

The mkdir utility in uutils coreutils incorrectly applies permissions when using the -m flag by creating a directory with umask-derived permissions typically 0755 before subsequently changing them to the requested mode via a separate chmod system call. In multi-user environments, this introduces ...

3.3CVSS5.7AI score0.00119EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/04/22 4:08 p.m.•46 views

CVE-2026-35350

The cp utility in uutils coreutils fails to properly handle setuid and setgid bits when ownership preservation fails. When copying with the -p preserve flag, the utility applies the source mode bits even if the chown operation is unsuccessful. This can result in a user-owned copy retaining origin...

6.6CVSS5.3AI score0.00133EPSS
SaveExploits1
CVE
CVE
•added 2026/04/22 4:07 p.m.•46 views

CVE-2026-35342

CVE-2026-35342 affects the mktemp utility in the uutils coreutils project. The issue arises because the implementation does not treat an empty TMPDIR as a fallback to /tmp (unlike GNU mktemp); instead, it treats an empty string as a valid path, causing temporary files to be created in the current...

3.3CVSS5.7AI score0.00154EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder