Lucene search
+L

6432 matches found

Nuclei
Nuclei
added 2026/08/24 5:53 a.m.188 views

IBM Maximo Asset Management Information Disclosure - XML External Entity Injection

IBM Maximo Asset Management is vulnerable to an XML external entity injection XXE attack when processing XML data. A remote attacker could exploit this vulnerability to expose sensitive information or consume memory resources. id: CVE-2020-4463 info: name: IBM Maximo Asset Management Information...

8.2CVSS7.9AI score0.3159EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/08/21 9:26 p.m.13 views

EUVD-2026-64177

LeafWiki is a self-hosted wiki. Versions 0.3.0 through 0.10.0 have a path traversal vulnerability in LeafWiki’s asset rename functionality. An authenticated user with editor permissions could move files that are accessible to the LeafWiki server process into a page’s asset directory. This could...

8.8CVSS5.6AI score0.00346EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/21 9:17 p.m.7 views

CVE-2026-77811

Improper input validation in the dashboards-observability plugin in OpenSearch Dashboards allows a remote authenticated user with write permissions to OpenSearch Dashboards saved objects to execute arbitrary JavaScript in the context of other users' browser sessions by uploading a saved asset wit...

8.7CVSS0.00371EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/21 8:09 p.m.28 views

CVE-2026-77811 Stored Cross-Site Scripting via Integration Template Asset in OpenSearch Dashboards

Improper input validation in the dashboards-observability plugin in OpenSearch Dashboards allows a remote authenticated user with write permissions to OpenSearch Dashboards saved objects to execute arbitrary JavaScript in the context of other users' browser sessions by uploading a saved asset wit...

8.7CVSS0.00371EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/21 8:09 p.m.39 views

CVE-2026-77811

CVE-2026-77811 is a stored cross-site scripting (XSS) vulnerability in the dashboards-observability plugin of OpenSearch Dashboards . The root cause is improper input validation , which allows a remote authenticated user with write permissions to saved objects to upload a saved asset containing a...

8.7CVSS5.8AI score0.00371EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/21 12:00 a.m.7 views

PT-2026-79492

Name of the Vulnerable Software and Affected Versions LeafWiki versions 0.3.0 through 0.10.0 Description LeafWiki contains a path traversal flaw within the asset rename functionality. This issue occurs because the application fails to properly sanitize user-supplied file paths during the rename...

8.8CVSS5.3AI score0.00346EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/20 6:44 p.m.8 views

Winter: Local File Inclusion through =include directives in JavaScript asset compilation

Impact Affected versions of Winter CMS allow authenticated backend users with the cms.manageassets permission "Manage website assets - images, JavaScript files, CSS files" to disclose arbitrary files readable by the PHP process by placing an =include / =require directive in a theme JavaScript...

5.4CVSS5.8AI score0.30166EPSS
SaveExploits0References5Affected Software1
Circl
Circl
added 2026/08/19 8:35 p.m.11 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
NVD
NVD
added 2026/08/19 7:17 p.m.7 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
EUVD
EUVD
added 2026/08/19 6:23 p.m.10 views

EUVD-2026-62627

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.3CVSS5.3AI score0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 6:23 p.m.12 views

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

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.3CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/19 6:23 p.m.36 views

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

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
CVE
CVE
added 2026/08/19 6:23 p.m.17 views

CVE-2026-55703

Snipe-IT (IT asset/license management system) prior to 8.6.3 contains an authorization bypass in MaintenancesController::show(). The method renders a maintenance record without calling authorize(), unlike all sibling actions (index, edit, update, destroy) which properly gate on the asset. Any act...

4.3CVSS5.3AI score0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 6:20 p.m.8 views

CVE-2026-55519 Snipe-IT: Improper Authorization in File Deletion (IDOR)

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.4CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/19 6:20 p.m.37 views

CVE-2026-55519

In Snipe-IT versions before 8.4.1, the destroy() methods in app/Http/Controllers/Api/UploadedFilesController.php and app/Http/Controllers/UploadedFilesController.php perform class-level authorization checks instead of instance-level checks, enabling any authenticated user with generic asset edit ...

5.4CVSS5.3AI score0.00211EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 6:20 p.m.32 views

CVE-2026-55519 Snipe-IT: Improper Authorization in File Deletion (IDOR)

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
CVE
CVE
added 2026/08/19 6:18 p.m.43 views

CVE-2026-55482

Snipe-IT , a Laravel-based IT asset and license management system, is affected by an authorization bypass in the BulkAssetsController::update() method. The method accepts the company_id parameter directly from user input without invoking Company::getIdForCurrentUser(), the standard company-scopin...

6.3CVSS5.2AI score0.00191EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 6:18 p.m.6 views

CVE-2026-55482 Snipe-IT: Multi-Tenancy Bypass via Bulk Asset Update

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.3CVSS5.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/19 6:18 p.m.31 views

CVE-2026-55482 Snipe-IT: Multi-Tenancy Bypass via Bulk Asset Update

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
OSV
OSV
added 2026/08/19 12:00 a.m.4 views

UBUNTU-CVE-2026-75926

Hugo 0.161.0 placed the Node asset pipelines behind the Node.js permis...

9.3CVSS5.2AI score0.00145EPSS
SaveExploits0References4
Rows per page
Query Builder