38683 matches found
Inefficient Algorithmic Complexity
Apache Thrift is vulnerable to Inefficient Algorithmic Complexity. The vulnerability is due to Allocation of Resources Without Limits or Throttling, where an attacker can exploit the issue by causing the application to consume excessive resources, and this can lead to a denial-of-service conditio...
Information Exposure
Wings is vulnerable to Information Exposure. The vulnerability is due to the use of config. placeholders in egg configuration-file templates, which allows a low-privileged attacker to read sensitive daemon configuration values, including config.token, config.tokenid, and Docker registry...
HTTP Response Desynchronization
undici is vulnerable to HTTP Response Desynchronization. The vulnerability is due to improper Content-Length handling after retrying or resuming partial responses, where a stale length can be retained for a differently sized response body, potentially causing downstream response desynchronization...
Information Disclosure
undici is vulnerable to Sensitive Information Exposure. The vulnerability is due to improper parsing of whitespace around qualified Cache-Control directives, causing authenticated responses to be incorrectly stored in shared caches and potentially served to unauthorized users...
Infinite Loop
nanoid is vulnerable to Infinite Loop. The vulnerability is due to the customAlphabet and nanoid functions in the non-secure module hanging indefinitely when given a negative size, where the loop counter is decremented from a negative value and never reaches its termination condition, and attacke...
CRLF Injection
undici is vulnerable to CRLF Injection. The vulnerability is due to undici not validating the type property of a duck-typed blob-like request body before using it as the Content-Type header on the HTTP/1.1 dispatcher, where an attacker can inject CRLF sequences and append arbitrary HTTP headers,...
Sensitive Information Disclosure
undici is vulnerable to Sensitive Information Disclosure. The vulnerability is due to improper handling of malformed Cache-Control private directives, allowing private cached responses to be served to other callers or crafted headers to trigger an uncaught TypeError and potentially terminate the...
Cookie Attribute Injection
undici is vulnerable to cookie attribute injection. The vulnerability is due to insufficient sanitization of cookie domain and unparsed values in setCookie, allowing attacker-controlled input to inject or override cookie attributes such as SameSite, Secure, and HttpOnly, potentially weakening...
Session Hijacking
MCP Ruby SDK is vulnerable to Session Hijacking. The vulnerability is due to missing session ownership validation in StreamableHTTPTransport, allowing attackers with a stolen session ID to execute tool calls within the victim's session...
Denial Of Service (DoS)
Apache Thrift Ruby bindings are vulnerable to Denial Of Service. The vulnerability is due to improper handling of highly compressed data, where crafted compressed input can cause excessive data amplification and resource consumption, leading to application unavailability...
Authentication Bypass
github.com/envoyproxy/gateway is vulnerable to Authentication Bypass. The vulnerability is due to missing authentication checks for unary xDS RPCs and improper JWT validation for State-of-the-World discovery requests, which allows an attacker with network access to the xDS server to bypass...
Denial Of Service (DoS)
nanoid is vulnerable to Denial Of Service. The vulnerability is due to an infinite loop in customAlphabet and customRandom when configured with a size of 0, allowing attacker-controlled input to hang the calling thread and cause application unavailability...
SpEL Expression Injection
Spring Data REST is vulnerable to SpEL expression injection through map-typed properties when processing JSON Patch requests. The vulnerability is due to the JSON Pointer path segment used as the map key being embedded directly into a SpEL expression without sanitization or validation, where...
Stored Cross Site Scripting
Mettle SendPortal is vulnerable to stored cross-site scripting. The vulnerability is due to the application's failure to properly sanitize user-supplied input in the content parameter of the /templates endpoint, where an attacker can persistently inject malicious JavaScript code that is executed ...
Server-side Request Forgery
LimeSurvey is vulnerable to Server-Side Request Forgery SSRF. The vulnerability is due to improper validation of the HTTP Host header in getTemplateData, allowing authenticated attackers to force the server to send requests to internal services or cloud metadata endpoints and potentially expose...
Uncontrolled Resource Consumption (Denial Of Service)
Netty is vulnerable to Uncontrolled Resource Consumption Denial of Service. The vulnerability is due to improper handling of the HAProxy protocol version byte in the HAProxyMessageDecoder, where a signed Java byte is widened to an int without masking, causing a crafted 0xFF version byte to be...
Path Traversal
proot-distro is vulnerable to Path Traversal. The vulnerability is due to improper validation of archive-controlled symbolic link targets member.linkname when extracting plain tarball root filesystems and Docker layers, which allows an attacker to craft a malicious archive containing absolute...
Improper Encoding Or Escaping Of Output
Apache Log4j API is vulnerable to Improper Encoding or Escaping of Output. The vulnerability is due to improper encoding of non-finite floating-point values during MapMessage JSON serialization, which allows an attacker to inject NaN or Infinity values that produce malformed JSON and disrupt...
Sensitive Information Exposure
Spring Data REST is vulnerable to Sensitive Information Exposure. The vulnerability is due to serialization of the full exception cause chain in HTTP error responses, allowing attackers to obtain persistence-layer implementation details and other internal application information through error...
Improper Authorization
Spring Data REST is vulnerable to Improper Authorization. The vulnerability is due to insufficient validation of Querydsl filter property paths, where arbitrary persistent property paths are accepted without considering Jackson customizations, allowing attackers to query unintended fields and...
Authorization Bypass
@better-auth/stripe is vulnerable to Authorization Bypass. The vulnerability is due to inconsistent organization ID validation between the middleware and request handler, allowing authenticated users to perform unauthorized subscription actions and access billing information for other organizatio...
Arbitrary File Read
Action Pack Active Storage is vulnerable to Arbitrary File Read. The vulnerability is due to unsafe libvips operations being permitted on untrusted image uploads, allowing attackers to craft malicious images that read arbitrary files accessible to the Rails process and expose sensitive applicatio...
Exposure Of Sensitive Information To An Unauthorized Actor
linuxfabrik-lib is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor. The vulnerability is due to lib.url.fetch following cross-origin redirects while forwarding caller-supplied credential headers other than Authorization and Cookie, which allows an attacker controlling a...
OS Command Injection
github.com/kube-logging/logging-operator is vulnerable to OS Command Injection. The vulnerability is due to the Fluentd configuration renderer FluentRender writing unescaped CRD strings such as Flow recordtransformer.records values directly into fluent.conf, which allows an attacker with permissi...
Remote Denial Of Service (Dos)
github.com/pion/dtls is vulnerable to Remote Denial of Service Dos. The vulnerability is due to improper parsing of a crafted ECDHEPSK ServerKeyExchange message, which allows a remote attacker to trigger a panic...
Uncontrolled Resource Consumption
github.com/pterodactyl/wings is vulnerable to Uncontrolled Resource Consumption. The vulnerability is due to unbounded JSON, YAML, and XML configuration file parsers in parser.go processing oversized non-file parser configuration data, which allows an attacker to exhaust the Wings process memory...
Improper Input Validation
Wings is vulnerable to Improper Input Validation. The vulnerability is due to improper handling of malformed packets during the SFTP connection handshake, which allows an attacker to send a specially crafted SFTP packet that triggers a Go panic and causes the server to crash, resulting in a...
Improper Input Validation
free5GC is vulnerable to Improper Input Validation. The vulnerability is due to the AUSF failing to validate the supiOrSuci field in UE authentication requests before forwarding it in an unescaped URL path, which allows an unauthenticated attacker to send crafted input containing null bytes or...
Improper Authorization
github.com/zitadel/zitadel is vulnerable to Improper Authorization. The vulnerability is due to missing permission checks in the email and phone self-management API endpoints, which allows an attacker to request verification codes for email addresses or phone numbers they do not control, claim...
Path Traversal
openhole is vulnerable to Path Traversal CWE-22: Improper Limitation of a Pathname to a Restricted Directory. The vulnerability is due to openhole-server forwarding r.URL.Path instead of preserving the original request target with r.URL.EscapedPath, which allows percent-encoded dot segments %2e a...
Authorization Bypass
goshs is vulnerable to Authorization Bypass. The vulnerability is due to inconsistent path handling, where files are opened using a cleaned path while authorization checks are performed against the raw req.URL.Path. This allows an attacker to append a trailing slash to bypass .goshs ACL-file...
Server-Side Request Forgery (SSRF)
Prebid Server is vulnerable to Server-Side Request Forgery SSRF. The vulnerability is due to certain bidder adapters interpolating user-supplied parameters into outbound request URLs without properly validating host and subdomain values, which allows an attacker to craft bid request parameters th...
Improper Input Validation
pion/stun is vulnerable to Improper Input Validation. The vulnerability is due to insufficient validation of malformed short XOR-MAPPED-ADDRESS attributes in XORMappedAddress.GetFromAs, which allows a remote attacker to trigger a panic by sending specially crafted STUN or ICE Binding responses...
Denial Of Service (DoS)
Capsule is vulnerable to Denial of Service DoS. The vulnerability is due to insufficient validation of the ForbiddenLabels.Regex and ForbiddenAnnotations.Regex fields in the configuration admission webhook, which allows an attacker with Cluster Administrator privileges to store a malformed regula...
Code Injection
datamodel-code-generator is vulnerable to Code Injection. The vulnerability is due to insufficient validation of x-python-type values from attacker-controlled JSON Schema content before inserting them into generated Python field annotations, which allows an attacker to execute arbitrary Python co...
Sensitive Information Exposure
datamodel-code-generator is vulnerable to Sensitive Information Exposure. The vulnerability is due to the reuse of Authorization, Cookie, and Proxy-Authorization headers when following cross-origin redirects while fetching remote schemas, which allows an attacker controlling a redirect target to...
Server-Side Request Forgery (SSRF)
datamodel-code-generator is vulnerable to Server-Side Request Forgery SSRF. The vulnerability is due to http.getbody in src/datamodelcodegenerator/http.py accepting --url targets and redirect chain targets without proper host/IP validation, which allows an attacker to perform server-side request...
Path Traversal
datamodel-code-generator is vulnerable to Path Traversal. The vulnerability is due to improper validation of schemaLocation values in XML Schema parsing xs:include, xs:import, xs:redefine, and xs:override, which allows an attacker to reference files outside the intended input base path, resulting...
Improper Authentication
pytonapi is vulnerable to Improper Authentication. The vulnerability is due to TonapiWebhookDispatcher failing to validate the Authorization header for webhook handlers registered with a custom path, because bearer tokens are only mapped to the default webhook paths, which allows an unauthenticat...
Cross Site Scripting
DOMPurify is vulnerable to Cross-Site Scripting XSS. The vulnerability is due to persistent function handlers in ADDATTR and ADDTAGS across multiple sanitize calls, where previously approved attributes or tags continue to bypass sanitization, allowing attackers to inject malicious HTML or...
Cross Site Scripting
DOMPurify is vulnerable to Cross-Site Scripting XSS. The vulnerability is due to improper handling of cross-realm DOM elements in INPLACE mode, where elements from a different window or iframe bypass sanitization, allowing attackers to preserve and execute malicious JavaScript...
Directory Traversal
zip-lib is vulnerable to Path Traversal. The vulnerability is due to improper caching of path validation results during archive extraction, where directory traversal checks are bypassed after the initial symlink validation, allowing attackers to extract files outside the intended target directory...
Cross-site Scripting
nice-select2 is vulnerable to Cross-Site Scripting XSS. The vulnerability is due to improper sanitization of content rendered from the element, allowing attackers to inject malicious payloads that are executed in a victim's browser when they view or interact with the affected page...
Privilege Escalation
FileGator is vulnerable to Privilege Escalation. The vulnerability is due to insufficient validation of user-supplied file permission values, where arbitrary Unix permission modes are passed directly to chmod, allowing authenticated users with chmod permission to escalate privileges to root...
Sensitive Information Exposure
OpenClaw is vulnerable to Sensitive Information Exposure. The vulnerability is due to insufficient enforcement of credential redaction during trajectory exports, where lower-trust callers can exploit misconfigured input paths or feature access to expose sensitive credentials and other protected...
Improper Authorization
OpenClaw is vulnerable to Improper Authorization. The vulnerability is due to insufficient enforcement of network access policies in the sandbox exec-server, allowing lower-trust callers to bypass configured restrictions and send HTTP requests to internal network resources that should be...
Remote Code Execution
fastjson is vulnerable to remote code execution RCE. The vulnerability is due to insecure deserialization in Fastjson, where specially crafted input can trigger arbitrary code execution under the default configuration without requiring AutoType to be enabled or any classpath gadget...
Authentication Bypass
Grav is vulnerable to Authentication Bypass. The vulnerability is due to insufficient authorization checks during two-factor authentication setup, where attackers who know a victim's password can overwrite the 2FA secret during the pending TOTP challenge, allowing them to bypass two-factor...
Cross Site Scripting
Grav is vulnerable to Cross Site Scripting. The vulnerability is due to the XSS blueprint validator running on raw page content before Twig processing, where an attacker with page-write API permission can use Twig's string concatenation operator to dynamically construct event handler names, and...
Code Injection
Kiota is vulnerable to Code Injection. The vulnerability is due to improper sanitization of OpenAPI documentation fields before generating C XML documentation comments, which allows an attacker to inject arbitrary C code into generated client source files...