Lucene search
+L

249359 matches found

CVE
CVE
added 2 days ago12 views

CVE-2026-68265

The CVE-2026-68265 entry concerns the Linux kernel DRM XE VM: a prefetch of a BO region (DRM_XE_CONSULT_MEM_ADVISE_PREF_LOC) could be treated as an index into region_to_mem_type[], with the value -1 causing an out-of-bounds access. The fix resolves the preferred BO VMAs location directly: local V...

5.4AI score0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55366

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix BO prefetch with CONSULTMEMADVISEPREFLOC When prefetch region is DRMXECONSULTMEMADVISEPREFLOC for a BO VMA, the code used it as an index into regiontomemtype, causing an out-of-bounds access since the value is -1...

5.4AI score0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55554

In the Linux kernel, the following vulnerability has been resolved: afs: Fix afseditdirremove to get, not find, block 0 Fix afseditdirremove to use afsdirgetblock to get block 0 rather than afsdirfindblock as the latter caches the found block in the afsdiriter and may switch out the page it's on ...

5.3AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2 days ago5 views

CVE-2026-68083 ksmbd: fix path resolution in ksmbd_vfs_kern_path_create

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix path resolution in ksmbdvfskernpathcreate The SMB2 open lookup is rooted at the share with LOOKUPBENEATH, but the create/mkdir/hardlink sink is not: ksmbdvfskernpathcreate builds an absolute path with converttounixname...

5.3AI score
SaveExploits0References7
NVD
NVD
added 2 days ago8 views

CVE-2026-72590

An OS command injection vulnerability in alseambusher/crontab-ui through 0.4.2 allows an unauthenticated remote attacker to inject arbitrary cron job entries by sending a crafted GET request to /crontab with URL-encoded newlines in the envvars parameter...

9.8CVSS0.01281EPSS
SaveExploits0References2
NVD
NVD
added 2 days ago8 views

CVE-2026-72580

An OS command injection vulnerability in duhow/xiaoai-patch through commit fb07049 allows a remote attacker to execute arbitrary system commands on Xiaomi smart speakers running the patch. The /mute and /unmute endpoint handlers in api/main.py pass the user-supplied silent query parameter directl...

9.8CVSS0.00931EPSS
SaveExploits0References2
NVD
NVD
added 2 days ago7 views

CVE-2026-72577

Multiple vulnerabilities in NASA fprime-gds through 3.4.3 allow an unauthenticated remote attacker to achieve arbitrary code execution on the ground station host and inject arbitrary commands to connected spacecraft. The Flask application in src/fprimegds/flask/app.py applies no authentication to...

9.8CVSS0.00855EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago29 views

CVE-2026-72593

The CVE-2026-72593 entry concerns dulldusk/phpfm up to version 1.8.0, where a missing authentication flaw permits an unauthenticated remote attacker to access the full file management capabilities (read, write, delete, upload) on the server filesystem. The root cause is an authentication check in...

9.8CVSS5.5AI score0.00527EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-55226

An OS command injection vulnerability in duhow/xiaoai-patch through commit fb07049 allows a remote attacker to execute arbitrary system commands on Xiaomi smart speakers running the patch. The /mute and /unmute endpoint handlers in api/main.py pass the user-supplied silent query parameter directl...

9.8CVSS5.8AI score0.00931EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-72579

An OS command injection vulnerability in NASA HyperCP main branch allows a network-adjacent attacker who can intercept or spoof responses from oceandata.sci.gsfc.nasa.gov to execute arbitrary system commands on the researcher's workstation...

7.5CVSS5.8AI score0.00645EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-55229

Multiple vulnerabilities in NASA fprime-gds through 3.4.3 allow an unauthenticated remote attacker to achieve arbitrary code execution on the ground station host and inject arbitrary commands to connected spacecraft. The Flask application in src/fprimegds/flask/app.py applies no authentication to...

9.8CVSS6.2AI score0.00855EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2 days ago4 views

CVE-2026-72577

Multiple vulnerabilities in NASA fprime-gds through 3.4.3 allow an unauthenticated remote attacker to achieve arbitrary code execution on the ground station host and inject arbitrary commands to connected spacecraft. The Flask application in src/fprimegds/flask/app.py applies no authentication to...

9.8CVSS6.2AI score0.00855EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-55233

An OS command injection vulnerability in 4xmen/pm2panel all versions allows an authenticated remote attacker to execute arbitrary system commands on the host. The pm2panel.js handler at line 188 passes the unsanitized req.query.id parameter directly to exec'pm2 restart ' + id without input...

8.8CVSS5.8AI score0.00905EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago16 views

CVE-2026-72573

CVE-2026-72573 describes an authenticated OS command injection in 4xmen/pm2panel (all versions). The vulnerability arises because the pm2panel.js handler at line 188 passes the unsanitized req.query.id parameter directly to exec('pm2 restart ' + id), without input validation or shell escaping, en...

8.8CVSS5.9AI score0.00905EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2 days ago3 views

kernel: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath

A flaw was found in the Linux kernel's CIFS Common Internet File System client. When the cifssanitizeprepath function processes specially crafted input, such as an empty string or a string containing only delimiters, it can attempt to read data beyond its allocated memory buffer. This out-of-boun...

8.8CVSS6.6AI score0.00352EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2 days ago3 views

kernel: ipc: limit next_id allocation to the valid ID range

A flaw was found in the Linux kernel. The ipcidralloc function, used in the checkpoint/restore path for SysV Inter-Process Communication IPC ID allocation, does not properly limit ID allocation to the valid range. This can result in the system attempting to dereference freed memory, leading to a...

7.8CVSS5.3AI score0.00134EPSS
SaveExploits0References5
NVD
NVD
added 2 days ago8 views

CVE-2026-21064

Improper access control in Weaver prior to SMR Aug-2026 Release 1 allows local attackers to cause device inoperability...

7CVSS0.00113EPSS
SaveExploits0References1
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55089

Improper access control in Weaver prior to SMR Aug-2026 Release 1 allows local attackers to cause device inoperability...

7CVSS5.2AI score0.00113EPSS
SaveExploits0References1
NVD
NVD
added 2 days ago5 views

CVE-2026-18666

The Library Management System WordPress plugin before 3.6.7 does not sanitize and escape a user-supplied parameter before using it in a SQL statement, allowing users with a role as low as Subscriber to perform SQL injection and extract arbitrary data from the database, including user password...

4.3CVSS0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2 days ago8 views

CVE-2026-17023

The Salon Booking System WordPress plugin through 10.30.33 does not perform any capability check or validate an OAuth state value on its Google Calendar authorization callback, which is also hooked for unauthenticated users, allowing an unauthenticated attacker to overwrite the site's stored Goog...

4.8CVSS0.00136EPSS
SaveExploits0References1
Rows per page
Query Builder