Lucene search
+L
GithubRecent

35758 matches found

Github Security Blog
Github Security Blog
added 2026/09/17 8:34 p.m.3 views

Grav: Path Traversal in MediaUploadTrait::deleteFile() Allows Arbitrary File Deletion

Path Traversal in MediaUploadTrait::deleteFile Allows Arbitrary File Deletion Summary A path traversal vulnerability in MediaUploadTrait::deleteFile allows an authenticated user with media management permissions to delete arbitrary files on the server. The method validates only the basename porti...

8.1CVSS0.00567EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:33 p.m.2 views

CoreDNS DoH/DoQ/gRPC bypass UPDATE rejection enforced on UDP/TCP

Summary CoreDNS accepted RFC 2136 UPDATE messages over DoH, DoH3, DoQ, and DNS-over-gRPC, then allowed the proxy/forward plugin to send them unchanged to an upstream DNS server. UDP, TCP, and DoT rejected the same opcode before plugin dispatch. If an update-capable upstream trusts CoreDNS's sourc...

7.5CVSS0.00436EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.4 views

Soup Sieve: Polynomial-time ReDoS (O(n²)) in the `IDENTIFIER` / `VALUE` selector sub-patterns

Summary soupsieve compiles CSS selector strings with a set of hand-written regular expressions. The shared IDENTIFIER sub-pattern also embedded in VALUE, and therefore in attribute selectors places two adjacent quantified groups over overlapping character classes: ?:classA|ESC+?:classB|ESC, where...

5.3CVSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.4 views

Soup Sieve: Polynomial-time ReDoS (O(n²)) in the whitespace/comment trimming regex `RE_WS_END` (triggers on VALID selectors)

Summary Before tokenizing, selectoriter trims leading/trailing whitespace and comments by running two regexes over the whole raw selector with .search. The trailing one, REWSEND = re.compiler'WSC$', is anchored only at the end $, not the start. Because .search retries the pattern at every offset,...

5.3CVSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.3 views

@platejs/core HTML deserialization can trigger browser behavior during parsing

Summary HTML strings passed to Plate's core deserialization APIs were parsed in the active document. Certain HTML attributes could therefore trigger browser behavior during parsing, before the content was converted into editor nodes. Applications that deserialize HTML from untrusted or cross-user...

6.1CVSS0.00253EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.3 views

react/http: A malformed HTTP chunked body can lead to a denial-of-service and peg the CPU

Summary A malformed HTTP message using Transfer-Encoding: chunked can drive React\Http\Io\ChunkedDecoder into an infinite loop, pegging a CPU core and freezing the event loop. Because ReactPHP is single-threaded, one such message stalls the entire process for every client until it is killed. Both...

7.5CVSS0.00549EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.3 views

CoreDNS: Unauthenticated memory exhaustion in custom transports

Summary CoreDNS parses attacker-controlled DNS section counts before validating them on DNS-over-HTTPS DoH and DoH3, DNS-over-QUIC DoQ, and DNS-over-gRPC listeners. An unauthenticated client can use DNS name compression to make one 65,533-byte request allocate more than 10 MiB while it is unpacke...

7.5CVSS0.00609EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.4 views

HAPI FHIR: SHCParser DEFLATE infinite loop causes denial of service

Summary A malformed Smart Health Card SHC JWT with zip: "DEF" and an empty or truncated DEFLATE payload causes SHCParser.inflate to loop forever. This allows an attacker who can submit SHC content for validation to pin a JVM worker thread indefinitely, causing denial of service. Details The...

7.5CVSS0.0063EPSS
SaveExploits0References6Affected Software3
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.4 views

HAPI FHIR: SHCParser unbounded DEFLATE decompression causes denial of service

Summary SHCParser inflates compressed Smart Health Card JWT payloads into memory without a decompressed-size limit. An attacker who can submit SHC content for validation can craft a small compressed JWT payload that expands to a very large byte array, causing memory exhaustion or severe garbage...

7.5CVSS0.0063EPSS
SaveExploits0References7Affected Software3
Github Security Blog
Github Security Blog
added 2026/09/17 8:31 p.m.3 views

djust: A template binding inherits a context safety grant it never earned (XSS)

A context safety grant was inherited by a template binding that never earned it, so rebinding a name the view had marked safe left the mark attached to the new, attacker-controlled value. djust's context safety channel is keyed by name, not by value. Every bind copied the value and left the grant...

SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:31 p.m.3 views

djust: Six template-layer defects emit attacker-controlled markup unescaped (XSS)

Five independent defects in djust's template auto-escaping cause attacker-controlled input to be rendered as live markup where Django escapes it. All four are present in shipped 1.1.0 and are fixed in 1.1.1. They share one shape: a filter or grant that escapes nothing itself and relies on the...

SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:31 p.m.2 views

OpenTelemetry-Go: Log gRPC exporter ignores env TLS certs, bypassing mTLS/pinning

Summary The OTLP log gRPC exporter loads TLS settings from environment variables but does not apply them when creating gRPC transport credentials. Operators who rely on OTELEXPORTEROTLPLOGSCERTIFICATE, OTELEXPORTEROTLPCERTIFICATE, or related client certificate variables for CA pinning or mTLS get...

6.3CVSS0.00196EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:31 p.m.5 views

OpenTelemetry-Go: Exporter config logging may leak endpoint URLs in info logs

Summary OpenTelemetry Go versions 1.5.0 through 1.44.0 can include trace exporter endpoint configuration in an internal diagnostic log emitted when an SDK TracerProvider is created. The default OpenTelemetry logger does not emit this event. Exposure requires an application to install a logger tha...

2CVSS0.00187EPSS
SaveExploits0References7Affected Software5
Github Security Blog
Github Security Blog
added 2026/09/17 8:30 p.m.4 views

Steeltoe: Header-forwarded client cert lacks proof of private-key possession

Summary When Steeltoe's certificate-based authorization UseCertificateAuthorization is configured, the default configuration of the middleware relies on the X-Client-Cert HTTP header to identify the client certificate, without verifying private-key possession. This header is not stripped by commo...

6.5CVSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:30 p.m.4 views

Steeltoe.Discovery.Consul: malformed 'secure' metadata aborts service instance lookup (DoS)

Summary Steeltoe's Consul discovery client parses the secure metadata field on each registered service instance using bool.Parse, which throws on any value other than true or false. A single service instance registered with a malformed secure value for example yes or 1 aborts construction of the...

7.5CVSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:30 p.m.4 views

Steeltoe.Discovery.Eureka: malformed enum/bool/timestamp field aborts entire registry fetch (DoS)

Summary Steeltoe's Eureka discovery client deserializes the registry response as a single unit. If any registered instance contains a field value that cannot be parsed for example, an unrecognized actionType, a non-boolean value for isCoordinatingDiscoveryServer, or a non-numeric timestamp,...

7.5CVSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:28 p.m.3 views

Jupyter Server: 5xx request logging leaks token-bearing Referer header values

Summary When a request returns a 500, jupyterserver/log.py logs a small JSON block of request headers. The Referer header was copied into it as-is, so a token in the Referer URL ended up in the logs in plain text. Impact Anyone who can read the server logs can pick tokens out of these 500 entries...

7.1CVSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:28 p.m.4 views

Svelte devalue: DoS via malformed input

Impact devalue.parse prior to version 5.9.2 fails to reject out-of-bounds indices. Specially-crafted payloads can exploit this to cause devalue to alternate between different array representations, resulting in work that is quadratic with payload size. Applications are potentially affected if the...

5.3CVSS0.00485EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:28 p.m.3 views

CakePHP: Multiple methods in FunctionsBuilder vulnerable to SQL injection

Impact The FunctionsBuilder::cast$field, $dataType, extract$part, $expr, datePart$part, $expr, dateAdd$expr, $value, $unit methods are vulnerable to SQL injection if user controlled data is supplied to the $dataType / $part / $unit parameters. Patches 5.3.7, 5.2.14, 5.1.9, 4.6.5, 4.5.12 contain...

9.2CVSS
SaveExploits0References16Affected Software2
Github Security Blog
Github Security Blog
added 2026/09/17 8:27 p.m.3 views

Grav: media_directory() Twig function allows filesystem path traversal and file content disclosure from sandboxed page content

Summary The mediadirectory Twig function is allow-listed for use in sandboxed, editor-authored page content system/config/security.yaml. Its implementation, GravExtension::mediaDirFunc, only treats the input as unsafe when it looks like a Grav stream user://, theme://, etc. If the input is instea...

7.1CVSS0.00307EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:27 p.m.3 views

Grav: UserInterface offsetget/offsetexists allow-listed in Twig sandbox let editor-authored content leak hashed_password and 2FA secrets via offsetGet()

Summary system/config/security.yaml's Twig sandbox policy allow-lists offsetget and offsetexists for Grav\Common\User\Interfaces\UserInterface. The concrete Grav\Common\User\DataUser\User class does not filter which fields offsetGet returns, so any sandboxed template with access to a User object...

8.7CVSS0.00272EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:27 p.m.3 views

Grav: config_denied_paths default list omits `system`, exposing real secrets (e.g. system.cache.redis.password) via the Twig sandbox when config_access is enabled

Summary system/config/security.yaml's default twigsandbox.configdeniedpaths list plugins, streams, security, backups, scheduler omits the system prefix. When an operator enables the documented, non-default twigcontent.configaccess: true setting intended to safely expose low-sensitivity values lik...

8.7CVSS0.00241EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:25 p.m.2 views

Grav: The system, site, and theme Twig variables bypass the content sandbox entirely and are never covered by config_denied_paths

Summary Grav\Common\Twig\Twig::init unconditionally puts the raw system, site, and theme config arrays into $this-twigvars. Twig::processPage builds the variables for the sandboxed, editor-authored page-content render by copying that same base array $sandboxvars = $twigvars; and replacing only th...

7.1CVSS0.00241EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:25 p.m.3 views

Grav: Non constant time nonce comparison in Utils::verifyNonce() used for CSRF protection

Summary Grav\Common\Utils::verifyNonce, the core function Grav and its plugins use to validate CSRF nonces, compares the submitted nonce to the expected value with PHP's === operator instead of hashequals. === on strings short circuits at the first differing byte, so the comparison time leaks how...

6.3CVSS0.00179EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:24 p.m.3 views

Grav: Origin validation bypass in Uri::referrer() and Pages::referrerRoute() via unanchored prefix match

Summary Grav\Common\Uri::referrer and Grav\Common\Page\Pages::referrerRoute both check whether an incoming request's Referer header "came from our site" using strstartswith$referrer, $base, where $base is the site's own absolute root URL for example https://example.com, no trailing slash. Because...

9.3CVSS0.00103EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:23 p.m.3 views

Chamilo LMS CStudio upload flow allows unauthenticated remote code execution

Impact Ability to run arbitrary code on the server without authentication...

9.8CVSS0.00085EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 6:49 p.m.5 views

Fulgur: Non-painting replaced elements amplify to thousands of blank PDF pages (denial of service)

fulgur converts untrusted HTML/CSS into PDF, commonly on a server that processes input supplied by many tenants. In versions prior to 0.26.0, a childless box that resolves to a pathologically tall height was amplified into thousands of blank PDF pages, even when it produces no visible output. The...

7.5CVSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 6:48 p.m.2 views

Fulgur: Unbounded page slicing from attacker-controlled CSS height causes denial of service

fulgur converts untrusted HTML/CSS into PDF, commonly on a server that processes input supplied by many tenants. In versions prior to 0.19.0, a body-direct child whose CSS-resolved height greatly exceeds the page height was sliced into one fragment per page with no upper bound. The height is take...

7.5CVSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 6:01 p.m.3 views

libp2p: PeerStore accepts attacker-signed PeerRecords for a victim peer ID and stores certified attacker addresses

Summary @libp2p/peer-store accepts a signed PeerRecord whose envelope is signed by one peer but whose payload claims a different peer ID. The vulnerable consumePeerRecord path verifies the envelope signature, but does not verify that the envelope signer is the same peer as the wrapped...

8.2CVSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 6:01 p.m.2 views

Steeltoe.Management.Endpoint: HttpExchanges URI masking leaks query-string secrets

Summary Steeltoe's /actuator/httpexchanges endpoint records and displays request URIs after passing them through MaskedUri. The masking only covers the UserInfo portion of the URI inline user:password@host credentials and does not inspect the query string. With IncludeQueryString enabled by...

5.9CVSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:31 p.m.5 views

Grav: Stored XSS via Markdown audio/video media <source> URL

Target: github.com/getgrav/grav Affected resource: Grav\Common\Media\Traits\AudioMediaTrait / VideoMediaTrait sourceParsedownElement — verified on 2.0.13 latest stable and develop HEAD 5a7070f Severity: Medium 6.9 CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:L/A:N — anchored to the sibling script-XSS...

7.6CVSS0.00313EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:29 p.m.5 views

libp2p: Gossipsub StrictSign accepts attacker-signed messages as a victim RSA peer ID

Summary @libp2p/gossipsub StrictSign validation does not bind a supplied message public key to the claimed from peer ID when from is an RSA-style peer ID that does not inline its public key. An attacker can set from to a victim RSA peer ID, sign the message with the attacker's own private key,...

7.5CVSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:28 p.m.7 views

Grav: Stored XSS via quoted-attribute bypass in detectXss

Summary A page editor without admin.super can place an event handler after a inside a quoted attribute. Grav accepts and stores the page, then executes the handler in the application origin when a visitor opens it. Details Security::detectXss system/src/Grav/Common/Security.php:253 anchors the...

5.4CVSS0.0018EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:19 p.m.6 views

AsyncHttpClient re-sends client-wide realm credentials to a cross-origin redirect target

Impact A client configured with a client-wide realm a Realm set on the config builder rather than on an individual request and following redirects could re-send those credentials to a redirect target on a different origin. The redirect code strips the per-exchange realm, but when the target...

6.8CVSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:19 p.m.6 views

AsyncHttpClient sends origin credentials to the proxy on the plaintext CONNECT request

Impact When a request uses an HTTP proxy to reach an HTTPS origin, the client opens the tunnel with a plaintext CONNECT sent to the proxy before any TLS exists. On affected versions the origin's preemptive credentials were added to that CONNECT. A Basic realm sent Authorization: Basic...

5.9CVSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:18 p.m.6 views

AsyncHttpClient's unbounded HTTP/1.1 response decompression enables a decompression-bomb denial of service

Impact With automatic response decompression enabled the default, the HTTP/1.1 path decompresses response bodies with no limit on the total output size. A hostile or compromised server, or an attacker who can change a response in transit, can send a small compressed body that inflates without bou...

7.5CVSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:18 p.m.6 views

AsyncHttpClient doesn't verify SCRAM and Digest mutual-authentication responses

Impact For SCRAM, and for Digest with mutual authentication, the client computes the server's verification value the SCRAM ServerSignature, or the Digest rspauth but does not act on the result. If the value is present and does not verify, the client only logs it and still delivers the response to...

3.7CVSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:18 p.m.3 views

SSH.NET: ScpClient allows server-side RCE via default SCP path handling

Summary Default SCP remote-path handling places caller-supplied paths into the command that runs scp on the server. On a shell-based server that command is interpreted by a shell, so an attacker-influenced path that is not quoted to suit that shell can execute as a command as the authenticated SS...

7.5CVSS0.00575EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:17 p.m.3 views

Kestra: Unauthenticated management/actuator endpoints exposed on port 8081 (/env, /loggers) bypass API basic-auth

Summary Kestra's Micronaut management endpoints are served on port 8081 with no authentication, even when the main API port 8080 has basic-auth enabled. Anyone who can reach :8081 can read GET /env full resolved environment/configuration and mutate runtime state via POST /loggers/name change log...

6.5CVSS0.00232EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:17 p.m.3 views

vLLM: Request-selected PyNvVideoCodec GPU decode bypasses static VRAM reservation

Summary Current vLLM main lets an inference request choose the PyNvVideoCodec GPU video decoder through mediaiokwargs.video.videobackend, but engine GPU memory reservation is computed only from static startup configuration and VLLMVIDEOLOADERBACKEND. If the server starts with the default...

6.5CVSS0.0046EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:16 p.m.3 views

Grav: Path Traversal in ImageMedium::watermark() — arbitrary file disclosure via publicly-cached images

Reported by: Nihad Huseynli @nihaddhuseynli https://github.com/nihaddhuseynli — [email protected] ▎ Note: I attempted to report this via [email protected] first, per SECURITY.md, but the email bounced with 550 5.1.1 Address does not exist. Filing directly here instead. Path Traversal i...

8.7CVSS0.00373EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:16 p.m.3 views

Grav: Incomplete callable validation in blueprint dynamic fields allows arbitrary static method invocation and file disclosure

Summary Grav CMS's blueprint dynamic-field callable guard can be bypassed with a fully-qualified Class::method string, letting an account with only page-editing rights admin.pages, not super-admin plant a directive in a page's form-field frontmatter that invokes an arbitrary public static PHP...

8.6CVSS0.00234EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:16 p.m.2 views

oras-go: Blind SSRF via unvalidated Link header URL in pagination allows internal network probing

Summary oras-go's pagination helper parseLink in registry/remote/utils.go follows the Link response header from a registry without validating the URL's host or scheme. When a malicious registry returns a Link header containing an absolute URL pointing to an arbitrary host e.g., a cloud metadata...

4.7CVSS0.00379EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:15 p.m.3 views

oras-go: Arbitrary file write outside file.Store root via symlink-chain bypass in tar extraction (pushDir)

Summary The content/file.Store in oras-go v2 unpacks OCI layer tarballs when a descriptor carries io.deis.oras.content.unpack=true. The extraction routine validates symlink targets purely lexically filepath.Join and, for regular files placed directly at the extraction root, skips the parent-symli...

8.8CVSS0.00667EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:15 p.m.3 views

Kestra: SSRF via Pebble http() function allows unauthenticated access to internal services & cloud metadata

Summary The Pebble template engine's http function in Kestra OSS accepts user-controlled URLs without any validation, allowing Server-Side Request Forgery SSRF attacks. An unauthenticated attacker can import a malicious Flow YAML and execute it to access internal services, cloud metadata endpoint...

8.6CVSS0.00368EPSS
SaveExploits0References3Affected Software2
Github Security Blog
Github Security Blog
added 2026/09/17 5:15 p.m.3 views

Grav: FlexDirectory::dynamicDataField() executes arbitrary callables from blueprint data with no validation

Summary A missing validation check in Grav's Flex framework lets an account holding nothing but an ordinary object-create permission on a single Flex directory execute arbitrary shell commands on the server. Any authenticated user with create or update rights on a Flex-based directory Flex Users,...

8.8CVSS0.00849EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:05 p.m.3 views

Skipper has OPA body-authz bypass: truncated_body mitigation fails open on chunked/HTTP-2 (incomplete fix GHSA-8qqm-fp2q-v734)

Affected component: filters/openpolicyagent/openpolicyagent.go → ExtractHttpBodyOptionally; combined with github.com/open-policy-agent/opa-envoy-plugin envoyauth/request.go → getParsedBody / checkIfHTTPBodyTruncated. Filter: opaAuthorizeRequestWithBody. - Affected versions: = 0.27.33 current HEAD...

7.5CVSS0.00495EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:04 p.m.5 views

RabbitMQ amqp091-go: Denial of Service via Malicious Field Length in AMQP Client

Summary A vulnerability in the readField function allows a malicious or compromised AMQP server to trigger an unhandled runtime panic in the client application, leading to an immediate crash of the entire process. Details When parsing incoming AMQP frames, the readField function processes...

8.9CVSS0.00411EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:04 p.m.5 views

RabbitMQ amqp091-go: Protocol Desynchronization and Frame Injection via Integer Overflow in readLongstr

Summary A critical stream desynchronization vulnerability has been identified in the AMQP wire-protocol parser. When parsing a long string readLongstr within a table field, providing a length that exceeds the maximum signed 32-bit integer 2^31 - 1, or roughly 2.1 GiB triggers an improper...

9.5CVSS0.00411EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 5:04 p.m.5 views

RabbitMQ amqp091-go: Resource Exhaustion (OOM) via Unbounded Body Buffer Allocation

Summary A flaw in the recvContent function allows a malicious AMQP server to trigger an Out-of-Memory OOM error, forcing the host operating system or container runtime to immediately terminate the client process. Vulnerability Details When receiving message content payloads, the client processes...

8.9CVSS0.00411EPSS
SaveExploits0References6Affected Software1
Total number of security vulnerabilities35758