Lucene search
+L

589038 matches found

NVD
NVD
added 4 days ago16 views

CVE-2026-71264

WLED's GET /json/cfg endpoint registered in wled00/wledserver.cpp calls serveJson with no settings-PIN check, unlike the /edit endpoint which explicitly checks correctPIN, disclosing the device's general configuration network, hardware, LED setup to any unauthenticated client on the network...

8.2CVSS0.00194EPSS
SaveExploits0References2
NVD
NVD
added 4 days ago9 views

CVE-2026-71263

The LINUXTCP port of FreeModbus contains an off-by-one bounds check in xMBPortTCPPool demo/LINUXTCP/port/porttcp.c. The check if usTCPFrameBytesLeft MBTCPBUFSIZE uses a strict greater-than comparison instead of greater-than-or-equal against the 263-byte MBTCPBUFSIZE limit. An MBAP frame with a...

9.1CVSS0.00318EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 4 days ago8 views

Apache Tomcat: Apache Tomcat: Incorrect control flow in rewrite valve allows unexpected rule processing

A flaw was found in Apache Tomcat's rewrite valve. This vulnerability involves an incorrect control flow implementation where, during the processing of rewrite rules, if the first condition in an OR chain matched, subsequent non-OR conditions were unexpectedly skipped. This can lead to unintended...

7.3CVSS5.5AI score0.0058EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 4 days ago8 views

tomcat: Apache Tomcat: Security constraint bypass via improper URL encoding in rewrite valve

A flaw was found in Apache Tomcat. This vulnerability, located in the rewrite valve, is due to improper handling of URL encoding hex encoding. A remote attacker could exploit this to bypass security constraints in certain configurations, potentially gaining unauthorized access or performing actio...

9.1CVSS5.5AI score0.0037EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 4 days ago6 views

Apache Tomcat: Apache Tomcat: Incorrect control flow in rewrite valve allows unexpected rule processing

A flaw was found in Apache Tomcat's rewrite valve. This vulnerability involves an incorrect control flow implementation where, during the processing of rewrite rules, if the first condition in an OR chain matched, subsequent non-OR conditions were unexpectedly skipped. This can lead to unintended...

7.3CVSS5.4AI score0.0058EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago28 views

CVE-2026-71294 Cotonti CMS Comments Plugin PHP Object Injection via Unrestricted unserialize() in Create/Edit Actions

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 ci POST parameter obtained via cotimport'ci', 'P', 'TXT' trim-only sanitization is passed to unserializebase64decode$...

7.6CVSS0.00224EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-53378

Statamic CMS's user-augmentation resolver, AugmentedUser::get in src/Auth/AugmentedUser.php, contains an explicit case for the twofactorrecoverycodes handle that returns the user's raw two-factor recovery codes with no access restriction: if $handle === 'twofactorrecoverycodes' return new...

6.2CVSS5.5AI score0.00229EPSS
SaveExploits0References2
Patchstack
Patchstack
added 4 days ago9 views

WordPress Layouts for WPBakery plugin <= 1.1.3 - Missing Authorization to Unauthenticated Template Cache Manipulation vulnerability

Missing Authorization to Unauthenticated Template Cache Manipulation vulnerability discovered by murd0ck, Patricio Briones CyberDoomer in WordPress Plugin Layouts for WPBakery versions = 1.1.3...

6.5CVSS5.5AI score0.00267EPSS
SaveExploits0References1Affected Software1
OSSF Malicious Packages
OSSF Malicious Packages
added 4 days ago8 views

Malicious code in runtime-sentinel (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector f44234b49595ac2b15e3b5249920f7ff64cf897b7543da959e95621814948da1 The package's postinstall script src/test.js issues an HTTPS GET to https://workconfig.vercel.app with TLS certificate verification disabled...

5.7AI score
SaveExploits0References2
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-53374

The NASA-AMMOS Asynchronous Network Management System ANMS reference implementation's default docker-compose.yml publishes the amp-manager service's REST API directly to the host network interface port 8089, e.g. "$IONMGRPORT:-8089:8089/tcp" with capadd: NETADMIN, NETRAW, SYSNICE, bypassing the C...

9.8CVSS5.7AI score0.00369EPSS
SaveExploits0References2
CVE
CVE
added 4 days ago45 views

CVE-2026-71289

The CVE affects NASA-AMMOS ANMS and JHUAPL-DTNMA/dtnma-tools. The default docker-compose setup exposes the amp-manager REST API on the host network (port 8089) with NET_ADMIN/NET_RAW/SYS_NICE and bypasses the CAM gateway, placing the REST server (CivetWeb, nm_rest.c) in a state where enable_auth_...

9.8CVSS5.7AI score0.00369EPSS
SaveExploits0References2
CVE
CVE
added 4 days ago40 views

CVE-2026-71278

The rust-iot-platform contains an unauthenticated endpoint to create a calc rule (POST /calc-rule/create) where a user-supplied script field is stored and later evaluated with quick_js::Context::eval() without sandboxing. Because this route bypasses the AuthToken guard, an unauthenticated attacke...

9.8CVSS5.9AI score0.00488EPSS
SaveExploits0References1
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-53363

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

9.8CVSS5.9AI score0.00488EPSS
SaveExploits0References1
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-53362

rust-iot-platform's AuthToken request-guard implementation api/src/main.rs only checks whether the Authorization HTTP header is present, and never validates its value against any session, token store, or signature. Any request carrying an arbitrary non-empty Authorization header e.g. Authorizatio...

9.1CVSS5.6AI score0.00241EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago9 views

EUVD-2026-53359

OpenBK7231T's CHANNELSetLabel src/cmnds/cmdchannels.c stores channel labels received via the MQTT SetChannelLabel command using strdup with no HTML sanitization. CHANNELGetLabel returns these labels unsanitized, and they are rendered via hprintf255 at 15+ locations in src/httpserver/httpfns.c wit...

8.5CVSS5.5AI score0.0018EPSS
SaveExploits0References1
Cvelist
Cvelist
added 4 days ago26 views

CVE-2026-71271 Memos Webhook SSRF via 0.0.0.0 Reserved-IP Bypass

Memos' webhook URL validation, isReservedIP internal/webhook/validate.go, checks a candidate IP against a reservedCIDRs list that omits 0.0.0.0/8 and never calls ip.IsUnspecified — unlike the correctly implemented sibling function isInternalIP in internal/httpgetter/htmlmeta.go, which does. Becau...

8.5CVSS0.00254EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-53356

Memos' webhook URL validation, isReservedIP internal/webhook/validate.go, checks a candidate IP against a reservedCIDRs list that omits 0.0.0.0/8 and never calls ip.IsUnspecified — unlike the correctly implemented sibling function isInternalIP in internal/httpgetter/htmlmeta.go, which does. Becau...

8.5CVSS5.5AI score0.00254EPSS
SaveExploits0References2
CVE
CVE
added 4 days ago36 views

CVE-2026-71271

The CVE affects Memos server webhook URL validation. The isReservedIP() check validates candidate IPs against a reservedCIDRs list that omits 0.0.0.0/8 and never calls ip.IsUnspecified(), unlike isInternalIP() which does. Linux redirects connections to 0.0.0.0 to loopback (127.0.0.1). An attacker...

8.5CVSS5.5AI score0.00254EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-53355

Stirling-PDF's POST /api/v1/convert/url/pdf endpoint ConvertWebsiteToPDF.java was not updated with the CustomHtmlSanitizer/SsrfProtectionService SSRF protections that were added to three sibling conversion endpoints html/pdf, file/pdf, markdown/pdf. The endpoint validates only that the initial...

8.6CVSS5.5AI score0.00313EPSS
SaveExploits0References1
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-71264 WLED Unauthenticated Configuration Disclosure via /json/cfg and Global Settings-PIN Lock State

WLED's GET /json/cfg endpoint registered in wled00/wledserver.cpp calls serveJson with no settings-PIN check, unlike the /edit endpoint which explicitly checks correctPIN, disclosing the device's general configuration network, hardware, LED setup to any unauthenticated client on the network...

8.2CVSS0.00194EPSS
SaveExploits0References2
Rows per page
Query Builder