Lucene search
+L

587681 matches found

EUVD
EUVD
added 8 hours ago3 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 score
SaveExploits0References3
Cvelist
Cvelist
added 8 hours ago11 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.8CVSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 8 hours ago5 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.6AI score
SaveExploits0References3
EUVD
EUVD
added 8 hours ago3 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 score
SaveExploits0References2
EUVD
EUVD
added 8 hours ago3 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 score
SaveExploits0References1
Cvelist
Cvelist
added 8 hours ago13 views

CVE-2026-71251 Akaunting: Cross-Company Media IDOR in Customer Portal Download Endpoint

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.5CVSS
SaveExploits0References1
CVE
CVE
added 8 hours ago11 views

CVE-2026-71251

CVE-2026-71251 (Akaunting) : The shared download route app/Http/Controllers/Common/Uploads.php::download() allowed an authenticated portal customer to fetch any Media by ID without verifying ownership. This constitutes a cross-company IDOR: a user could download another company’s uploaded files b...

6.5CVSS5.5AI score
SaveExploits0References1
Cvelist
Cvelist
added 8 hours ago9 views

CVE-2026-71250 Firefly III: Webhook URL Validation Explicitly Allows Loopback and Is Bypassable via DNS Rebinding

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.3CVSS
SaveExploits0References1
Cvelist
Cvelist
added 8 hours ago8 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.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 8 hours ago17 views

CVE-2026-71248 Inventory-Management-System-PHP: Unauthenticated SQL Injection in Login and Product Deletion

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.8CVSS
SaveExploits0References2
CVE
CVE
added 8 hours ago19 views

CVE-2026-71248

The CVE concerns Inventory-Management-System-PHP. login.php builds its query by direct string concatenation of POST parameters for authentication, enabling authentication bypass (e.g., email=' OR 1=1 LIMIT 1-- -). Separately, delete.php runs a DELETE without auth checks or input validation for id...

9.8CVSS5.8AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 8 hours ago4 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 score
SaveExploits0References2
Cvelist
Cvelist
added 8 hours ago8 views

CVE-2026-71246 Pixelfed: Authenticated SSRF via Remote URL Search

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.3CVSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 8 hours ago3 views

CVE-2026-71246 Pixelfed: Authenticated SSRF via Remote URL Search

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 score
SaveExploits0References1
EUVD
EUVD
added 8 hours ago3 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 score
SaveExploits0References1
Cvelist
Cvelist
added 8 hours ago6 views

CVE-2026-71242 Crater: Cross-Company IDOR on Notes via Missing Company-Ownership Check in NotePolicy

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.3CVSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 8 hours ago3 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 score
SaveExploits0References2Affected Software1
EUVD
EUVD
added 8 hours ago3 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 score
SaveExploits0References1
CVE
CVE
added 8 hours ago10 views

CVE-2026-71242

Crater vulnerability CVE-2026-71242 exposes cross-company IDOR in notes. The NotePolicy uses a blanket manage/view notes check without company ownership verification, unlike other policies that call hasCompany(model->company_id). NotesController actions (show, update, destroy) authorize withou...

8.3CVSS5.5AI score
SaveExploits0References1
CVE
CVE
added 8 hours ago8 views

CVE-2026-71241

CVE-2026-71241 affects a Book-Management-System built with Flask. Several endpoints (/student, /record, /books, /find_stu_book, /find_not_return_book) are missing the @login_required decorator that protects related routes (/search_student, /storage). This misconfiguration allows any unauthenticat...

7.5CVSS5.6AI score
SaveExploits0References1
Rows per page
Query Builder