Cybersecurity & Regolamentazione UE

News & Sicurezza

Aggiornamenti da ENISA, NVD e le principali fonti di cybersecurity europee. Tutto quello che un Responsabile Tecnico deve sapere.

38283 risultati

VulnerabilitàAlta
CVE-2026-35373 - uutils coreutils ln Local Denial of Service via Improper Handling of Non-UTF-8 Filenames

CVE ID :CVE-2026-35373 Published : April 22, 2026, 5:16 p.m. | 51 minutes ago Description :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 enforces UTF-8 encoding, resulting in a failure to stat the file and a non-zero exit code. In environments where automated scripts or system tasks process valid but non-UTF-8 filenames common on Unix filesystems, this divergence causes the utility to fail, leading to a local denial of service for those specific operations. Severity: 3.3 | LOW Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE22 apr 2026
VulnerabilitàAlta
CVE-2026-35369 - uutils coreutils kill System-wide Process Termination and Denial of Service via Argument Misinterpretation

CVE ID :CVE-2026-35369 Published : April 22, 2026, 5:16 p.m. | 51 minutes ago Description :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 massive process termination. This differs from GNU coreutils, which correctly recognizes -1 as a signal number in this context and would instead report a missing PID argument. Severity: 5.5 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE22 apr 2026
VulnerabilitàAlta
CVE-2026-35368 - uutils coreutils chroot Local Privilege Escalation and chroot Escape in via Name Service Switch (NSS) Injection

CVE ID :CVE-2026-35368 Published : April 22, 2026, 5:16 p.m. | 51 minutes ago Description :A vulnerability exists in the chroot utility of uutils coreutils when using the --userspec option. The utility resolves the user specification via getpwnam() after entering the chroot but before dropping root privileges. On glibc-based systems, this can trigger the Name Service Switch (NSS) to load shared libraries (e.g., libnss_*.so.2) from the new root directory. If the NEWROOT is writable by an attacker, they can inject a malicious NSS module to execute arbitrary code as root, facilitating a full container escape or privilege escalation. Severity: 7.8 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE22 apr 2026
VulnerabilitàAlta
CVE-2026-35367 - uutils coreutils nohup Information Disclosure via Insecure Default Output Permissions

CVE ID :CVE-2026-35367 Published : April 22, 2026, 5:16 p.m. | 51 minutes ago Description :The nohup utility in uutils coreutils creates its default output file, nohup.out, without specifying explicit restricted permissions. This causes the file to inherit umask-based permissions, typically resulting in a world-readable file (0644). In multi-user environments, this allows any user on the system to read the captured stdout/stderr output of a command, potentially exposing sensitive information. This behavior diverges from GNU coreutils, which creates nohup.out with owner-only (0600) permissions. Severity: 3.3 | LOW Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE22 apr 2026
VulnerabilitàAlta
CVE-2026-35366 - uutils coreutils printenv Security Inspection Bypass via UTF-8 Enforcement

CVE ID :CVE-2026-35366 Published : April 22, 2026, 5:16 p.m. | 51 minutes ago Description :The printenv utility in uutils coreutils fails to display environment variables containing invalid UTF-8 byte sequences. While POSIX permits arbitrary bytes in environment strings, the uutils implementation silently skips these entries rather than printing the raw bytes. This vulnerability allows malicious environment variables (e.g., adversarial LD_PRELOAD values) to evade inspection by administrators or security auditing tools, potentially allowing library injection or other environment-based attacks to go undetected. Severity: 4.4 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE22 apr 2026
VulnerabilitàAlta
CVE-2026-35371 - uutils coreutils id Misleading Identity Reporting in Pretty Print Mode

CVE ID :CVE-2026-35371 Published : April 22, 2026, 5:16 p.m. | 51 minutes ago Description :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 misleading diagnostic output that can cause automated scripts or system administrators to make incorrect decisions regarding file permissions or access control. Severity: 3.3 | LOW Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE22 apr 2026
VulnerabilitàAlta
CVE-2026-35370 - uutils coreutils id Incorrect Access-Control Decisions via Misrepresented Group Membership

CVE ID :CVE-2026-35370 Published : April 22, 2026, 5:16 p.m. | 51 minutes ago Description :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 rely on the output of id to make security-critical access-control or permission decisions, this discrepancy can lead to unauthorized access or security misconfigurations. Severity: 4.4 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE22 apr 2026
VulnerabilitàAlta
CVE-2026-35365 - uutils coreutils mv Denial of Service and Data Duplication via Improper Symlink Expansion

CVE ID :CVE-2026-35365 Published : April 22, 2026, 5:16 p.m. | 51 minutes ago Description :The mv utility in uutils coreutils improperly handles directory trees containing symbolic links during moves across filesystem boundaries. Instead of preserving symlinks, the implementation expands them, copying the linked targets as real files or directories at the destination. This can lead to resource exhaustion (disk space or time) if symlinks point to large external directories, unexpected duplication of sensitive data into unintended locations, or infinite recursion and repeated copying in the presence of symlink loops. Severity: 6.6 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE22 apr 2026
VulnerabilitàAlta
CVE-2026-35364 - uutils coreutils mv Arbitrary File Overwrite via Cross-Device TOCTOU Race Condition

CVE ID :CVE-2026-35364 Published : April 22, 2026, 5:16 p.m. | 51 minutes ago Description :A Time-of-Check to Time-of-Use (TOCTOU) race condition exists in the mv utility of uutils coreutils during cross-device operations. The utility removes the destination path before recreating it through a copy operation. A local attacker with write access to the destination directory can exploit this window to replace the destination with a symbolic link. The subsequent privileged move operation will follow the symlink, allowing the attacker to redirect the write and overwrite an arbitrary target file with contents from the source. Severity: 6.3 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE22 apr 2026
News
Micropatches released for Windows Telephony Service Elevation of Privilege Vulnerability (CVE-2026-20931)

Micropatches released for Windows Telephony Service Elevation of Privilege Vulnerability (CVE-2026-20931) January 2026 Windows Updates brought a patch for CVE-2026-20931, a privilege escalation in Windows Telephony Service that allowed a remote low-privileged attacker to promote themselves to a service ad ... Read more Published Date: Apr 22, 2026 (1 day, 15 hours ago) Vulnerabilities has been mentioned in this article. CVE-2026-20931

CVEfeed Newsroom22 apr 2026
VulnerabilitàCritica
CVE-2018-25272 (CVSS 9.8)

ELBA5 5.8.0 contains a remote code execution vulnerability that allows attackers to obtain database credentials and execute arbitrary commands with SYSTEM level permissions. Attackers can connect to the database using default connector credentials, decrypt the DBA password, and execute commands via the xp_cmdshell stored procedure or add backdoor users to the BEDIENER table.

NVD (NIST)22 apr 2026
VulnerabilitàCritica
CVE-2018-25270 (CVSS 9.8)

ThinkPHP 5.0.23 contains a remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary PHP code by invoking functions through the routing parameter. Attackers can craft requests to the index.php endpoint with malicious function parameters to execute system commands with application privileges.

NVD (NIST)22 apr 2026

Pagina 2135 di 3191

Resta aggiornato sulla cybersecurity

Iscriviti a CodersRegistry per ricevere gli aggiornamenti più importanti su regolamentazione EU e vulnerabilità critiche.