Lucene search
+L

9721 matches found

OSV
OSV
added 2026/08/21 2:39 p.m.11 views

CVE-2026-55621 Incus has a project restriction bypass for custom volume copy across projects

Incus is a system container and virtual machine manager. Prior to version 7.2.0, missing authorization checks exist for custom volume copying where an attacker knowing the name of a project that they don't have access to and the name of a custom volume in that project can copy the custom volume t...

7.7CVSS5.6AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/20 8:57 p.m.6 views

CVE-2026-74558

A flaw was found in the Linux kernel's zero-copy ZC transmit Tx batch path. When processing network packets, the system can fail to properly reclaim memory UMEM frames if it encounters invalid or oversized packet descriptors. This can lead to resource exhaustion, where memory is not returned to...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/20 6:45 p.m.7 views

Wagtail: Improper restriction handling on Page translation API endpoint

Impact A CMS user with the "submit translations" permission, could use the Admin API's "copy for translation" endpoint to copy an existing page that they do not have edit access to, allowing them to view its contents. Patches Patched versions have been released as Wagtail 7.0.9, 7.3.4, 7.4.3 and...

5.6AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:45 p.m.6 views

Wagtail: Improper permission handling when copying snippets

Impact A CMS user with "add" permission over a snippet model, but not "change" or "view" permission, could copy an existing snippet that they do not have access to, allowing them to view its contents. Patches Patched versions have been released as Wagtail 7.0.9, 7.3.4, 7.4.3 and 8.0rc2. Workaroun...

5.6AI score
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/20 6:06 p.m.28 views

CVE-2026-54622 django CMS: Clipboard copy IDOR discloses unauthorized plugin content

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, the copyplugins endpoint in cms/admin/placeholderadmin.py authorizes only the destination clipboard. The copyplugintoclipboard and copyplaceholdertoclipboard paths accept...

6.5CVSS0.00239EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/20 6:06 p.m.16 views

CVE-2026-54622

django CMS prior to 5.0.8 contains an IDOR in the copy_plugins admin endpoint (cms/admin/placeholderadmin.py). The _copy_plugin_to_clipboard and _copy_placeholder_to_clipboard paths validate only the destination clipboard but never perform source-side authorization on the attacker-supplied source...

6.5CVSS5.2AI score0.00239EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2026/08/20 11:42 a.m.5 views

USN-8653-1: PostgreSQL vulnerabilities

It was discovered that PostgreSQL incorrectly handled COPY FROM STDIN when an early failure occurred. An authenticated user could possibly use this issue to execute arbitrary SQL commands. CVE-2026-6464 It was discovered that PostgreSQL incorrectly reset extended statistics ownership during ALTER...

8.8CVSS7.6AI score0.01006EPSS
SaveExploits2
NVD
NVD
added 2026/08/19 2:17 p.m.10 views

CVE-2026-65611

nnn does not sanitize the path variable. An attacker can create a directory on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim enters that directory in nnn and uses the batch copy or move workflow, the...

5.1CVSS0.00323EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 1:21 p.m.27 views

CVE-2026-65611 Shell Command Injection in nnn

nnn does not sanitize the path variable. An attacker can create a directory on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim enters that directory in nnn and uses the batch copy or move workflow, the...

5.1CVSS0.00323EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 1:21 p.m.12 views

CVE-2026-65611

nnn (terminal file manager) is vulnerable to shell command injection via an unsanitized path variable. An attacker can craft a directory name containing a single quote followed by shell syntax on a shared filesystem, removable media, or inside an extracted archive. When a victim navigates into th...

5.1CVSS5.5AI score0.00323EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 1:21 p.m.8 views

EUVD-2026-62400

nnn does not sanitize the path variable. An attacker can create a directory on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim enters that directory in nnn and uses the batch copy or move workflow, the...

5.1CVSS5.5AI score0.00323EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/19 1:21 p.m.9 views

CVE-2026-65611

nnn does not sanitize the path variable. An attacker can create a directory on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim enters that directory in nnn and uses the batch copy or move workflow, the...

5.1CVSS5.5AI score0.00323EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 1:21 p.m.7 views

CVE-2026-65611 Shell Command Injection in nnn

nnn does not sanitize the path variable. An attacker can create a directory on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim enters that directory in nnn and uses the batch copy or move workflow, the...

5.1CVSS5.6AI score
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:53 a.m.10 views

BIT-POSTGRESQL-2026-6464 PostgreSQL psql COPY FROM STDIN early failure processes data lines as psql commands

Untrusted data inclusion in PostgreSQL psql COPY may allow a server administrator to elicit execution of data lines as psql commands, via error injection. If the "COPY FROM STDIN" or "\copy FROM STDIN" command fails before the server indicates that it awaits input rows, psql processes the in-line...

8.1CVSS5.6AI score0.00492EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/19 7:28 a.m.28 views

CVE-2026-58083 Use-after-free in kqueue copy-on-fork

While the kernel was copying knotes during fork, a knote with a timer-based filter could fire and be enqueued on the kqueue's active list before the copy was complete. The copy routine did not account for this and could enqueue the new knote a second time, corrupting the active list. In addition,...

0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/18 5:17 p.m.3 views

CVE-2026-70415

Dell PowerStore SDNAS contains a Buffer Copy without Checking Size of Input vulnerability in the NFS/RPC. An unauthenticated attacker with remote access could potentially exploit this vulnerability, leading to Command execution and Denial of service...

8.1CVSS0.00652EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/18 4:54 p.m.25 views

CVE-2026-70415

Dell PowerStore SDNAS contains a Buffer Copy without Checking Size of Input vulnerability in the NFS/RPC. An unauthenticated attacker with remote access could potentially exploit this vulnerability, leading to Command execution and Denial of service...

8.1CVSS0.00652EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/18 4:18 p.m.6 views

CVE-2026-73371

Joomla! Core - 20260808 - Improper ACL checks for batch copy actions in Joomla 4.0.0-5.4.7, 6.0.0-6.1.2 - An improper access check allows unauthorized users to perform copy batch operations on uneditable items...

5.1CVSS0.00294EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/18 4:04 p.m.10 views

CVE-2026-73371

Joomla! Core - 20260808 - Improper ACL checks for batch copy actions in Joomla 4.0.0-5.4.7, 6.0.0-6.1.2 - An improper access check allows unauthorized users to perform copy batch operations on uneditable items...

5.1CVSS5.3AI score0.00294EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/08/18 4:04 p.m.18 views

CVE-2026-73371 Joomla! Core - [20260808] - Improper ACL checks for batch copy actions in Joomla 4.0.0-5.4.7, 6.0.0-6.1.2

Joomla! Core - 20260808 - Improper ACL checks for batch copy actions in Joomla 4.0.0-5.4.7, 6.0.0-6.1.2 - An improper access check allows unauthorized users to perform copy batch operations on uneditable items...

5.1CVSS0.00294EPSS
SaveExploits0References2
Rows per page
Query Builder