Lucene search
+L

169071 matches found

Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-64578 ksmbd: validate compound request size before reading StructureSize2

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate compound request size before reading StructureSize2 When ksmbd validates a compound chained SMB2 request, ksmbdsmb2checkmessage reads pdu-StructureSize2 without first checking that the compound element is large...

8.2CVSS0.00317EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago32 views

CVE-2026-64571

Technical details are not publicly available in the provided documents. Monitor for updates on affected versions, fixes, and affected hardware/software.

5.5AI score0.00156EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago54 views

CVE-2026-64567

The CVE-2026-64567 vulnerability affects the Linux kernel’s btrfs free-space-cache loading. The issue stems from loading a v1 free-space cache where num_entries can exceed the available pages, allowing io_ctl_check_crc to advance past the end of the pages[] array. This leads to a slab-out-of-boun...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References5
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-53258

The endpoint /v3/import/tokenclusterId.yaml retrieves the cluster object before validating the token. When a valid cluster ID references a cluster that has private registry secrets configured, a nil pointer dereference in pkg/systemtemplate/privateregistry.go causes the request to return HTTP 502...

5.3CVSS5.5AI score0.00205EPSS
SaveExploits0References2
NVD
NVD
added 5 days ago7 views

CVE-2026-16940

The Custom Fields WordPress plugin before 1.5.1 does not validate a user-supplied file path before deletion, allowing unauthenticated users to delete arbitrary files on the server such as wp-config.php, which can lead to a full site takeover...

10CVSS0.00399EPSS
SaveExploits0References1
NVD
NVD
added 5 days ago12 views

CVE-2026-15372

The WP 2FA WordPress plugin before 4.1.0 does not validate the second authentication factor when one of its supported methods is selected at login, allowing an attacker who already knows a user's password to bypass two-factor authentication and fully access the account, including administrator...

7.5CVSS0.00364EPSS
SaveExploits0References1
Cvelist
Cvelist
added 5 days ago35 views

CVE-2026-71212 xidown: Argument Injection via Unterminated yt-dlp Command Line Construction

xidown a yt-dlp/ffmpeg GUI wrapper builds its yt-dlp command-line invocation xidown/core/scanner.py and downloader.py by appending the user-provided or scanned URL as a bare trailing positional argument, with no '--' end-of-options marker and no scheme validation anywhere in the codebase. Because...

4.4CVSS0.00131EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 5 days ago7 views

CVE-2026-71212

xidown a yt-dlp/ffmpeg GUI wrapper builds its yt-dlp command-line invocation xidown/core/scanner.py and downloader.py by appending the user-provided or scanned URL as a bare trailing positional argument, with no '--' end-of-options marker and no scheme validation anywhere in the codebase. Because...

4.4CVSS6AI score0.00131EPSS
SaveExploits0References2
CVE
CVE
added 5 days ago40 views

CVE-2026-71212

xidown (a yt-dlp/ffmpeg GUI wrapper) constructs its yt-dlp command by appending a user-supplied URL as a bare trailing positional argument, with no end-of-options marker (-- or scheme validation). Because yt-dlp treats any argument starting with '-' as an option, a crafted URL such as -U or --exe...

4.4CVSS6AI score0.00131EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 5 days ago7 views

CVE-2026-71211

MLflow's AI Gateway accepts an authconfig.apibase value when creating a gateway secret mlflow/server/handlers.py, creategatewaysecret with no validation of scheme, host, or IP range; the value is stored verbatim. The gateway proxy endpoint mlflow/server/gatewayapi.py, rawproxy subsequently issues...

7.1CVSS5.6AI score0.00209EPSS
SaveExploits1References2
EUVD
EUVD
added 5 days ago10 views

EUVD-2026-53208

MLflow's AI Gateway accepts an authconfig.apibase value when creating a gateway secret mlflow/server/handlers.py, creategatewaysecret with no validation of scheme, host, or IP range; the value is stored verbatim. The gateway proxy endpoint mlflow/server/gatewayapi.py, rawproxy subsequently issues...

7.1CVSS5.6AI score0.00209EPSS
SaveExploits1References1
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-53207

Mealie's AsyncSafeTransport SSRF guard mealie/pkgs/safehttp/transport.py resolves a target hostname once, checks the resolved IP against private-range rules, but then issues the actual outbound HTTP request using the original hostname, which the underlying async transport re-resolves independentl...

5.3CVSS5.5AI score0.00157EPSS
SaveExploits0References1
EUVD
EUVD
added 5 days ago9 views

EUVD-2026-53203

Shiori's CheckToken function internal/domains/auth.go validates only the JWT's HMAC signature and returns the embedded claims.Account object unmodified, never re-fetching the account from the database. No session store or token-revocation mechanism exists in the codebase. Deleting an account or...

8.3CVSS5.4AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago5 views

CVE-2026-71203 changedetection.io: Missing Authentication on /api/v1/full-spec Discloses Full OpenAPI Schema

changedetection.io's REST API resources are protected by an @auth.checktoken decorator validating the caller's x-api-key header, except the Spec resource registered at /api/v1/full-spec changedetectionio/api/Spec.py, whose get method carries neither @auth.checktoken nor @validateopenapirequest. A...

5.3CVSS5.5AI score
SaveExploits0References3
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-53198

imagecli's carve pipeline operation Carve::apply in src/imageops.rs only asserts ratio = 1.0, never validating that the ratio is positive. A negative ratio e.g. -5 causes the computed target width to saturate to 0 via Rust's defined float-to-uint cast, which is then passed to...

7.5CVSS5.6AI score0.00278EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago5 views

CVE-2026-70378 imagecli: Negative carve Ratio Bypasses Bounds Check and Crashes Process via Reachable Panic

imagecli's carve pipeline operation Carve::apply in src/imageops.rs only asserts ratio = 1.0, never validating that the ratio is positive. A negative ratio e.g. -5 causes the computed target width to saturate to 0 via Rust's defined float-to-uint cast, which is then passed to...

7.5CVSS5.6AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 5 days ago8 views

CVE-2026-7444

The Search Analytics for WP plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.4.16. This is due to missing or incorrect nonce validation on the processbulkaction function of MWTSAStatsTable. This makes it possible for unauthenticated attacker...

8.1CVSS5.7AI score0.00168EPSS
SaveExploits0References9
CVE
CVE
added 5 days ago36 views

CVE-2026-7444

CVE-2026-7444 affects the WordPress plugin Search Analytics for WP (

8.1CVSS5.7AI score0.00168EPSS
SaveExploits0References8
CVE
CVE
added 5 days ago37 views

CVE-2026-6147

The LightSync Pro WordPress plugin is affected by an insecure file upload vulnerability due to missing file type validation in rest_replace_media() in all versions up to and including 2.1.6. The flaw allows authenticated attackers with Author-level access or higher to upload arbitrary files on th...

8.8CVSS6.4AI score0.00657EPSS
SaveExploits0References4
Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-6147 LightSync Pro <= 2.1.6 - Authenticated (Author+) Arbitrary File Upload

The LightSync Pro plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the restreplacemedia function in all versions up to, and including, 2.1.6. This makes it possible for authenticated attackers, with Author-level access and above, to upload...

8.8CVSS0.00657EPSS
SaveExploits0References4
Rows per page
Query Builder