Lucene search
+L

65152 matches found

NVD
NVD
added 2026/08/05 8:16 a.m.12 views

CVE-2026-7105

The Xpro Addons plugin for WordPress is vulnerable to unauthorized creation of data due to a missing capability check on the getmenucontenteditor function in all versions up to, and including, 1.5.1. This makes it possible for authenticated attackers, with Subscriber-level access and above, to...

4.3CVSS0.00204EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/05 8:16 a.m.13 views

CVE-2026-7726

The Layouts for WPBakery plugin for WordPress is vulnerable to unauthorized actions due to a missing capability check on the LayoutsWPBRemote::templatesync callback registered via wpajaxnoprivhandlesync in all versions up to, and including, 1.1.3. This makes it possible for unauthenticated...

6.5CVSS0.00267EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/05 8:16 a.m.9 views

CVE-2026-71206

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...

8.3CVSS0.00215EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 8:8 a.m.39 views

CVE-2026-64573 Bluetooth: qca: fix NVM tag length underflow in TLV parser

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NVM tag length underflow in TLV parser In the TLVTYPENVM branch of qcatlvcheckdata the tag loop bound is "while idx length - sizeofstruct tlvtypenvm". "length" is a signed int from the firmware TLV header and...

0.00156EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/08/05 7:39 a.m.8 views

CVE-2026-7520

The MailChimp Forms by MailMunch plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the signin and signup AJAX handlers in all versions up to, and including, 3.2.7. This makes it possible for authenticated attackers, with Subscriber-level...

8.1CVSS5.3AI score0.0027EPSS
SaveExploits0References9
CVE
CVE
added 2026/08/05 7:39 a.m.54 views

CVE-2026-7520

The MailChimp Forms by MailMunch plugin for WordPress (affected versions up to 3.2.7) is vulnerable to unauthorized data modification due to a missing capability check on the sign_in() and sign_up() AJAX handlers. This allows an attacker with Subscriber-level access (or higher) to relink the site...

8.1CVSS5.3AI score0.0027EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/05 7:39 a.m.10 views

EUVD-2026-53285

The Easy Post Submission plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the createpost function in all versions up to, and including, 2.3.0. This is due to the rbsmsubmitpost AJAX action being registered for unauthenticated users via...

9.1CVSS5.6AI score0.00334EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/05 6:59 a.m.40 views

CVE-2026-71210 mealie - DNS-Rebinding TOCTOU in SSRF Guard Allows Internal Network and Cloud Metadata Access

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.3CVSS0.00157EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 6:59 a.m.45 views

CVE-2026-71206 shiori - JWT CheckToken Never Re-Validates Account State, Allowing Stale-Privilege Access After Deletion or Demotion

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...

8.3CVSS0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/05 6:59 a.m.20 views

CVE-2026-71206 shiori - JWT CheckToken Never Re-Validates Account State, Allowing Stale-Privilege Access After Deletion or Demotion

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...

8.3CVSS5.3AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/05 6:58 a.m.40 views

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

imagecli's pipeline operation Carve::apply in src/imageops.rs only asserts , 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 imageproc::seamcarving::shrinkwidth —...

7.5CVSS0.00278EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 6:58 a.m.52 views

CVE-2026-70378

The CVE describes imagecli: negative values for carve ratio in Carve::apply() (src/image_ops.rs) are not validated to be positive. With ratio <= 1.0 only asserted, a negative ratio can drive the computed target width to 0 via Rust’s float-to-uint cast, then be passed to imageproc::seam_carving...

7.5CVSS5.3AI score0.00278EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/05 6:58 a.m.12 views

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

imagecli's pipeline operation Carve::apply in src/imageops.rs only asserts , 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 imageproc::seamcarving::shrinkwidth —...

7.5CVSS5.3AI score
SaveExploits0References3
EUVD
EUVD
added 2026/08/05 6:58 a.m.15 views

EUVD-2026-53197

imagecli's scale pipeline operation Scale::apply in src/imageops.rs computes output width/height as dimension as f32 ratio as u32 with no upper-bound validation on the CLI-supplied ratio, which is parsed via nom::number::complete::float with no range check. A large ratio e.g. 100000 causes an...

7.5CVSS5.5AI score0.00357EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 6:58 a.m.50 views

CVE-2026-55739

CVE-2026-55739 (Crater) : The vulnerability arises from a missing tenant-ownership check in CustomerPolicy where view/update/delete do not verify company ownership, plus unscoped route-model lookups and bulk deletion (self::find($id)) that ignore company filters. As a result, any authenticated us...

8.3CVSS5.2AI score0.00265EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 6:38 a.m.46 views

CVE-2026-7105

CVE-2026-7105 affects the WordPress plugin Xpro Addons up to version 1.5.1. The root cause is a missing capability check in the get_menu_content_editor() function, allowing authenticated users with Subscriber+ privileges to create arbitrary published posts of the xpro_content CPT. The created pos...

4.3CVSS5.6AI score0.00204EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/05 6:37 a.m.32 views

CVE-2026-17532

Summary: CVE-2026-17532 affects the Seraphinite Accelerator WordPress plugin (≤ 2.29.15). It allows unauthenticated users to perform a reflected XSS via the seraph_accel_prep parameter. Root cause per the CVE description: a loose PHP comparison in CacheExtractPreparePageParams() (using != against...

6.1CVSS5.8AI score0.00561EPSS
SaveExploits1References9
Vulnrichment
Vulnrichment
added 2026/08/05 6:37 a.m.8 views

CVE-2026-7726 Layouts for WPBakery <= 1.1.3 - Missing Authorization to Unauthenticated Template Cache Manipulation via 'handle_sync' AJAX Action

The Layouts for WPBakery plugin for WordPress is vulnerable to unauthorized actions due to a missing capability check on the LayoutsWPBRemote::templatesync callback registered via wpajaxnoprivhandlesync in all versions up to, and including, 1.1.3. This makes it possible for unauthenticated...

6.5CVSS5.5AI score0.00267EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/05 6:37 a.m.9 views

EUVD-2026-53172

The Layouts for WPBakery plugin for WordPress is vulnerable to unauthorized actions due to a missing capability check on the LayoutsWPBRemote::templatesync callback registered via wpajaxnoprivhandlesync in all versions up to, and including, 1.1.3. This makes it possible for unauthenticated...

6.5CVSS5.5AI score0.00267EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/05 6:16 a.m.14 views

CVE-2026-7753

The Cost Calculator Builder plugin for WordPress is vulnerable to unauthorized access of sensitive data due to a missing capability check on the cost-calculator-custom-export-run AJAX action handler CCBExportImport::exportcalculators in all versions up to, and including, 3.6.17. The handler only...

6.5CVSS0.00355EPSS
SaveExploits0References7
Rows per page
Query Builder