Lucene search
+L

7284 matches found

Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.12 views

PT-2026-78989

Subscriber Arbitrary File Upload in IT Residence = 3.2.1 versions...

9.9CVSS5.3AI score0.00447EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 9:16 p.m.5 views

CVE-2026-54743

Lemmy is a link aggregator and forum for the fediverse. Prior to lemmy-ui 0.19.19-beta.1, LemmyNet/lemmy-ui renders Markdown in src/shared/markdown.ts for post bodies, comment bodies, private messages, and community and site sidebars through mdToHtml, which returns a raw html object that Inferno...

6.4CVSS0.00401EPSS
SaveExploits0References4
Circl
Circl
added 2026/08/19 8:35 p.m.10 views

CVE-2026-55703

creationtimestamp| type| source ---|---|--- 2026-08-19 20:35:05+00:00| published-proof-of-concept| https://github.com/grokability/snipe-it/security/advisories/GHSA-r9r3-g9fp-3q4q...

4.3CVSS4.9AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/19 8:18 p.m.6 views

CVE-2026-54743 Lemmy: Stored XSS via markdown image alt-text in lemmy-ui html5-embed

Lemmy is a link aggregator and forum for the fediverse. Prior to lemmy-ui 0.19.19-beta.1, LemmyNet/lemmy-ui renders Markdown in src/shared/markdown.ts for post bodies, comment bodies, private messages, and community and site sidebars through mdToHtml, which returns a raw html object that Inferno...

6.4CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/19 8:18 p.m.31 views

CVE-2026-54743 Lemmy: Stored XSS via markdown image alt-text in lemmy-ui html5-embed

Lemmy is a link aggregator and forum for the fediverse. Prior to lemmy-ui 0.19.19-beta.1, LemmyNet/lemmy-ui renders Markdown in src/shared/markdown.ts for post bodies, comment bodies, private messages, and community and site sidebars through mdToHtml, which returns a raw html object that Inferno...

6.4CVSS0.00401EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 8:18 p.m.15 views

CVE-2026-54743

Lemmy (a fediverse link aggregator and forum) is affected by a stored XSS in lemmy-ui prior to version 0.19.19-beta.1 . The root cause lies in src/shared/markdown.ts, where mdToHtml returns a raw __html object injected by Inferno without a sanitizer pass. The [email protected] plugin,...

6.4CVSS5.5AI score0.00401EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/19 7:32 p.m.7 views

Snipe-IT: Stored DOM XSS via table selected-count IDs

Impact The table component derives data-selected-count-id from the component $name value. On manufacturer and supplier detail pages, stored manufacturer or supplier names are passed into affected table components as that name value. The client-side JavaScript later reads the browser-decoded...

6.3CVSS5.9AI score0.00284EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/19 7:32 p.m.6 views

GHSA-C8QC-WF67-342W Snipe-IT: Stored DOM XSS via table selected-count IDs

Impact The table component derives data-selected-count-id from the component $name value. On manufacturer and supplier detail pages, stored manufacturer or supplier names are passed into affected table components as that name value. The client-side JavaScript later reads the browser-decoded...

6.3CVSS5.9AI score0.00284EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/19 7:32 p.m.6 views

Snipe-IT: Maintenance Record Disclosure via Missing Authorization on GET

Impact Any activated account in a company can read every maintenance record for that company asset tag, supplier, purchase cost, free-text notes, dates without holding any asset or maintenance permission. Summary MaintenancesController::show renders a maintenance record without any authorization...

4.3CVSS5.5AI score0.00193EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/19 7:32 p.m.6 views

GHSA-R9R3-G9FP-3Q4Q Snipe-IT: Maintenance Record Disclosure via Missing Authorization on GET

Impact Any activated account in a company can read every maintenance record for that company asset tag, supplier, purchase cost, free-text notes, dates without holding any asset or maintenance permission. Summary MaintenancesController::show renders a maintenance record without any authorization...

4.3CVSS5.5AI score0.00193EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/19 7:32 p.m.9 views

Snipe-IT: Chained Information Disclosure and IDOR Leads to Full EULA File Takeover

Impact An attacker can completely bypass file-name randomization security and without authorization download confidential, signed EULA files belonging to any other user across the application. Steps to Reproduce: 1. Log in as a restricted user. 2. Send a GET request to /api/v1/users/targetid/eula...

7.1CVSS5.4AI score0.00238EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/19 7:32 p.m.5 views

GHSA-3HGV-JR5J-CG9X Snipe-IT: Chained Information Disclosure and IDOR Leads to Full EULA File Takeover

Impact An attacker can completely bypass file-name randomization security and without authorization download confidential, signed EULA files belonging to any other user across the application. Steps to Reproduce: 1. Log in as a restricted user. 2. Send a GET request to /api/v1/users/targetid/eula...

7.1CVSS5.4AI score0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 7:32 p.m.7 views

GHSA-C6W2-J4WQ-MVWG Snipe-IT: Tenant Isolation Bypass in FMCS Floater Mode

Impact Due to inconsistent authorization checks, a company-scoped user can bypass tenant boundaries to read, mutate, and soft-delete users who do not belong to any company companyid = null. While direct instance authorization isCurrentUserHasAccess correctly denies access to these out-of-scope...

7.6CVSS5.5AI score0.00259EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/19 7:17 p.m.5 views

CVE-2026-55519

Snipe-IT is an IT asset/license management system. Prior to 8.4.1, an authenticated user with generic asset edit permission can delete files attached to assets outside the user's ownership or company assignment. The destroy methods in app/Http/Controllers/Api/UploadedFilesController.php and...

5.4CVSS0.00211EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 7:17 p.m.6 views

CVE-2026-55694

Snipe-IT is an IT asset/license management system. Prior to 8.6.3, a restricted user can request /api/v1/users/targetid/eulas to obtain another user's randomized EULA filename and then download the signed file through /account/stored-eula-file/filename. The primary /stored-eula-file/filename rout...

7.1CVSS0.00238EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 7:17 p.m.4 views

CVE-2026-55703

Snipe-IT is an IT asset/license management system. Prior to 8.6.3, any activated account can request /maintenances/id and read maintenance records for assets in the same company without asset or maintenance permission. app/Http/Controllers/MaintenancesController.php show renders the record withou...

4.3CVSS0.00193EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 7:17 p.m.6 views

CVE-2026-55482

Snipe-IT is an IT asset/license management system. Prior to 8.4.1, a non-superadmin can use app/Http/Controllers/Assets/BulkAssetsController.php update to submit companyid directly without Company::getIdForCurrentUser, allowing assets to be moved across company boundaries and breaking multi-tenan...

6.3CVSS0.00191EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 7:17 p.m.6 views

CVE-2026-49976

Snipe-IT is an IT asset/license management system. Prior to 8.6.1, a user with the import permission can use CSV update mode to overwrite the email address of a non-admin user and then request a password reset to take over that account. app/Importer/UserImporter.php applies the canEditAuthFields...

6.5CVSS0.00337EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/19 7:17 p.m.4 views

CVE-2026-49870

Snipe-IT is an IT asset/license management system. Prior to 8.6.1, POST /two-factor has no rate limiting, lockout, or attempt counter, allowing an attacker with valid credentials to submit unlimited TOTP guesses against the three accepted codes created by config/google2fa.php window=1. A successf...

5.9CVSS0.00312EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 6:28 p.m.31 views

CVE-2026-55694 Snipe-IT: Chained Information Disclosure and IDOR Leads to Full EULA File Takeover

Snipe-IT is an IT asset/license management system. Prior to 8.6.3, a restricted user can request /api/v1/users/targetid/eulas to obtain another user's randomized EULA filename and then download the signed file through /account/stored-eula-file/filename. The primary /stored-eula-file/filename rout...

7.1CVSS0.00238EPSS
SaveExploits0References3
Rows per page
Query Builder