Lucene search
+L

1592 matches found

RedHat Linux
RedHat Linux
added 2026/04/10 2:47 p.m.10 views

nodejs: Nodejs file permissions bypass

A flaw in Node.js’s Permissions model allows attackers to bypass --allow-fs-read and --allow-fs-write restrictions using crafted relative symlink paths. By chaining directories and symlinks, a script granted access only to the current directory can escape the allowed path and read sensitive files...

9.1CVSS7.1AI score0.01723EPSS
SaveExploits2References5
EUVD
EUVD
added 2026/04/01 9:31 a.m.11 views

EUVD-2026-17843

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race between freeing data and fs accessing it AppArmor was putting the reference to iprivate data on its end after removing the original entry from the file system. However the inode can aand does live beyond that...

5.7AI score0.00145EPSS
SaveExploits0References6
attackerkb
attackerkb
added 2026/04/01 8:36 a.m.7 views

CVE-2026-23411

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race between freeing data and fs accessing it AppArmor was putting the reference to iprivate data on its end after removing the original entry from the file system. However the inode can aand does live beyond that...

7.8CVSS5.7AI score0.00145EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/04/01 8:36 a.m.72 views

CVE-2026-23411 apparmor: fix race between freeing data and fs accessing it

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race between freeing data and fs accessing it AppArmor was putting the reference to iprivate data on its end after removing the original entry from the file system. However the inode can aand does live beyond that...

7.8CVSS0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2026/04/01 8:36 a.m.10 views

CVE-2026-23411 apparmor: fix race between freeing data and fs accessing it

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race between freeing data and fs accessing it AppArmor was putting the reference to iprivate data on its end after removing the original entry from the file system. However the inode can aand does live beyond that...

7.8CVSS6AI score
SaveExploits0References11
OSV
OSV
added 2026/04/01 12:23 a.m.14 views

GHSA-G87C-R2JP-293W @tinacms/graphql's Media Endpoints Can Escape the Media Root via Symlinks or Junctions

Summary @tinacms/cli recently added lexical path-traversal checks to the dev media routes, but the implementation still validates only the path string and does not resolve symlink or junction targets. If a link already exists under the media root, Tina accepts a path like...

7.1CVSS5.8AI score0.00408EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/01 12:00 a.m.14 views

UBUNTU-CVE-2026-23411

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race between freeing data and fs accessing it AppArmor was putting the reference to iprivate data on its end after removing the original entry from the file system. However the inode can aand does live beyond that...

7.8CVSS5.7AI score0.00145EPSS
SaveExploits0References18
EUVD
EUVD
added 2026/03/27 5:17 p.m.14 views

EUVD-2026-16466

Incus vulnerable to arbitrary file read and write through pongo templates...

9.9CVSS6AI score0.00481EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/03/18 12:00 a.m.21 views

PT-2026-26075

Jenkins LoadNinja Plugin 2.1 and earlier stores LoadNinja API keys unencrypted in job config.xml files on the Jenkins controller where they can be viewed by users with Item/Extended Read permission or access to the Jenkins controller file system...

4.3CVSS5.8AI score0.00142EPSS
SaveExploits0References6
NVD
NVD
added 2026/03/12 5:16 p.m.12 views

CVE-2026-29066

Tina is a headless content management system. Prior to 2.1.8, the TinaCMS CLI dev server configures Vite with server.fs.strict: false, which disables Vite's built-in filesystem access restriction. This allows any unauthenticated attacker who can reach the dev server to read arbitrary files on the...

6.2CVSS0.01025EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/12 4:55 p.m.10 views

CVE-2026-28791 Path Traversal in Media Upload Handle in Tina

Tina is a headless content management system. Prior to 2.1.7, a path traversal vulnerability exists in the TinaCMS development server's media upload handler. The code at media.ts joins user-controlled path segments using path.join without validating that the resulting path stays within the intend...

7.4CVSS6AI score
SaveExploits0References3
CVE
CVE
added 2026/03/12 4:48 p.m.31 views

CVE-2026-28792

Technical details (affected components, root cause, exploit data, or remediation specifics) are not provided in the connected documents. Monitor for updates.

9.6CVSS5.9AI score0.00535EPSS
SaveExploits1References1Affected Software1
RedhatCVE
RedhatCVE
added 2026/03/10 2:08 p.m.14 views

CVE-2025-15547

By default, jailed processes cannot mount filesystems, including nullfs4. However, the allow.mount.nullfs option enables mounting nullfs filesystems, subject to privilege checks. If a privileged user within a jail is able to nullfs-mount directories, a limitation of the kernel's path lookup logic...

8.8CVSS5.8AI score0.00112EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/03/10 1:04 a.m.14 views

Directory Traversal

Overview liquidjs is an A simple, expressive, safe and Shopify compatible template engine in pure JavaScript. Affected versions of this package are vulnerable to Directory Traversal via the Loader.candidates resolution when require.resolve is used as a fallback; an attacker can read arbitrary...

8.7CVSS6.2AI score0.00557EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/03/09 11:54 a.m.56 views

CVE-2025-15576 Jail chroot escape via fd exchange with a different jail

If two sibling jails are restricted to separate filesystem trees, which is to say that neither of the two jail root directories is an ancestor of the other, jailed processes may nonetheless be able to access a shared directory via a nullfs mount, if the administrator has configured one. In this...

0.00111EPSS
SaveExploits0References1
CVE
CVE
added 2026/03/09 11:46 a.m.32 views

CVE-2025-15547

The CVE-2025-15547 vulnerability affects FreeBSD jail environments configured with the allow.mount.nullfs option. A privileged user inside a jail can mount nullfs directories, and a kernel path-lookup limitation can let the user escape the jail via chroot, granting access to the host/parent files...

8.8CVSS5.8AI score0.00112EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/09 11:46 a.m.8 views

CVE-2025-15547 Jail escape by a privileged user via nullfs

By default, jailed processes cannot mount filesystems, including nullfs4. However, the allow.mount.nullfs option enables mounting nullfs filesystems, subject to privilege checks. If a privileged user within a jail is able to nullfs-mount directories, a limitation of the kernel's path lookup logic...

5.8AI score0.00112EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/03/09 12:00 a.m.20 views

FreeBSD 安全漏洞

FreeBSD is a Unix-like operating system developed by the FreeBSD Foundation. There is a security vulnerability in FreeBSD, which stems from the kernel’s failure to properly check the jail root directory during file system name lookups. This vulnerability could allow jail processes to obtain full...

7.5CVSS7.5AI score0.00111EPSS
SaveExploits0References1
Veracode
Veracode
added 2026/03/07 5:14 a.m.14 views

Arbitrary File Read

changedetection.io is vulnerable to Arbitrary File Read. The vulnerability is due to insufficient validation of user-supplied XPath expressions in the includefilters field, allowing attackers to use functions such as unparsed-text to read arbitrary files from the filesystem accessible to the...

9.3CVSS6AI score0.00484EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/01 12:00 a.m.26 views

PT-2026-29494

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel's AppArmor component contained a race condition between freeing data and filesystem access to it. AppArmor was releasing the reference to i private data after removing t...

7.8CVSS6.7AI score0.00145EPSS
SaveExploits0
Rows per page
Query Builder