Lucene search
+L

1581 matches found

CVE
CVE
added 2026/08/10 11:59 a.m.36 views

CVE-2026-68178

CVE-2026-68178 concerns the Linux kernel NSM (Network Shared Memory) misc device. The root cause is that misc_open() installs file_operations with fops_get() which pins file_operations::owner, but NSM’s misc device left nsm_dev_fops.owner unset, allowing an open /dev/nsm descriptor to survive an ...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 7:16 a.m.17 views

CVE-2026-17541

The File Manager WordPress plugin before 6.9.1 does not have authorisation checks on one of its REST API routes, allowing unauthenticated users to read its file activity log, disclosing the file operations performed on the site, the paths involved and the name of the user who performed them...

7.5CVSS0.00316EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:56 a.m.10 views

EUVD-2026-53308

Magistrala's Rules Engine allows authenticated users to create rules with embedded Go or Lua scripts executed server-side when IoT messages arrive. The Go script engine re/golang.go runs scripts through the Yaegi interpreter with stdlib.Symbols, exposing the full Go standard library including os...

8.8CVSS5.7AI score0.00288EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.15 views

CVE-2026-64399

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add permission checks for FSCTLDUPLICATEEXTENTSTOFILE The FSCTLDUPLICATEEXTENTSTOFILE arm of smb2ioctl overwrites the destination file's data via vfsclonefilerange with neither the share-level KSMBDTREECONNFLAGWRITABLE che...

9.8CVSS5.7AI score0.00491EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:02 p.m.11 views

CVE-2026-63819

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on f2fsgetnodefoliora kernel BUG at fs/f2fs/file.c:845! Oops: invalid opcode: 0000 1 SMP KASAN NOPTI CPU: 0 UID: 0 PID: 5336 Comm: syz.0.0 Not tainted syzkaller 0 PREEMPTfull Hardware name: QEMU...

7.8CVSS5.2AI score0.00119EPSS
SaveExploits0References4Affected Software1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/07/16 6:44 p.m.32 views

Malicious code in @yeaft/webchat-agent (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector b627f9a4ff0aaacfcd612224f76fe679e9d0a04578519d75516136e7496aad43 The package installs itself as a user-level service systemd on Linux via service/linux.js, with launchd/PM2 siblings and, at agent startup, opens a...

6.2AI score
SaveExploits0References147
OSV
OSV
added 2026/07/16 6:44 p.m.10 views

MAL-2026-10723 Malicious code in @yeaft/webchat-agent (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector b627f9a4ff0aaacfcd612224f76fe679e9d0a04578519d75516136e7496aad43 The package installs itself as a user-level service systemd on Linux via service/linux.js, with launchd/PM2 siblings and, at agent startup, opens a...

6.2AI score
SaveExploits0References147
Nuclei
Nuclei
added 2026/07/16 9:41 a.m.943 views

Laravel with Ignition <= v8.4.2 Debug Mode - Remote Code Execution

Laravel version 8.4.2 and before with Ignition before 2.5.2 allows unauthenticated remote attackers to execute arbitrary code because of insecure usage of filegetcontents and fileputcontents. This is exploitable on sites using debug mode with Laravel before 8.4.2. id: CVE-2021-3129 info: name:...

9.8CVSS7.2AI score0.99943EPSS
SaveExploits38References5
NVD
NVD
added 2026/07/15 2:22 a.m.12 views

CVE-2026-8920

Improper Restriction of Communication Channel to Intended Endpoints and External Control of File Name or Path in Aura Wallpaper Service allow a local user to perform file operations by sending crafted commands containing an arbitrary file path and bypassing the service’s path restrictions . On...

8.5CVSS0.001EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/15 2:00 a.m.22 views

EUVD-2026-44586

Improper Restriction of Communication Channel to Intended Endpoints and External Control of File Name or Path in Aura Wallpaper Service allow a local user to perform file operations by sending crafted commands containing an arbitrary file path and bypassing the service’s path restrictions . On...

8.5CVSS6.2AI score0.001EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/13 10:41 p.m.41 views

CVE-2026-57856 Cockpit CMS Path Traversal via Bucket Name in Bucket File Storage API

Cockpit CMS contains a path traversal vulnerability in the Bucket file storage API /system/buckets/api. The api method in modules/System/Controller/Buckets.php sanitizes the bucket name with pregreplace'/^a-zA-Z0-9-\./','', $bucket, which permits '..' and '../' sequences. The sanitized value is...

8.8CVSS0.00389EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/07 12:00 a.m.30 views

PT-2026-56305

Name of the Vulnerable Software and Affected Versions goploy version 1.17.5 Description An Insecure Direct Object Reference IDOR exists in the project and project-file handlers. The application fails to verify if a project or project-file belongs to the caller's namespace when processing requests...

9.6CVSS7.5AI score
SaveExploits0
CVE
CVE
added 2026/07/06 6:00 a.m.38 views

CVE-2026-11962

The FileOrganizer WordPress plugin before 1.2.0 does not validate file types on several file-management operations, enabling authenticated users with file-manager access — extended to sub-administrator roles via the premium add‑on — to upload arbitrary PHP files and achieve remote code execution....

8.8CVSS6.3AI score0.00435EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/07/02 7:22 p.m.26 views

electerm has Command Injection in File System Operations (rmrf, mv, cp)

Impact A command injection vulnerability exists in electerm's file system operations rmrf, mv, cp in src/app/lib/fs.js. These functions construct shell commands by interpolating file paths directly into command strings without escaping shell metacharacters. Vulnerable functions: - rmrf - Uses rm...

8.8CVSS6.2AI score0.00527EPSS
SaveExploits0References3Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/01 3:01 p.m.7 views

acl: TOCTOU Symlink Traversal via getfacl/setfacl

A time-of-check to time-of-use TOCTOU race condition vulnerability was found in acl. By replacing a pathname component with a symbolic link between a security check and subsequent file operations, an attacker can redirect file access control list operations. This occurs when privileged processes...

7.2CVSS6AI score0.00088EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/06/26 2:10 a.m.15 views

SUSE CVE-2026-53188

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Validate the passed in fops for ibgetucaps Sashiko pointed out it is not safe to rely only on the devt because char/block alias so if the user finds a block device with the same devt it can masquerade as a ucap cdev fd...

8.8CVSS5.8AI score0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 8:39 a.m.11 views

CVE-2026-53188 RDMA/core: Validate the passed in fops for ib_get_ucaps()

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Validate the passed in fops for ibgetucaps Sashiko pointed out it is not safe to rely only on the devt because char/block alias so if the user finds a block device with the same devt it can masquerade as a ucap cdev fd...

8.8CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/06/25 8:39 a.m.35 views

CVE-2026-53188

The CVE-2026-53188 entry concerns a Linux kernel RDMA/core flaw where fops passed to ib_get_ucaps() could be spoofed via a block device sharing a dev_t with a character device (char/block alias). The root cause is insufficient validation of f_ops, allowing a local attacker with access to device n...

8.8CVSS5.8AI score0.00127EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/06/24 9:36 p.m.27 views

CVE-2026-9774

CVE-2026-9774 affects ATEN Unizon via the updateLicense directory traversal, enabling arbitrary file deletion. The flaw stems from insufficient validation of a user-supplied path used in file operations. The vulnerability is exploitable remotely over network with authentication required; impact i...

6.5CVSS6.4AI score0.01195EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2026/06/20 9:16 a.m.26 views

CVE-2026-12119

The Simple File List plugin for WordPress is vulnerable to unauthorized file operations due to a missing authorization check on the 'frontmanage' shortcode attribute in all versions up to, and including, 6.3.7. This makes it possible for authenticated attackers, with contributor-level access and...

6.5CVSS0.00467EPSS
SaveExploits0References6
Rows per page
Query Builder