Lucene search
+L

366 matches found

CVE
CVE
added 2026/03/26 7:34 p.m.20 views

CVE-2026-33530

The CVE affects InvenTree prior to version 1.2.6, where bulk data API endpoints (e.g., /api/part/, /api/stock/, /api/order/so/allocation/, etc.) accept a filters parameter that is passed directly to Django queryset.filter(**filters) without any field allowlisting. This allows an authenticated use...

7.7CVSS5.8AI score0.00204EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/26 7:34 p.m.3 views

CVE-2026-33530

InvenTree is an Open Source Inventory Management System. Prior to version 1.2.6, certain API endpoints associated with bulk data operations can be hijacked to exfiltrate sensitive information from the database. The bulk operation API endpoints e.g. /api/part/, /api/stock/,...

7.7CVSS5.8AI score0.00204EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2026/03/26 12:0 a.m.15 views

InvenTree 安全漏洞

InvenTree is an open-source inventory management system developed by InvenTree. It provides robust low-level inventory control and parts tracking capabilities. Versions of InvenTree prior to 1.2.6 contained security vulnerabilities. These vulnerabilities stemmed from the batch operation API...

7.7CVSS5.8AI score0.00204EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/03/26 12:0 a.m.9 views

PT-2026-28488

Name of the Vulnerable Software and Affected Versions InvenTree versions prior to 1.2.6 InvenTree versions 1.2.6 through 1.3.0 Description InvenTree is an Open Source Inventory Management System. Certain API endpoints associated with bulk data operations can be exploited to exfiltrate sensitive...

7.7CVSS5.8AI score0.00204EPSS
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2026/03/19 10:46 p.m.7 views

fastapi-helpers (>=0.0.1 <=0.2.3), fastapi-users-db-ormar (=1.0.0) +11 more potentially affected by CVE-2026-27953 via ormar (>=0.10.16 <=0.20.2)

ormar PYPI version =0.10.16, =0.0.1, =0.3.1, =0.3.0, =0.0.1, =0.3.1, =0.0.1, =1.0.0, =0.0.1, =0.0.2 Source cves: CVE-2026-27953 Source advisory: SNYK:PYTHON-ORMAR-15701843...

9.8CVSS5.8AI score0.01192EPSS
SaveExploits1
OSV
OSV
added 2026/03/19 9:17 p.m.12 views

UBUNTU-CVE-2026-27953

ormar is a async mini ORM for Python. Versions 0.23.0 and below are vulnerable to Pydantic validation bypass through the model constructor, allowing any unauthenticated user to skip all field validation by injecting "pkonly": true into a JSON request body. By injecting "pkonly": true into a JSON...

9.8CVSS5.6AI score0.01192EPSS
SaveExploits1References3
vulnersOsv
vulnersOsv
added 2026/03/19 4:27 p.m.8 views

litestar-ormar (>=0.0.1 <=0.0.6) potentially affected by CVE-2026-27953 via ormar (=0.20.2)

ormar PYPI version =0.20.2 is affected by a known vulnerability. The following packages have a transitive dependency on ormar and may be impacted: - litestar-ormar =0.0.1, =0.0.6 Source cves: CVE-2026-27953 Source advisory: OSV:GHSA-F964-WHRQ-44H8...

9.8CVSS5.5AI score0.01192EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/02/26 12:0 a.m.12 views

PT-2026-22205

Name of the Vulnerable Software and Affected Versions wger versions prior to 2.4 Description wger is a free, open-source workout and fitness manager. An issue exists where three nutritional values action endpoints bypass user-scoped querysets via a raw ORM call, specifically Model.objects.getpk=p...

4.3CVSS6AI score0.0026EPSS
SaveExploits1References13
GithubExploit
GithubExploit
added 2026/02/24 5:30 p.m.309 views

Exploit for CVE-2026-26198

versions 0.9.9 through 0.22.0, when performing Vulnerability...

9.8CVSS5.9AI score0.00915EPSS
SaveExploits2
vulnersOsv
vulnersOsv
added 2026/01/19 10:10 a.m.10 views

ai.hyacinth.framework:core-service-jpa-support (>=0.5.2 <=0.5.21), ai.hyacinth.framework:core-service-trigger-server (>=0.5.2 <=0.5.21) +3479 more potentially affected by CVE-2026-0603 via org.hibernate:hibernate-core (>=5.0.0.Beta1 <=5.3.37.Final)

org.hibernate:hibernate-core MAVEN version =5.0.0.Beta1, =0.5.2, =0.5.2, =1.0.0, =1.0.0, =0.2, =0.3, =0.2, =0.2, =0.3, =0.3, =0.3, =0.3, =0.3, =0.2, =0.6 and more Source cves: CVE-2026-0603 Source advisory: SNYK:JAVA-ORGHIBERNATE-15038759...

8.3CVSS5.8AI score0.00782EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2026/01/16 9:4 p.m.16 views

Veramo is Vulnerable to SQL Injection in Veramo Data Store ORM

Summary An SQL injection vulnerability exists in the @veramo/data-store package that allows any authenticated user to execute arbitrary SQL queries against the database. The vulnerability is caused by insufficient validation of the column parameter in the order array of query requests. Details...

8.6AI score
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/14 8:22 p.m.8 views

CVE-2026-22814

@adonisjs/lucid is an SQL ORM for AdonisJS built on top of Knex. Prior to 21.8.2 and 22.0.0-next.6, there is a Mass Assignment vulnerability in AdonisJS Lucid which may allow a remote attacker who can influence data that is passed into Lucid model assignments to overwrite the internal ORM state...

8.2CVSS7.4AI score0.0049EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 8:37 p.m.8 views

GHSA-G5GC-H5HP-555F Mass Assignment in AdonisJS Lucid Allows Overwriting Internal ORM State

Summary Description A Mass Assignment CWE-915 vulnerability in AdonisJS Lucid may allow a remote attacker who can influence data that is passed into Lucid model assignments to overwrite the internal ORM state. This may lead to logic bypasses and unauthorized record modification within a table or...

8.2CVSS6.8AI score0.0049EPSS
SaveExploits0References3
NVD
NVD
added 2026/01/13 8:16 p.m.10 views

CVE-2026-22814

@adonisjs/lucid is an SQL ORM for AdonisJS built on top of Knex. Prior to 21.8.2 and 22.0.0-next.6, there is a Mass Assignment vulnerability in AdonisJS Lucid which may allow a remote attacker who can influence data that is passed into Lucid model assignments to overwrite the internal ORM state...

8.2CVSS0.0049EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/01/13 7:42 p.m.3 views

CVE-2026-22814 Mass Assignment in AdonisJS Lucid Allows Overwriting Internal ORM State

@adonisjs/lucid is an SQL ORM for AdonisJS built on top of Knex. Prior to 21.8.2 and 22.0.0-next.6, there is a Mass Assignment vulnerability in AdonisJS Lucid which may allow a remote attacker who can influence data that is passed into Lucid model assignments to overwrite the internal ORM state...

8.2CVSS7AI score0.0049EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 7:42 p.m.10 views

CVE-2026-22814 Mass Assignment in AdonisJS Lucid Allows Overwriting Internal ORM State

@adonisjs/lucid is an SQL ORM for AdonisJS built on top of Knex. Prior to 21.8.2 and 22.0.0-next.6, there is a Mass Assignment vulnerability in AdonisJS Lucid which may allow a remote attacker who can influence data that is passed into Lucid model assignments to overwrite the internal ORM state...

8.2CVSS7.3AI score
SaveExploits0References3
CVE
CVE
added 2026/01/13 7:42 p.m.25 views

CVE-2026-22814

CVE-2026-22814 affects @adonisjs/lucid (AdonisJS ORM built on Knex) with a Mass Assignment vulnerability. The flaw allows an attacker who can influence assigned data to overwrite internal ORM state, potentially bypassing logic and enabling unauthorized record modification. Affected versions are L...

8.2CVSS7AI score0.0049EPSS
SaveExploits0References1
vulnersOsv
vulnersOsv
added 2026/01/09 9:31 a.m.13 views

ai.houyi:dorado (>=0.0.1 <=0.0.8), ai.houyi:dorado-core (>=0.0.11 <=0.0.51) +3602 more potentially affected by CVE-2025-70974 via com.alibaba:fastjson (>=1.1.15 <=1.2.47)

com.alibaba:fastjson MAVEN version =1.1.15, =0.0.1, =0.0.11, =0.0.16, =0.0.1, =0.0.14, =0.0.47, =0.0.14, =0.3.0, =3.0.0, =1.0.0, =1.0.1, =1.0.2 and more Source cves: CVE-2025-70974 Source advisory: OSV:GHSA-JM7W-5684-PVH8...

10CVSS7.8AI score0.00702EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/01/09 9:1 a.m.17 views

CVE-2023-25813

Sequelize is a Node.js ORM tool. In versions prior to 6.19.1 a SQL injection exploit exists related to replacements. Parameters which are passed through replacements are not properly escaped which can lead to arbitrary SQL injection depending on the specific queries in use. The issue has been fix...

10CVSS7.7AI score0.01444EPSS
SaveExploits2References1
GithubExploit
GithubExploit
added 2025/12/05 3:38 a.m.214 views

Exploit for SQL Injection in Djangoproject Django

CTF Challenge: Django ORM Injection CVE-2025-64459 Catego...

9.1CVSS7.4AI score0.19396EPSS
SaveExploits10
Rows per page
Query Builder