Lucene search
+L

41723 matches found

OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/05 12:50 p.m.19 views

Malicious code in viem-toolkit (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector d6650f14e896eb9aa694cf872e23d60796339fd8a610207656bb880200880e32 The package presents itself as a viem wallet extension but its exported WalletKit constructor captures the caller-supplied privateKey/key/secretKey...

5.5AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 12:38 p.m.7 views

CVE-2026-71294

Cotonti CMS's Comments plugin deserializes user-supplied data without restricting the classes that may be instantiated. In plugins/comments/controllers/actions/CreateAction.php, a POST parameter obtained via trim-only sanitization is passed to with no restriction, reachable by any member with wri...

7.6CVSS5.3AI score0.00224EPSS
SaveExploits1References3
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/05 12:38 p.m.14 views

Malicious code in tracker-radar-detector (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 570031a196f05126b79c16e2910bc5c1c8c1534821e9b65231303b1bb5cd54e1 package.json declares a preinstall hook that runs index.js on npm install. The script collects the machine's hostname, OS username, home directory, D...

5.5AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 12:26 p.m.9 views

CVE-2026-71278

rust-iot-platform allows creating a "calc rule" via POST /calc-rule/create api/src/controller/calcrulerouter.rs containing an arbitrary field. This route does not take the AuthToken request guard used elsewhere in the application, making it reachable without authentication...

9.8CVSS5.4AI score0.00358EPSS
SaveExploits0References2
Circl
Circl
added 2026/08/05 12:01 p.m.12 views

CVE-2026-16118

creationtimestamp| type| source ---|---|--- 2026-08-05 12:01:04+00:00| seen| https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msdi5cimtx2o 2026-08-12 12:01:25+00:00| seen| https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msv3gfjsoq2p...

7.1CVSS4.9AI score0.00245EPSS
SaveExploits0References2
Circl
Circl
added 2026/08/05 12:00 p.m.13 views

CVE-2026-71254

creationtimestamp| type| source ---|---|--- 2026-08-05 12:00:30+00:00| seen| https://bsky.app/profile/offseq.bsky.social/post/3msdi4bhzi62l 2026-08-05 12:00:31+00:00| seen| https://infosec.exchange/users/offseq/statuses/117042788884411144 2026-08-05 12:40:04+00:00| seen|...

9.8CVSS4.9AI score0.00307EPSS
SaveExploits0References4
Circl
Circl
added 2026/08/05 11:34 a.m.13 views

CVE-2026-71238

creationtimestamp| type| source ---|---|--- 2026-08-05 11:34:05+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3msdgn2laot2o...

9.1CVSS5.3AI score0.00407EPSS
SaveExploits1References1
Circl
Circl
added 2026/08/05 11:30 a.m.13 views

CVE-2026-71231

creationtimestamp| type| source ---|---|--- 2026-08-05 11:30:07+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3msdgfwm5ur2f...

9.8CVSS5.3AI score0.00358EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 11:16 a.m.13 views

CVE-2026-71237

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from 'pwd' with no sanitization and concatenates it into a raw SQL string: mysqlquery"select from userlists where username='' and password='' limit 1". An unauthenticated attacker can submit a payload...

9.8CVSS0.0042EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 10:59 a.m.70 views

CVE-2026-60009

In Eclipse Theia up to 1.73.1, the backend @theia/filesystem binds POST /file-upload in every filesystem-enabled deployment. The handler uses an attacker-supplied absolute path from the multipart uri field and calls fs.move(tmp, target, { overwrite: true }) with no workspace confinement and no au...

8.8CVSS6AI score0.00368EPSS
SaveExploits1References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/05 10:57 a.m.11 views

CVE-2026-71249

299Ko's public contact form plugin/contact/controllers/ContactController.php, home sets raw POST field values name, firstname, email, message into the page template with no sanitization. The template engine's variable output function common/Template.php, showvar echoes values with no...

6.1CVSS5.5AI score0.00149EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 10:57 a.m.46 views

CVE-2026-71249 299Ko - Unauthenticated Reflected XSS in Public Contact Form

299Ko's public contact form plugin/contact/controllers/ContactController.php, home sets raw POST field values name, firstname, email, message into the page template with no sanitization. The template engine's variable output function common/Template.php, showvar echoes values with no...

6.1CVSS0.00149EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 10:57 a.m.71 views

CVE-2026-71249

CVE-2026-71249 affects 299Ko’s public contact form. The vulnerability arises in the plugin/contact/controllers/ContactController.php (home()) where raw POST fields (name, firstname, email, message) are inserted into the page template without sanitization. The template engine’s _show_var() echoes ...

6.1CVSS5.3AI score0.00149EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:56 a.m.14 views

EUVD-2026-53310

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from $POST'pwd' with no sanitization and concatenates it into a raw SQL string: mysqlquery"select from userlists where username='$username' and password='$password' limit 1". The username value is...

9.8CVSS5.9AI score0.0042EPSS
SaveExploits0References1
Circl
Circl
added 2026/08/05 9:24 a.m.15 views

CVE-2026-71213

creationtimestamp| type| source ---|---|--- 2026-08-05 09:24:03+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3msd7el3ddz2z 2026-08-05 10:04:52+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/27z3zm2wyka4w...

9.1CVSS5.3AI score0.00323EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 8:16 a.m.20 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-71207

The Stock-Inventory-Management-System application's login.php assigns raw username/password values to and builds its authentication query by directly concatenating those session values into a SQL statement with no parameterization or escaping. The same script additionally contains hardcoded...

9.8CVSS0.00531EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 8:16 a.m.12 views

CVE-2026-4431

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.1CVSS0.00334EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/05 8:16 a.m.11 views

CVE-2026-11977

The WP Post Author – Author Box, Multiple Authors, Guest Authors & Custom Avatars plugin for WordPress is vulnerable to generic SQL Injection via the 'wpmametaboxauthorslist' parameter in all versions up to, and including, 3.9.1 due to insufficient escaping on the user supplied parameter and lack...

6.5CVSS0.00242EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/05 7:39 a.m.43 views

CVE-2026-11977 WP Post Author <= 3.9.1 - Authenticated (Author+) SQL Injection

The WP Post Author – Author Box, Multiple Authors, Guest Authors & Custom Avatars plugin for WordPress is vulnerable to generic SQL Injection via the 'wpmametaboxauthorslist' parameter in all versions up to, and including, 3.9.1 due to insufficient escaping on the user supplied parameter and lack...

6.5CVSS0.00242EPSS
SaveExploits0References5
Rows per page
Query Builder