Lucene search
+L
AttackerkbRecent

96138 matches found

ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•4 views

CVE-2026-71279

Zigbee2MQTT's ExternalJSExtension.getFilePath lib/extension/externalJS.ts joins a parameter received via an MQTT message topic zigbee2mqtt/bridge/request/extension/save into the extensions base path using path.joinbasePath, name with no sanitization. The extension handler only validates that the...

8CVSS5.7AI score0.00363EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•7 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
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•7 views

CVE-2026-71277

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

9.1CVSS5.4AI score0.00241EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•5 views

CVE-2026-71276

Magistrala formerly Mainflux's message-readers API reads a value from the HTTP query string readers/api/http/transport.go with no validation and interpolates it directly into raw SQL queries via fmt.Sprintf in both the PostgreSQL reader readers/postgres/messages.go: and the TimescaleDB reader...

7.1CVSS5.6AI score0.00191EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•4 views

CVE-2026-71274

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.3AI score0.00173EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•5 views

CVE-2026-71273

OpenBK7231T's /cfgwifiset endpoint src/httpserver/httpfns.c accepts configuration changes via a plain GET request with no CSRF token. If the parameter is absent from the request, an else-branch silently clears the device's web admin password to an empty string...

6.5CVSS5.2AI score0.00117EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•2 views

CVE-2026-71272

Memos' webhook dispatch function safeDialContext internal/webhook/webhook.go resolves the target hostname via net.DefaultResolver.LookupHost and validates the resulting IPs against reserved ranges, but then dials net.JoinHostPorthost, port using the original hostname rather than the...

8.5CVSS5.2AI score0.00165EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•4 views

CVE-2026-71271

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

8.5CVSS5.2AI score0.00239EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•4 views

CVE-2026-71270

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

8.6CVSS5.3AI score0.00313EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•4 views

CVE-2026-71269

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.2CVSS5.2AI score0.00465EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•5 views

CVE-2026-71268

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

9.9CVSS5.2AI score0.00365EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•4 views

CVE-2026-71266

tinyobjloader-c's tinyobjparseandindexmtlfile tinyobjloaderc.h reads each line of a .mtl material file into a fixed 4096-byte stack buffer via memcpylinebuf, p, plen, guarded only by . The identical vulnerable pattern is duplicated in a second function in the same file...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•4 views

CVE-2026-71267

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

9.8CVSS5.2AI score0.00307EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•3 views

CVE-2026-71265

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.5AI score0.00193EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•5 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.2CVSS5.2AI score0.00194EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•4 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 uses a strict greater-than comparison instead of greater-than-or-equal against the 263-byte MBTCPBUFSIZE limit...

9.1CVSS5.2AI score0.00278EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•4 views

CVE-2026-71262

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.8CVSS5.3AI score0.0035EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•4 views

CVE-2026-71261

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.3AI score0.00127EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•3 views

CVE-2026-71260

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.3AI score0.00232EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:26 p.m.•5 views

CVE-2026-71259

ESPHome through 2026.7.0-dev contains an operator-precedence bug in the cv.url validator in esphome/configvalidation.py. Because binds tighter than , any file: URI passes validation regardless of netloc. This validator gates the field of the externalcomponents YAML directive's git source schema,...

8.6CVSS5.2AI score0.00118EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:16 p.m.•10 views

CVE-2026-71225

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.00318EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/05 12:06 p.m.•8 views

CVE-2026-16022

@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
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/05 11:50 a.m.•11 views

CVE-2026-0516

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
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/05 11:44 a.m.•9 views

CVE-2026-71255

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.2AI score0.0022EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 11:44 a.m.•9 views

CVE-2026-71256

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.6AI score0.00307EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 11:44 a.m.•10 views

CVE-2026-71254

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.8CVSS5.3AI score0.00307EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 11:27 a.m.•9 views

CVE-2026-18933

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 11:25 a.m.•10 views

CVE-2026-64582

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.3AI score0.0013EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/05 11:09 a.m.•8 views

CVE-2026-46581

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

5.6AI score0.00437EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/05 11:03 a.m.•10 views

CVE-2026-61891

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
SaveExploits0References4
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:59 a.m.•8 views

CVE-2026-60009

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.00368EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:57 a.m.•10 views

CVE-2026-71252

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.3AI score0.00284EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:57 a.m.•7 views

CVE-2026-71251

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.3AI score0.00201EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:57 a.m.•8 views

CVE-2026-71250

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

CVE-2026-71248

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
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•11 views

CVE-2026-71247

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•11 views

CVE-2026-71246

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•10 views

CVE-2026-71245

Red Hat CNA-LR concluded that this CVE is not valid...

5.2AI score0.00197EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•10 views

CVE-2026-71244

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•9 views

CVE-2026-71243

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•11 views

CVE-2026-71242

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
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•12 views

CVE-2026-71241

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•10 views

CVE-2026-71240

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•11 views

CVE-2026-71239

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•10 views

CVE-2026-71238

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.00407EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•9 views

CVE-2026-71237

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•8 views

CVE-2026-71236

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•10 views

CVE-2026-71235

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
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/05 10:56 a.m.•11 views

CVE-2026-71234

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
SaveExploits0References2
Total number of security vulnerabilities96138