Lucene search
+L

997986 matches found

OSV
OSV
•added yesterday•4 views

MINI-2PPR-FMX7-WJ68

Bulletin has no description...

7.5CVSS4.8AI score0.00483EPSS
SaveExploits0
OSV
OSV
•added yesterday•2 views

MINI-MR73-X7FM-MGJ2

Bulletin has no description...

7.5CVSS4.9AI score0.00221EPSS
SaveExploits0
OSV
OSV
•added yesterday•3 views

MINI-3MFX-83GP-QWM3

Bulletin has no description...

5AI score
SaveExploits0
OSV
OSV
•added yesterday•4 views

MINI-4J49-267C-55X4

Bulletin has no description...

6.1CVSS4.8AI score0.00263EPSS
SaveExploits0
OSV
OSV
•added yesterday•3 views

MINI-2JVR-W8JW-R4FF

Bulletin has no description...

7.5CVSS4.8AI score0.00465EPSS
SaveExploits0
OSV
OSV
•added yesterday•3 views

MINI-W2CG-R7XX-QQJ5

Bulletin has no description...

7.5CVSS4.9AI score0.00483EPSS
SaveExploits0
OSV
OSV
•added yesterday•3 views

MINI-R452-RF3C-VGGR

Bulletin has no description...

7.5CVSS4.9AI score0.0059EPSS
SaveExploits0
OSV
OSV
•added yesterday•3 views

MINI-983W-GWXC-JJRF

Bulletin has no description...

5.9CVSS4.9AI score0.00441EPSS
SaveExploits0
OSV
OSV
•added yesterday•6 views

MINI-J8C4-FRVH-PXVJ

Bulletin has no description...

7.5CVSS4.9AI score0.00483EPSS
SaveExploits0
OSV
OSV
•added yesterday•5 views

CVE-2026-19349 Lemonldap::NG::Portal versions from 2.0.0 before 2.16.9, from 2.17.0 before 2.21.5, from 2.22.0 before 2.23.3 for Perl allow authentication bypass via an OAuth2 state parameter stored as an SSO session in the GitHub and LinkedIn backends

Lemonldap::NG::Portal versions from 2.0.0 before 2.16.9, from 2.17.0 before 2.21.5, from 2.22.0 before 2.23.3 for Perl allow authentication bypass via an OAuth2 state parameter stored as an SSO session in the GitHub and LinkedIn backends. Before redirecting to the identity provider, extractFormIn...

5.4AI score
SaveExploits0References8
OSV
OSV
•added yesterday•3 views

CVE-2026-74797 OpenTofu before 1.11.4 Denial of Service via malicious zip

OpenTofu versions before 1.11.4 contain a denial of service vulnerability in the tofu init command when processing maliciously-crafted .zip archives for provider or module packages. Attackers can cause excessive CPU usage by controlling .zip archive content served during dependency installation,...

2.3CVSS5.4AI score
SaveExploits0References4
OSV
OSV
•added yesterday•3 views

CVE-2026-74796 OpenTofu before 1.11.7 Symlink Following Path Traversal

OpenTofu before 1.11.7 fails to validate existing symlinks in the provider cache directory during initialization. Attackers can place a malicious symlink in a trusted working directory to cause tofu init to write provider package contents to arbitrary filesystem locations outside the working tree...

7CVSS5.6AI score
SaveExploits0References4
OSV
OSV
•added yesterday•4 views

CVE-2026-74794 Scriban before 6.6.0 Denial of Service via Infinite Recursion

Scriban before 6.6.0 contains an infinite recursion vulnerability in object rendering when the ObjectRecursionLimit property defaults to unlimited. Attackers can supply circular reference objects to the template context, exhausting stack space and triggering an uncatchable StackOverflowException...

8.7CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•2 views

CVE-2026-74795 Scriban before 6.6.0 Denial of Service via Uncontrolled Recursion

Scriban before 6.6.0 contains an uncontrolled recursion vulnerability in its recursive-descent parser. The parser does not enforce a default expression depth limit the ExpressionDepthLimit property in ParserOptions defaults to null/disabled, so an attacker who controls template input can supply a...

8.7CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•5 views

CVE-2026-74791 Scriban before 7.0.0 Authorization Bypass via Stale Include Cache

Scriban before 7.0.0 fails to clear the CachedTemplates dictionary when TemplateContext.Reset is called, allowing cached templates to persist across reused contexts. Attackers can exploit request-dependent ITemplateLoader implementations to access previously authorized template content from earli...

9.2CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•3 views

CVE-2026-74792 Scriban before 7.0.0 Stack Overflow via nested array initializers

Scriban before 7.0.0 affected versions = 6.6.0 contains a stack overflow vulnerability in nested array initializer parsing. Deeply nested array initializers recurse through a path ParseArrayInitializer → ParseExpression → ParseArrayInitializer that is not covered by the ExpressionDepthLimit count...

8.7CVSS5.6AI score
SaveExploits0References4
OSV
OSV
•added yesterday•3 views

CVE-2026-74790 Scriban before 7.0.0 MemberFilter Bypass via TemplateContext Cache

Scriban before 7.0.0 caches TypedObjectAccessor by Type only without considering MemberFilter changes, allowing reused TemplateContext instances to expose members that should be hidden. Attackers can access filtered properties and fields by reusing a TemplateContext after tightening its...

9.3CVSS5.4AI score
SaveExploits0References4
OSV
OSV
•added yesterday•2 views

CVE-2026-74789 Scriban before 7.0.0 LoopLimit Bypass via Built-in Operations

Scriban before 7.0.0 affected = 6.6.0 applies its LoopLimit constraint only to script loop statements and not to expensive iteration performed inside built-in operators and functions. As a result, a single expression such as 1..1000000 | array.size — or a memory-amplification expression such as '...

8.7CVSS5.7AI score
SaveExploits0References4
OSV
OSV
•added yesterday•2 views

CVE-2026-74788 Scriban before 7.0.0 Denial of Service via string.pad_left/pad_right

Scriban before 7.0.0 affected versions = 6.6.0 contains an uncontrolled memory allocation vulnerability in the string.padleft and string.padright template functions, which perform no validation on the width parameter before delegating to .NET's String.PadLeft/PadRight. When an application exposes...

8.7CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•2 views

CVE-2026-74787 Scriban before 7.0.0 Uncontrolled Recursion via object.to_json

Scriban before 7.0.0 contains an uncontrolled recursion vulnerability in the object.tojson builtin function that lacks depth limits and circular reference detection. Attackers can craft templates with self-referencing objects to trigger unbounded recursion, causing a StackOverflowException that...

8.7CVSS5.4AI score
SaveExploits0References4
OSV
OSV
•added yesterday•2 views

CVE-2026-74786 Scriban before 7.0.0 Denial of Service via Unbounded Template Output

Scriban before 7.0.0 affected versions = 6.6.0 contains a denial-of-service vulnerability in which the LimitToString safety limit default 1MB can be bypassed because ObjectToString resets the per-call length counter currentToStringLength on every top-level call and StringBuilderOutput enforces no...

7.1CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•2 views

CVE-2026-74785 Scriban before 7.0.0 Denial of Service via Unbounded Resource Consumption

Scriban before 7.0.0 contains three distinct denial-of-service vulnerabilities in expression evaluation that bypass existing safety controls through unbounded string multiplication, uncontrolled BigInteger shift operations, and LoopLimit bypass via range enumeration in builtin functions. Attacker...

7.1CVSS5.4AI score
SaveExploits0References4
OSV
OSV
•added yesterday•3 views

CVE-2026-74784 Scriban before 7.2.0 Denial of Service via array.insert_at

Scriban before 7.2.0 contains a denial of service vulnerability in the array.insertat function that allocates unbounded null entries without respecting LoopLimit or LimitToString constraints. Attackers can supply a large index parameter to trigger OutOfMemoryException and crash the host process i...

8.7CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•3 views

CVE-2026-74783 Scriban 6.6.0 through 7.2.0 Parser Recursion Denial of Service

Scriban versions 6.6.0 through 7.2.0 contain a non-enforcing ExpressionDepthLimit guard that fails to stop recursive descent parsing of deeply nested expressions. Attackers can supply templates with deeply nested parentheses, array initializers, object initializers, or unary operators to trigger ...

8.7CVSS5.4AI score
SaveExploits0References4
OSV
OSV
•added yesterday•2 views

CVE-2026-73062 Scriban 3.0.0 through 7.2.0 Denial of Service via Array Multiplication

Scriban versions 3.0.0 through 7.2.0 contain a denial of service vulnerability in the array multiplication operator that allocates memory without enforcing LoopLimit or overflow-safe arithmetic checks. Attackers can supply a large integer multiplier in a template to force multi-gigabyte memory...

8.7CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•3 views

CVE-2026-73060 Scriban 3.0.0 through 7.2.5 Denial of Service via ScriptRange.Multiply

Scriban versions from 3.0.0 through 7.2.5 contain a denial of service vulnerability in the ScriptRange.Multiply operator that bypasses LoopLimit when the left operand is a lazy sequence. Attackers can supply templates with array multiplication on lazy sequences to execute billions of uncharged...

8.7CVSS5.7AI score
SaveExploits0References6
OSV
OSV
•added yesterday•6 views

CVE-2026-73061 Scriban before 7.2.2 Arbitrary Property Write via TypedObjectAccessor

Scriban before 7.2.2 contains an access-modifier bypass vulnerability in TypedObjectAccessor that allows template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters, and perform mass assignment on...

9.3CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•2 views

CVE-2026-73059 stoatchat before 0.15.0 Permission Bypass via message_fetch

stoatchat before 0.15.0 contains a permission bypass vulnerability in the messagefetch route that checks only ViewChannel permission instead of requiring ReadMessageHistory. Attackers with ViewChannel access but ReadMessageHistory denied can retrieve individual message content by ID, bypassing th...

7.1CVSS5.4AI score
SaveExploits0References4
OSV
OSV
•added yesterday•3 views

CVE-2026-73057 stoatchat before 0.15.0 Uncapped SVG Rendering Denial of Service

stoatchat before 0.15.0 fails to validate SVG viewBox dimensions in the proxy endpoint, allowing attackers to cause denial of service by memory exhaustion. Attackers can host malicious SVGs with extremely large width and height values and trigger concurrent requests to exhaust available memory...

8.7CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•2 views

CVE-2026-73058 stoatchat before 0.15.0 SSRF via IPv6 unspecified address bypass

stoatchat versions before 0.15.0 fail to block the IPv6 unspecified address :: in the SSRF blocklist, allowing unauthenticated attackers to bypass protections via the /proxy and /embed endpoints. Attackers can craft requests using IPv6 literal syntax to access services on the loopback interface a...

6.9CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•2 views

CVE-2024-58375 OpenTofu before 1.8.3 Secret Variable Leaking via Static Evaluation

OpenTofu versions 1.8.0 through 1.8.2 do not properly restrict sensitive variables and locals when users have opted into static evaluation of module sources, versions, and backend configurations. As a result, values marked as sensitive may be exposed through these configuration elements instead o...

8.7CVSS5.5AI score
SaveExploits0References4
OSV
OSV
•added yesterday•3 views

MINI-JP52-45M5-4Q4Q

Bulletin has no description...

9.9CVSS8.2AI score0.00332EPSS
SaveExploits0
OSV
OSV
•added yesterday•3 views

MINI-9FHF-QHWR-62CG

Bulletin has no description...

9.6CVSS8.1AI score0.00347EPSS
SaveExploits0
OSV
OSV
•added yesterday•3 views

MINI-R9GJ-PJ4M-655Q

Bulletin has no description...

9.8CVSS6.9AI score0.01722EPSS
SaveExploits0
OSV
OSV
•added yesterday•4 views

MINI-9HMF-624V-WH2W

Bulletin has no description...

8.8CVSS5.5AI score0.94551EPSS
SaveExploits35
OSV
OSV
•added yesterday•2 views

MINI-R98C-2PFH-2854

Bulletin has no description...

8.8CVSS7.1AI score0.94551EPSS
SaveExploits35
OSV
OSV
•added yesterday•7 views

ROOT-APP-NPM-CVE-2024-38355 CVE-2024-38355 in socket.io - Patched by Root

Root has patched CVE-2024-38355 in the socket.io package for Root:npm. Multiple fixed versions available...

7.3CVSS7.3AI score0.0069EPSS
SaveExploits0
OSV
OSV
•added yesterday•15 views

ROOT-APP-NPM-CVE-2025-64756 CVE-2025-64756 in glob - Patched by Root

Root has patched CVE-2025-64756 in the glob package for Root:npm. Multiple fixed versions available...

7.5CVSS6.4AI score0.0309EPSS
SaveExploits1
OSV
OSV
•added yesterday•15 views

ROOT-APP-NPM-CVE-2026-4923 CVE-2026-4923 in path-to-regexp - Patched by Root

Root has patched CVE-2026-4923 in the path-to-regexp package for Root:npm. Multiple fixed versions available...

5.9CVSS6.2AI score0.00353EPSS
SaveExploits0
OSV
OSV
•added yesterday•26 views

ROOT-APP-NPM-CVE-2026-4926 CVE-2026-4926 in path-to-regexp - Patched by Root

Root has patched CVE-2026-4926 in the path-to-regexp package for Root:npm. Multiple fixed versions available...

7.5CVSS6AI score0.00791EPSS
SaveExploits0
OSV
OSV
•added yesterday•3 views

MINI-F95F-CCG5-864X

Bulletin has no description...

4.4CVSS4.8AI score0.00104EPSS
SaveExploits0
OSV
OSV
•added yesterday•3 views

DEBIAN-CVE-2026-74578

In the Linux kernel, the following vulnerability has been resolved: crypto: algifskcipher - force synchronous processing on trees without ctx-state The AIO/async path in skcipherrecvmsg passes the socket-wide ctx-iv directly into the skcipher request. After iosubmit the socket lock is dropped and...

7.1CVSS5.3AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
•added yesterday•5 views

CVE-2026-74578 crypto: algif_skcipher - force synchronous processing on trees without ctx->state

In the Linux kernel, the following vulnerability has been resolved: crypto: algifskcipher - force synchronous processing on trees without ctx-state The AIO/async path in skcipherrecvmsg passes the socket-wide ctx-iv directly into the skcipher request. After iosubmit the socket lock is dropped and...

5.5AI score
SaveExploits0References11
OSV
OSV
•added yesterday•6 views

ROOT-APP-NPM-AIKIDO-2026-10759 AIKIDO-2026-10759 in next - Patched by Root

Root has patched AIKIDO-2026-10759 in the next package for Root:npm. Multiple fixed versions available...

5.4AI score
SaveExploits0
OSV
OSV
•added yesterday•4 views

ROOT-APP-NPM-GHSA-H25M-26QC-WCJF GHSA-h25m-26qc-wcjf in next - Patched by Root

Root has patched GHSA-h25m-26qc-wcjf in the next package for Root:npm. Multiple fixed versions available...

5.4AI score
SaveExploits0
OSV
OSV
•added yesterday•4 views

ROOT-APP-NPM-CVE-2025-59471 CVE-2025-59471 in next - Patched by Root

Root has patched CVE-2025-59471 in the next package for Root:npm. Multiple fixed versions available...

7.5CVSS5.3AI score0.00444EPSS
SaveExploits0
OSV
OSV
•added yesterday•3 views

MINI-9P9P-7JR7-MMF5

Bulletin has no description...

7.5CVSS5AI score0.00483EPSS
SaveExploits0
OSV
OSV
•added yesterday•4 views

MINI-4HPV-7G8Q-WHCR

Bulletin has no description...

7.5CVSS4.8AI score0.0035EPSS
SaveExploits0
OSV
OSV
•added yesterday•5 views

MINI-C9Q3-J9GJ-FFFG

Bulletin has no description...

7.5CVSS4.9AI score0.00465EPSS
SaveExploits0
OSV
OSV
•added yesterday•4 views

MINI-RM9M-GP7F-73HR

Bulletin has no description...

9.6CVSS5AI score0.00655EPSS
SaveExploits0
Total number of security vulnerabilities997986