Lucene search
+L

435753 matches found

EUVD
EUVD
•added 2026/08/05 12:26 p.m.•11 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.00239EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•12 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
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•10 views

EUVD-2026-53354

Node-RED's local-filesystem library storage module getLibraryEntry and saveLibraryEntry in packages/nodemodules/@node-red/runtime/lib/storage/localfilesystem/library.js, reachable via GET/POST /library/:lib/:type/path, joins the user-supplied path parameter directly into the filesystem path via...

7.2CVSS6.5AI score0.00381EPSS
SaveExploits1References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•11 views

EUVD-2026-53353

OpenPLC Runtime v3's compileprogram function webserver/openplc.py parses FILE:path content directives from uploaded Structured Text .st program files and writes the referenced content to os.path.join'./core', filepath with no validation that filepath stays within the ./core directory. A crafted ....

9.9CVSS6.4AI score0.00365EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•8 views

EUVD-2026-53351

tinyobjloader-c's tinyobjparseandindexmtlfile tinyobjloaderc.h reads each line of a .mtl material file into a fixed 4096-byte stack buffer linebuf via memcpylinebuf, p, plen, guarded only by assertplen 4095. Because assert compiles to a no-op under -DNDEBUG standard for release builds, a crafted...

7.8CVSS5.6AI score0.00127EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•10 views

EUVD-2026-53352

microtar's mtarwritefileheader and mtarwritedirheader functions src/microtar.c copy a caller-supplied entry name into the 100-byte name field of a stack-allocated mtarheadert via strcpyh.name, name, with no check that strlenname is less than 100 before the copy. Any application that calls these...

9.8CVSS5.9AI score0.00307EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•16 views

EUVD-2026-53350

Domoticz's MochadTCP::MatchLine handler for MOCHADRFSEC messages hardware/MochadTCP.cpp copies network-received data from the up-to-1028-byte mmochadbuffer into a fixed 50-byte stack buffer tempRFSECbuf using strcpy with no length check, across three separate code branches DS10A/KR10A/MS10A devic...

7.5CVSS5.7AI score0.00193EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•12 views

EUVD-2026-53349

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.2CVSS5.6AI score0.00194EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•8 views

EUVD-2026-53348

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.1CVSS5.6AI score0.00278EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•9 views

EUVD-2026-53347

IoTSharp BlobStorageController.cs lacks the Authorize attribute applied to every other controller in the application DevicesController, CustomersController, TenantsController, etc., and no global authorization FallbackPolicy is configured in Startup.cs, leaving its...

9.8CVSS6.5AI score0.0035EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•8 views

EUVD-2026-53346

drlibs drwav.h all versions through current master contains an integer overflow in W64 CUE chunk metadata parsing. In drwavmetadataprocesschunk, a stage-1 capacity estimate truncates the 64-bit W64 chunk sizeInBytes to sizet before dividing by DRWAVCUEPOINTBYTES; on 32-bit builds this truncation...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•13 views

EUVD-2026-53345

ESPHome through 2026.7.0-dev discloses plaintext passwords via its webserver component. In WebServer::textjson esphome/components/webserver/webserver.cpp, a text entity configured with mode: password TEXTMODEPASSWORD has its JSON "state" field correctly masked as "", but the same serialization pa...

6.5CVSS5.5AI score0.00232EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:26 p.m.•8 views

EUVD-2026-53344

ESPHome through 2026.7.0-dev contains an operator-precedence bug in the cv.url validator in esphome/configvalidation.py: if parsed.scheme and parsed.netloc or parsed.scheme == "file": return parsed.geturl. Because and binds tighter than or, any file: URI passes validation regardless of netloc. Th...

8.6CVSS5.7AI score0.00118EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 12:16 p.m.•12 views

EUVD-2026-53336

A flaw was found in libkcapi. When performing one-shot symmetric cipher operations on large inputs over 64 KiB in stateful modes such as Counter CTR or Cipher Block Chaining CBC, the library improperly reuses the Initialization Vector IV for each internal data chunk. A remote attacker could...

6.5CVSS5.5AI score0.00301EPSS
SaveExploits1References2
EUVD
EUVD
•added 2026/08/05 12:06 p.m.•10 views

EUVD-2026-53335

@oblique/cli 15.4.0 contains an OS command injection vulnerability in the project creation functionality. The CLI constructs shell commands through string concatenation and executes them with execSync. A user-controlled project-name argument is inserted into the shell command without proper...

7.8CVSS5.7AI score0.00482EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 11:50 a.m.•35 views

EUVD-2026-53334

A improper neutralization of HTTP Headers for Scripting Syntax vulnerability in SonicOS could allow a remote attacker to manipulate the Host header and redirect firewall management users to arbitrary web domains...

6.5CVSS5.7AI score0.00205EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 11:44 a.m.•10 views

EUVD-2026-53332

nanoMODBUS through v1.23.0 contains an out-of-bounds write in the Modbus client-side recvreaddeviceidentificationres function FC 0x2B/MEI 0x0E, Read Device Identification in nanomodbus.c. The server-supplied objectlength field 0-246 is validated only against the remaining PDU size ressizeleft and...

8.6CVSS5.6AI score0.0022EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 11:44 a.m.•9 views

EUVD-2026-53333

nanoMODBUS through v1.23.0 contains an out-of-bounds stack read leading to a wild-pointer write in nmbsreaddeviceidentificationbasic / recvreaddeviceidentificationres in nanomodbus.c. A fixed 3-element stack array order3 = 0,1,2 maps object IDs to buffer indices. The server-supplied objectid fiel...

9.8CVSS5.8AI score0.00307EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 11:44 a.m.•13 views

EUVD-2026-53331

nanoMODBUS through v1.23.0 contains an out-of-bounds write in the Modbus server-side handlereadfilerecord function FC 0x14, Read File Record in nanomodbus.c. The function validates that the total request size does not exceed 245 bytes and that each sub-request's recordlength is at most 124, but i...

9.8CVSS6AI score0.00307EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 11:27 a.m.•11 views

EUVD-2026-53330

The wp-downloadmanager WordPress plugin, in version 1.68.11 also affecting the 6.9.4 release line, allows an admin-privileged user currentusercan'managedownloads' to upload arbitrary files via download-add.php with no extension or MIME-type validation of any kind - no wpcheckfiletypeandext, no...

7.2CVSS6.1AI score0.00278EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 11:25 a.m.•10 views

EUVD-2026-53329

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix a use-after-free problem in rxemmap rxemmap removes a rxemmapinfo struct from the pendingmmaps list and releases pendinglock while the struct's kref is still at 1: listdelinit&ip-pendingmmaps;...

5.4AI score0.00117EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/08/05 11:09 a.m.•11 views

EUVD-2026-53328

In Eclipse Mojarra versions 2.3 and following, URL handing in DefaultFaceletFactory does not properly sanitize and/or block remote URLs, allowing an attacker to specify a URL to a remote Facelet which will be included and processed as part of the normal request, with the privileges of the target...

7.5CVSS5.6AI score0.00371EPSS
SaveExploits1References2
EUVD
EUVD
•added 2026/08/05 11:03 a.m.•14 views

EUVD-2026-53327

In Eclipse Theia versions up to and including 1.73.1, the @theia/filesystem backend exposes HTTP file-download endpoints GET /file, GET /files/, PUT /files/ that convert a client-supplied URI directly to a filesystem path and stream the file, without confining it to the workspace or any...

7.5CVSS5.5AI score0.00451EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/05 10:59 a.m.•11 views

EUVD-2026-53326

In Eclipse Theia versions up to and including 1.73.1, the @theia/filesystem backend binds POST /file-upload in every filesystem-enabled deployment. The handler takes an attacker-supplied absolute path from the multipart uri field and calls fs.movetmp, target, overwrite: true with no workspace...

8.8CVSS6AI score0.00323EPSS
SaveExploits1References3
EUVD
EUVD
•added 2026/08/05 10:57 a.m.•13 views

EUVD-2026-53325

toner-management's admin state-changing handlers add.php, edit.php, delete.php under admin/toners, admin/toner-brands, admin/printers, and related admin subdirectories executed INSERT/UPDATE/DELETE database operations with no authentication or authorization check, while access control was enforce...

8.2CVSS5.6AI score0.00284EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 10:57 a.m.•7 views

EUVD-2026-53324

Akaunting's shared download route app/Http/Controllers/Common/Uploads.php::download, reachable at uploads/id/download behind only generic auth middleware fetched the requested Media record by ID with no verification that it belonged to the requesting portal customer's own company, allowing any...

6.5CVSS5.5AI score0.00201EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:57 a.m.•7 views

EUVD-2026-53323

Firefly III's webhook URL validator IsValidWebhookUrl.php filters most private/reserved IPv4 ranges but contains an explicit early-return that allows any resolved address in 127.0.0.0/8, permitting an authenticated user with webhooks enabled, which is off by default to configure a webhook targeti...

4.3CVSS5.6AI score0.00217EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:57 a.m.•17 views

EUVD-2026-53322

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
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:57 a.m.•9 views

EUVD-2026-53321

Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: $sql = "select from user where email = '$email' and password = '$password'", with no escaping or parameterization, allowing authentication bypass via a payload...

9.8CVSS5.8AI score0.00402EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•10 views

EUVD-2026-53320

Documenso's sign-field-with-token.ts, used by the live document-signing UI, allows a recipient with the ASSISTANT role to fetch and complete fields belonging to any later-or-equal-order, not-yet-signed recipient in the same envelope, with no restriction on field type. The handler upserts a...

6.5CVSS5.5AI score0.00174EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•12 views

EUVD-2026-53319

Pixelfed's SearchController behind the auth middleware accepts a URL via its remote-search parameters and fetches it server-side through ActivityPubFetchService, whose validateUrl only blocks the literal hosts 127.0.0.1, localhost, and ::1 and requires https, without checking the resolved IP...

4.3CVSS5.5AI score0.00162EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•11 views

EUVD-2026-53318

Mautic's getLeadIdsByFieldValueAction LeadBundle/Controller/AjaxController.php reads a field parameter from the request, sanitizes it only with InputHelper::clean which HTML-entity-encodes quotes and angle brackets but does not restrict other characters, and passes it into...

7.1CVSS5.7AI score0.00197EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•9 views

EUVD-2026-53317

Paperless-ngx's MailAccountViewSet.test action, when called with an existing account's ID and a masked password field, reuses the stored password, accounttype, refreshtoken, and expiration from that existing account while allowing the caller to supply a different imapserver, imapport, and...

6.5CVSS5.5AI score0.00201EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•9 views

EUVD-2026-53316

The backmeup npm package assembles shell command strings by directly concatenating its option values name, source, destination, filter - e.g. cmd = "mkdir -p " + path.joininfo.destination, info.name + "; " - and executes the resulting string through a shell via ssh2-exec locally via childprocess,...

8.8CVSS5.9AI score0.00288EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•9 views

EUVD-2026-53315

Crater's NotePolicy checks only a blanket Bouncer ability manage-all-notes / view-all-notes with no company-ownership comparison, unlike InvoicePolicy and other sibling policies which additionally verify $user-hasCompany$model-companyid. NotesController's show, update, and destroy actions authori...

8.3CVSS5.5AI score0.00215EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•7 views

EUVD-2026-53314

Book-Management-System's Flask API endpoints /student, /record, /books, /findstubook, and /findnotreturnbook are missing the @loginrequired decorator that protects sibling routes /searchstudent, /storage in the same file. This allows any unauthenticated remote user to retrieve student PII name,...

7.5CVSS5.6AI score0.00282EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•9 views

EUVD-2026-53313

DjangoCRM's toggledefaultsorting view is the only route in common/urls.py that is not wrapped in loginrequired or staffmemberrequired, and it redirects to a caller-supplied nexturl GET parameter after only checking secureurlnexturl, which merely verifies the target host matches the current site's...

4.3CVSS5.5AI score0.00189EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•11 views

EUVD-2026-53312

DjangoCRM's massmail module renders user-controlled EmlMessage fields subject, content through Django's Template constructor with no sanitization, in at least three locations: messagepreviews.py builds an f-string embedding message.subject/message.content directly into a Template call;...

8.1CVSS5.6AI score0.00225EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•11 views

EUVD-2026-53311

DjangoCRM ships with its Django SECRETKEY hardcoded directly in the committed webcrm/settings.py rather than read from an environment variable. Since this key is used for session signing, CSRF token generation, and password reset tokens, anyone who reads the public repository can forge valid...

9.1CVSS5.5AI score0.00313EPSS
SaveExploits1References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•8 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
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•10 views

EUVD-2026-53309

Grocy's API request-body parser controllers/Api/BaseApiController.php, GetParsedAndFilteredRequestBody purifies incoming field values with HTMLPurifier, then manually reverses HTML-entity encoding of the resulting output by replacing , , and back to , and & immediately after purification. This...

8.7CVSS5.5AI score0.00199EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•11 views

EUVD-2026-53308

Magistrala's Rules Engine allows authenticated users to create rules with embedded Go or Lua scripts executed server-side when IoT messages arrive. The Go script engine re/golang.go runs scripts through the Yaegi interpreter with stdlib.Symbols, exposing the full Go standard library including os...

8.8CVSS5.7AI score0.00288EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•11 views

EUVD-2026-53307

Documize Community's attachment download route domain/attachment/endpoint.go, Download function, registered via AddPublic with no auth middleware accepts a secure query parameter and grants access whenever the parameter is simply non-empty lensecureToken 0, without comparing it to any server-stor...

7.5CVSS5.5AI score0.00245EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•9 views

EUVD-2026-53306

InvoiceNinja v5-stable renders an invoice or quote's "terms" field in the client portal using Laravel Blade's raw output directive !! $entity-terms !! resources/views/portal/ninja2020/invoices/includes/terms.blade.php with no HTML sanitization. StoreInvoiceRequest.php only strips newlines from th...

8.7CVSS5.5AI score0.00231EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•8 views

EUVD-2026-53305

MacCMS10's admin template editor application/admin/controller/Template.php blocks dangerous PHP functions in template content via a blacklist regex, but the blacklist omitted exec, passthru, popen, showsource, createfunction, registershutdownfunction, registertickfunction, and errorlog. Combined...

7.2CVSS6AI score0.003EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•10 views

EUVD-2026-53304

IOTSmartHome's gui/login.php checkCookie function builds an authentication query as SELECT FROM users WHERE ID='' after base64-decoding the client-supplied lastLogin cookie via safedecode, which performs URL-safe base64 decoding with no sanitization of the decoded value before it is concatenated...

9.8CVSS5.8AI score0.00358EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/05 10:55 a.m.•7 views

EUVD-2026-53303

In Eclipse Theia versions 1.66.0 and up until including 1.73.1, the @theia/plugin-ext backend exposes the /hostedPlugin/:pluginId/:path HTTP endpoint, which resolves the requested file path with path.resolvelocalPath, filePath without verifying that the resolved path stays within the plugin's...

7.5CVSS5.6AI score0.00409EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/05 10:51 a.m.•12 views

EUVD-2026-53302

In Eclipse Theia versions 0.7.0 and up until including 1.73.1, the PreferenceUtils.merge function in @theia/core recursively merges preference values without rejecting prototype-related keys proto, constructor, prototype. Because this function is invoked by PreferenceServiceImpl.doResolve for eve...

5.7CVSS5.5AI score0.00282EPSS
SaveExploits1References3
EUVD
EUVD
•added 2026/08/05 10:50 a.m.•11 views

EUVD-2026-53301

Zbtlink router firmware ships an embedded remote-control implant, ENDLESSDOORS, present in every published build across the product line. It is the open-source ycsunjane/rctl tool built in as an OpenWrt package librctl.so, started at boot and run as root under the process name kworker to blend in...

9.8CVSS6.4AI score0.00579EPSS
SaveExploits1References4
EUVD
EUVD
•added 2026/08/05 10:40 a.m.•9 views

EUVD-2026-53300

In Eclipse Accessibility Tools Framework ACTF versions up to 1.6.0 including source code versions up to v20260630 and ACTF based application miChecker versions up to 3.1.0, it has been identified that an XML External Entity XXE vulnerability exists. If this vulnerability is exploited, a malicious...

4.6CVSS5.4AI score0.00172EPSS
SaveExploits0References4
Total number of security vulnerabilities435753