Lucene search
+L

37020 matches found

Snyk
Snyk
added 2026/03/29 3:44 p.m.17 views

Prototype Pollution

Overview @mikro-orm/core is a TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript. Affected versions of this package are vulnerable to Prototype Pollution via the...

9.1CVSS6.5AI score0.00377EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/03/29 12:00 a.m.14 views

LoLLMs 安全漏洞

LoLLMs is a large language and multimodal system personally developed by Saifeddine ALOUI. Versions of LoLLMs prior to 2.2.0 contained security vulnerabilities; these vulnerabilities stemmed from the RespondRequest function not implementing proper authorization checks, which could lead to insecur...

8.3CVSS7.2AI score0.00268EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/03/29 12:00 a.m.11 views

PT-2026-28612

Name of the Vulnerable Software and Affected Versions MikroORM versions prior to 6.6.10 MikroORM versions prior to 7.0.6 Description A flaw exists in the Utils.merge helper within MikroORM that does not prevent the use of special keys like proto , constructor, and prototype during object merging...

9.1CVSS6AI score0.00377EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/03/28 4:56 a.m.10 views

CVE-2026-33730

Open Source Point of Sale opensourcepos is a web based point of sale application written in PHP using CodeIgniter framework. Prior to version 3.4.2, an Insecure Direct Object Reference IDOR vulnerability allows an authenticated low-privileged user to access the password change functionality of...

6.5CVSS5.9AI score0.00277EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2026/03/28 12:27 a.m.13 views

SUSE CVE-2026-30886

New API is a large language mode LLM gateway and artificial intelligence AI asset management system. Prior to version 0.11.4-alpha.2, an Insecure Direct Object Reference IDOR vulnerability in the video proxy endpoint GET /v1/videos/:taskid/content allows any authenticated user to access video...

6.5CVSS5.9AI score0.00274EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/03/28 12:00 a.m.8 views

Fedora 44 : rubygem-json (2026-3a7663d43d)

The remote Fedora 44 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-3a7663d43d advisory. New version 2.19.2 is released. This fixes a format string injection vulnerability in JSON.parse, which is now assigned as CVE-2026-33210 Tenable has extract...

9.1CVSS6AI score0.00857EPSS
SaveExploits0References2
NVD
NVD
added 2026/03/27 11:17 p.m.13 views

CVE-2026-33994

Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Starting in version 2.0.39 and prior to version 3.0.25, a prototype pollution vulnerability exists in the parsestr function of the npm package locutus. An attacker can pollute Object.prototype by...

9.8CVSS0.00559EPSS
SaveExploits1References4
GithubExploit
GithubExploit
added 2026/03/27 11:04 p.m.230 views

websec-payloads

Web Security Payloads & Exploitation Reference Comprehensiv...

5.9AI score
SaveExploits0
Snyk
Snyk
added 2026/03/27 10:26 p.m.3 views

Missing Authorization

Overview github.com/minio/minio is a high performance object storage server compatible with Amazon S3 APIs. Affected versions of this package are vulnerable to Missing Authorization via the extractMetadataFromMime function. An attacker can make objects permanently unreadable by injecting crafted...

7.1CVSS5.8AI score0.00124EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/27 10:26 p.m.22 views

GHSA-3RH2-V3GR-35P9 MinIO is Vulnerable to SSE Metadata Injection via Replication Headers

Impact What kind of vulnerability is it? Who is impacted? A flaw in extractMetadataFromMime allows any authenticated user with s3:PutObject permission to inject internal server-side encryption metadata into objects by sending crafted X-Minio-Replication- headers on a normal PutObject request. The...

7.1CVSS6AI score0.00124EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/03/27 10:15 p.m.6 views

CVE-2026-33994

Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Starting in version 2.0.39 and prior to version 3.0.25, a prototype pollution vulnerability exists in the parsestr function of the npm package locutus. An attacker can pollute Object.prototype by...

9.4CVSS5.9AI score0.00559EPSS
SaveExploits2References5Affected Software1
OSV
OSV
added 2026/03/27 9:11 p.m.10 views

CVE-2026-33940 Handlebars.js has JavaScript Injection via AST Type Confusion when passing an object as dynamic partial

Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, a crafted object placed in the template context can bypass all conditional guards in resolvePartial and cause invokePartial to return undefined. The Handlebars runtime then treats the...

8.1CVSS5.9AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/03/27 9:00 p.m.36 views

CVE-2026-33916 Handlebars.js has Prototype Pollution Leading to XSS through Partial Template Injection

Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, resolvePartial in the Handlebars runtime resolves partial names via a plain property lookup on options.partials without guarding against prototype-chain traversal. When Object.prototype...

4.7CVSS0.00276EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/03/27 6:33 p.m.14 views

EUVD-2026-16070

Saloon has insecure deserialization in AccessTokenAuthenticator...

9.8CVSS5.9AI score0.00622EPSS
SaveExploits0References3
OSV
OSV
added 2026/03/27 6:33 p.m.26 views

GHSA-RF88-776R-RCQ9 Saloon has insecure deserialization in AccessTokenAuthenticator

Impact Users of the OAuth2 utilities in Saloon, specifically the AccessTokenAuthenticator class. Patches Upgrade to Saloon v4+ Upgrade guide: https://docs.saloon.dev/upgrade/upgrading-from-v3-to-v4 Description The Saloon PHP library used PHP's unserialize in AccessTokenAuthenticator::unserialize ...

9.3CVSS6.5AI score0.00622EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/03/27 6:33 p.m.17 views

Saloon has insecure deserialization in AccessTokenAuthenticator

Impact Users of the OAuth2 utilities in Saloon, specifically the AccessTokenAuthenticator class. Patches Upgrade to Saloon v4+ Upgrade guide: https://docs.saloon.dev/upgrade/upgrading-from-v3-to-v4 Description The Saloon PHP library used PHP's unserialize in AccessTokenAuthenticator::unserialize ...

9.8CVSS6.5AI score0.00622EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/03/27 6:21 p.m.10 views

GHSA-XHPV-HC6G-R9C6 Handlebars.js has JavaScript Injection via AST Type Confusion when passing an object as dynamic partial

Summary A crafted object placed in the template context can bypass all conditional guards in resolvePartial and cause invokePartial to return undefined. The Handlebars runtime then treats the unresolved partial as a source that needs to be compiled, passing the crafted object to env.compile...

8.1CVSS6AI score0.00703EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/03/27 6:21 p.m.39 views

Handlebars.js has JavaScript Injection via AST Type Confusion when passing an object as dynamic partial

Summary A crafted object placed in the template context can bypass all conditional guards in resolvePartial and cause invokePartial to return undefined. The Handlebars runtime then treats the unresolved partial as a source that needs to be compiled, passing the crafted object to env.compile...

8.1CVSS6AI score0.00703EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/03/27 6:21 p.m.11 views

EUVD-2026-16860

Handlebars.js has JavaScript Injection via AST Type Confusion when passing an object as dynamic partial...

8.1CVSS5.9AI score0.00703EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/03/27 5:58 p.m.11 views

Prototype Pollution

Overview locutus is a Locutus other languages' stadard libraries to JavaScript for fun and educational purposes Affected versions of this package are vulnerable to Prototype Pollution in the parsestr function. An attacker can modify the prototype of built-in objects by overriding...

9.8CVSS6.5AI score0.00559EPSS
SaveExploits2References2
Rows per page
Query Builder