Lucene search
+L

5203419 matches found

GithubExploit
GithubExploit
added 54 minutes ago4 views

Exploit for CVE-2026-8508

CVE-2026-8508: Zyxel Captive-Portal Bypass via Trusted Browser...

6.5CVSS5.5AI score0.00544EPSS
SaveExploits1
GithubExploit
GithubExploit
added 54 minutes ago4 views

Exploit for CVE-2026-6837

CVE-2026-6837: Zyxel export-cgi PKCS12 Command Injection T...

7.2CVSS5.5AI score0.0095EPSS
SaveExploits1
OSV
OSV
added 1 hour ago1 views

DEBIAN-CVE-2026-72888

Bulletin has no description...

4.9AI score
SaveExploits0References1
OSV
OSV
added 1 hour ago0 views

DEBIAN-CVE-2026-72887

Bulletin has no description...

SaveExploits0References1
EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-59959

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.4AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago3 views

EUVD-2026-59955

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.6AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-59956

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.3AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago3 views

EUVD-2026-59957

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.4AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago3 views

EUVD-2026-59958

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.5AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago2 views

EUVD-2026-59960

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.4AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago3 views

EUVD-2026-59961

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.5AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-59962

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,...

3.1CVSS5.3AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-59949

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.3AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago5 views

EUVD-2026-59954

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.4AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-59953

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.3AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago3 views

EUVD-2026-59951

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.3AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-59950

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.4AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-59952

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.4AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-59948

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.4AI score
SaveExploits0References3
EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-59947

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.8CVSS5.4AI score
SaveExploits0References3
Rows per page
Query Builder