Lucene search
+L
GithubRecent

35598 matches found

Github Security Blog
Github Security Blog
•added 2026/04/24 4:00 p.m.•16 views

nova-toggle-5: Improper authorization on toggle endpoint allowed non-Nova users to modify boolean fields

Impact In versions middleware. Any user authenticated on the configured guard could call the endpoint and flip boolean attributes on any Nova resource — including users who do not have access to Nova itself for example, frontend customers sharing the web guard with the Nova admin area. The endpoi...

6.5CVSS5.6AI score0.00201EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:59 p.m.•26 views

AWS Encryption SDK for Python: Key commitment policy bypass via shared key cache

Summary AWS Encryption SDK ESDK for Python is a client-side encryption library. An issue exists where, under certain circumstances, a specific cryptographic algorithm downgrade in the caching layer might allow an authenticated local threat actor to bypass key commitment policy enforcement via a...

5.7CVSS5.6AI score0.00096EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:57 p.m.•20 views

Grid: Integer Overflow in Grid::expand_rows Leads to Safe-API Undefined Behavior

Summary An integer overflow in Grid::expandrows can corrupt the relationship between the grid’s logical dimensions and its backing storage. After the internal invariant is broken, the safe API get may invoke getunchecked with an invalid index, resulting in Undefined Behavior. Details Tested...

6.2CVSS5.3AI score0.00132EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:43 p.m.•62 views

New API: Stripe Webhook Signature Bypass via Empty Secret Enables Unlimited Quota Fraud

Summary A critical vulnerability exists in the Stripe webhook handler that allows an unauthenticated attacker to forge webhook events and credit arbitrary quota to their account without making any payment. The vulnerability stems from three compounding flaws: 1. The Stripe webhook endpoint does n...

8.2CVSS5.9AI score0.0085EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:41 p.m.•26 views

Dgraph: Pre-Auth Full Database Exfiltration via DQL Injection in NQuad Lang Field

Executive Summary A vulnerability has been found in Dgraph that gives an unauthenticated attacker full read access to every piece of data in the database. This affects Dgraph's default configuration where ACL is not enabled. The attack requires two HTTP POSTs to port 8080. The first sets up a...

9.1CVSS5.9AI score0.00415EPSS
SaveExploits1References3Affected Software3
Github Security Blog
Github Security Blog
•added 2026/04/24 3:41 p.m.•19 views

Dgraph: Pre-Auth Full Database Exfiltration via DQL Injection in Upsert Condition Field

Executive Summary A vulnerability has been found in Dgraph that gives an unauthenticated attacker full read access to every piece of data in the database. This affects Dgraph's default configuration where ACL is not enabled. The attack is a single HTTP POST to /mutate?commitNow=true containing a...

9.1CVSS5.6AI score0.0049EPSS
SaveExploits1References4Affected Software3
Github Security Blog
Github Security Blog
•added 2026/04/24 3:39 p.m.•28 views

russh has pre-auth DoS via unbounded allocation in its keyboard-interactive auth handler

Summary A pre-authentication denial-of-service vulnerability exists in the server's keyboard-interactive authentication handler. A malicious client can crash any russh-based server that implements keyboard-interactive auth e.g., for 2FA/TOTP with a single malformed packet, requiring no credential...

7.5CVSS5.5AI score0.00481EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:36 p.m.•26 views

RedwoodSDK has Same-site CSRF through lack of origin validation in its server actions

Summary Server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the victim's session cookie attached. Impact An attacker who controls any origin the browser...

5.3CVSS5.3AI score0.00111EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:36 p.m.•30 views

ERB has an @_init deserialization guard bypass via def_module / def_method / def_class

Summary Ruby 2.7.0 before ERB 2.2.0 was published on rubygems.org introduced an @init instance variable guard in ERBresult and ERBrun to prevent code execution when an ERB object is reconstructed via Marshal.load deserialization. However, three other public methods that also evaluate @src via eva...

8.1CVSS6.7AI score0.01131EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:34 p.m.•18 views

liquidjs has a Denial of Service via circular block reference in layout

Summary A circular block reference in % layout % / % block % causes an infinite recursive loop, consuming all available memory 4GB and crashing the Node.js process with FATAL ERROR: JavaScript heap out of memory. This allows any user who can submit a Liquid template to perform a Denial of Service...

7.5CVSS5.4AI score0.00382EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:32 p.m.•17 views

Apache Airflow's authenticated /ui/dags endpoint did not enforce per-DAG access control on embedded Human-in-the-Loop (HITL) and TaskInstance record

The authenticated /ui/dags endpoint did not enforce per-DAG access control on embedded Human-in-the-Loop HITL and TaskInstance records: a logged-in Airflow user with read access to at least one DAG could retrieve HITL prompts including their request parameters and full TaskInstance details for DA...

4.3CVSS5.8AI score0.00352EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:32 p.m.•19 views

Apache Airflow's asset dependency graph did not restrict nodes by the viewer's DAG read permissions

The asset dependency graph did not restrict nodes by the viewer's DAG read permissions: a user with read access to at least one DAG could browse the asset graph for any other asset in the deployment and learn the existence and names of DAGs and assets outside their authorized scope. Users are...

4.3CVSS5.8AI score0.00352EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:31 p.m.•228 views

PostCSS has XSS via Unescaped </style> in its CSS Stringify Output

PostCSS: XSS via Unescaped in CSS Stringify Output Summary PostCSS v8.5.5 latest does not escape sequences when stringifying CSS ASTs. When user-submitted CSS is parsed and re-stringified for embedding in HTML tags, in CSS values breaks out of the style context, enabling XSS. Proof of Concept...

6.1CVSS5.3AI score0.00205EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:22 p.m.•18 views

Lemmy has SSRF in /api/v3/post via Webmention dispatch

Summary Lemmy allows an authenticated low-privileged user to create a link post through POST /api/v3/post. When a post is created in a public community, the backend asynchronously sends a Webmention to the attacker-controlled link target. The submitted URL is checked for syntax and scheme, but th...

6.3CVSS5.6AI score0.00184EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:21 p.m.•24 views

Lemmy has SSRF and internal image disclosure in post link metadata via unvalidated og:image

Summary Lemmy fetches metadata for user-supplied post URLs and, under the default StoreLinkPreviews image mode, downloads the preview image through local pict-rs. While the top-level page URL is checked against internal IP ranges, the extracted og:image URL is not subject to the same restriction...

6.5CVSS5.4AI score0.00209EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 3:19 p.m.•26 views

Contour has Lua code injection via Cookie Path Rewrite Policy

Impact Contour's Cookie Rewriting feature is vulnerable to Lua code injection. An attacker with RBAC permissions to create or modify HTTPProxy resources can craft a malicious value in the following fields that results in arbitrary code execution in the Envoy proxy: -...

8.1CVSS6.3AI score0.00492EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:30 p.m.•15 views

Apache ActiveMQ Vulnerable to Cross-site Scripting

Improper Neutralization of Script-Related HTML Tags in a Web Page Basic XSS vulnerability in Apache ActiveMQ, Apache ActiveMQ Web. An authenticated attacker can show malicious content when browsing queues in the web console by overriding the content type to be HTML instead of XML and by injecting...

6.5CVSS5.8AI score0.0056EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
•added 2026/04/24 12:30 p.m.•18 views

Apache ActiveMQ Vulnerable to Code Injection

Improper Input Validation, Improper Control of Generation of Code 'Code Injection' vulnerability in Apache ActiveMQ, Apache ActiveMQ Broker, Apache ActiveMQ All. An authenticated attacker can use the admin web console page to construct a malicious broker name that bypasses name validation to...

8.8CVSS6.4AI score0.0098EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
•added 2026/04/24 12:30 p.m.•24 views

Apache DolphinScheduler has an Incorrect Authorization Vulnerability

Incorrect Authorization vulnerability in Apache DolphinScheduler allows authenticated users with system login permissions to use tenants that are not defined on the platform during workflow execution. This issue affects Apache DolphinScheduler versions prior to 3.4.1. Users are recommended to...

8.1CVSS5.8AI score0.00446EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:30 p.m.•15 views

Apache DolphinScheduler RPC module has a Deserialization of Untrusted Data vulnerability

Deserialization of Untrusted Data vulnerability in Apache DolphinScheduler RPC module. This issue affects Apache DolphinScheduler: Version = 3.2.0 and 3.3.1. Attackers who can access the Master or Worker nodes can compromise the system by creating a StandardRpcRequest, injecting a malicious class...

6.3CVSS5.8AI score0.00537EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
•added 2026/04/24 12:30 p.m.•17 views

Apache ActiveMQ Vulnerable to Improper Input Validation and Code Injection

Improper Input Validation, Improper Control of Generation of Code 'Code Injection' vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ. An authenticated attacker may bypass the fix in CVE-2026-34197 by adding a connector using an HTTP Discovery transport...

8.8CVSS7.9AI score0.98256EPSS
SaveExploits15References3Affected Software3
Github Security Blog
Github Security Blog
•added 2026/04/24 9:30 a.m.•42 views

Grafana Tempo has an Uncontrolled Resource Consumption issue

Tempo queries with large limits can cause large memory allocations which can impact the availability of the service, depending on its deployment strategy. Mitigation can be done by setting maxresultlimit in the search config, e.g. to 262144 2^18...

7.5CVSS5.8AI score0.00637EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•19 views

Duplicate Advisory: OpenClaw: Slack thread context could include messages from non-allowlisted senders

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-qm77-8qjp-4vcm. This link is maintained to preserve external references. Original Description OpenClaw before 2026.4.2 fails to filter Slack thread context by sender allowlist, allowing non-allowlisted messages ...

5.4CVSS5.7AI score0.0014EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•14 views

Duplicate Advisory: OpenClaw: OpenShell `mirror` mode can convert untrusted sandbox files into explicitly enabled workspace hooks and execute them on the host during gateway startup

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-42mx-vp8m-j7qh. This link is maintained to preserve external references. Original Description OpenShell before 2026.3.28 contains an arbitrary code execution vulnerability in mirror mode that converts untrusted...

7.3CVSS6.5AI score0.00123EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•21 views

Duplicate Advisory: OpenClaw: Zalo replay dedupe keys could suppress messages across chats or senders

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-rxmx-g7hr-8mx4. This link is maintained to preserve external references. Original Description OpenClaw before 2026.4.2 contains an insufficient scope vulnerability in Zalo webhook replay dedupe keys that allows...

6.3CVSS5.7AI score0.00278EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•17 views

Duplicate Advisory: OpenClaw: Telnyx Webhook Replay Detection Bypass via Base64 Signature Re-encoding

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-37v6-fxx8-xjmx. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 contains a replay detection bypass vulnerability in webhook signature handling that treats...

6.3CVSS5.7AI score0.0033EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•13 views

Duplicate Advisory: OpenClaw: Gateway operator.write Can Reach Admin-Class Telegram Config and Cron Persistence via send

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-767m-xrhc-fxm7. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.28 contains a privilege escalation vulnerability allowing authenticated operators with write...

8.8CVSS5.7AI score0.00232EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•66 views

Duplicate Advisory: OpenClaw: Gateway `device.token.rotate` does not terminate active WebSocket sessions after credential rotation

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-rfqg-qgf8-xr9x. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 fails to terminate active WebSocket sessions when rotating device tokens. Attackers with...

5.4CVSS5.7AI score0.00186EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•15 views

Duplicate Advisory: OpenClaw: Gateway `operator.write` can reach admin-only persisted `verboseLevel` via `chat.send` `/verbose`

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-5h2w-qmfp-ggp6. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.28 contains a privilege escalation vulnerability in the chat.send endpoint that allows...

8.8CVSS5.7AI score0.00209EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•18 views

Duplicate Advisory: OpenClaw: Discord Component Interaction Misclassifies Group DM as Direct Message

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-6336-qqw9-v6x6. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 contains a logic error in Discord component interaction routing that misclassifies group...

5.4CVSS5.7AI score0.00125EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•18 views

Duplicate Advisory: OpenClaw host-env blocklist missing `GIT_TEMPLATE_DIR` and `AWS_CONFIG_FILE` allows code execution via env override

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-6p8r-6m93-557f. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.28 contains an environment variable sanitization vulnerability where GITTEMPLATEDIR and...

5.8CVSS5.9AI score0.00105EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•15 views

Duplicate Advisory: OpenClaw: Pairing pending-request caps were enforced per channel instead of per account

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-wwfp-w96m-c6x8. This link is maintained to preserve external references. Original Description OpenClaw 2026.2.26 before 2026.3.31 enforces pending pairing-request caps per channel file instead of per account,...

7.5CVSS5.7AI score0.00417EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•16 views

Duplicate Advisory: OpenClaw: LINE webhook handler lacks shared pre-auth concurrency budget before signature verification

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-6336-qqw9-v6x6. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 lacks a shared pre-auth concurrency budget on the public LINE webhook path, allowing...

6.9CVSS5.7AI score0.00459EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•18 views

Duplicate Advisory: OpenClaw Has a Gateway Control Interface Information Disclosure Vulnerability

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-hr8g-2q7x-3f4w. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 contains an information disclosure vulnerability in the Control Interface bootstrap JSON th...

6.9CVSS5.7AI score0.00297EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•18 views

Duplicate Advisory: OpenClaw: Device-Paired Node Skips Node Scope Gate → Host RCE.md

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-xj9w-5r6q-x6v4. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 contains a remote code execution vulnerability where a device-paired node can bypass the no...

8.8CVSS6.6AI score0.00544EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•27 views

Duplicate Advisory: OpenClaw: CLI Remote Onboarding Persists Unauthenticated Discovery Endpoint and Exfiltrates Gateway Credentials

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-3cw3-5vxw-g2h3. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.28 contains an authentication bypass vulnerability in the remote onboarding component that...

8.1CVSS5.7AI score0.00126EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•17 views

Duplicate Advisory: OpenClaw: Fake DeviceToken Bypasses Shared Auth Rate Limiting

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-6p8r-6m93-557f. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 contains an authentication rate limiting bypass vulnerability that allows attackers to...

6.3CVSS5.7AI score0.00387EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•17 views

Duplicate Advisory: OpenClaw: Voice-call Plivo replay mutates in-process callback origin before replay rejection

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-89r3-6x4j-v7wf. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 contains a callback origin mutation vulnerability in Plivo voice-call replay that allows...

6.3CVSS5.7AI score0.00229EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•19 views

Duplicate Advisory: OpenClaw: Workspace `.env` can override the bundled hooks root and load attacker hook code

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-3qpv-xf3v-mm45. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 allows workspace .env files to override the OPENCLAWBUNDLEDHOOKSDIR environment variable,...

8.5CVSS6AI score0.00133EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•19 views

Duplicate Advisory: OpenClaw: HTTP operator endpoints lack browser-origin validation in trusted-proxy mode

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-mhr7-2xmv-4c4q. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 lacks browser-origin validation in HTTP operator endpoints when operating in trusted-proxy...

7.1CVSS5.7AI score0.00112EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•19 views

Duplicate Advisory: OpenClaw: Gateway hello snapshots exposed host config and state paths to non-admin clients

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-2f7j-rp58-mr42. This link is maintained to preserve external references. Original Description OpenClaw before 2026.4.2 exposes configPath and stateDir metadata in Gateway connect success snapshots to non-admin...

5.3CVSS5.7AI score0.00283EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/24 12:31 a.m.•20 views

Duplicate Advisory: OpenClaw: Discord Slash Commands Bypass Group DM Channel Allowlist

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-rvvf-6vh3-9j43. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 contains an authorization bypass vulnerability in Discord slash command and autocomplete...

5.4CVSS5.7AI score0.00177EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/23 9:54 p.m.•23 views

melange has Path Traversal via .PKGINFO in --persist-lint-results

Impact melange lint --persist-lint-results opt-in flag, also usable via melange build --persist-lint-results constructs output file paths by joining --out-dir with the arch and pkgname values read from the .PKGINFO control file of the APK being linted. In affected versions these values were not...

4.4CVSS5.9AI score0.00172EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/23 9:53 p.m.•22 views

melange has Path Traversal When Resolving External Pipelines via Unvalidated pipeline[].uses

Impact An attacker who can influence a melange configuration file — for example through pull-request-driven CI or build-as-a-service scenarios — could set pipeline.uses to a value containing ../ sequences or an absolute path. The Compiled.compilePipeline function in pkg/build/compile.go passed us...

6.1CVSS5.9AI score0.0014EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/23 9:52 p.m.•35 views

Cloudflare has SSRF via redirect following through its image-binding-transform endpoint (incomplete fix for GHSA-qpr4)

Summary The fetch call for remote images in packages/integrations/cloudflare/src/utils/image-binding-transform.ts line 28 uses the default redirect: 'follow' behavior. This allows the Cloudflare Worker to follow HTTP redirects to arbitrary URLs, bypassing the isRemoteAllowed domain allowlist chec...

2.2CVSS5.9AI score0.00199EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/23 9:46 p.m.•23 views

OpenLearnX has Critical Remote Code Execution Through Python Sandbox Escape via Code Execution Environment

Overview A critical Remote Code Execution RCE vulnerability was identified in the OpenLearnX code execution environment, allowing sandbox escape and arbitrary command execution. The issue has been fixed...

10CVSS6.4AI score0.0091EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/23 9:44 p.m.•18 views

OpenTelemetry.Sampler.AWS & OpenTelemetry.Resources.AWS have unbounded HTTP response body reads

Summary OpenTelemetry.Sampler.AWS reads unbounded HTTP response bodies from a configured AWS X-Ray remote sampling endpoint into memory. OpenTelemetry.Resources.AWS reads unbounded HTTP response bodies from a configured AWS EC2/ECS/EKS remote instance metadata service endpoint into memory. Both o...

5.9CVSS5.8AI score0.00301EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
•added 2026/04/23 9:43 p.m.•120 views

OpenTelemetry dotnet: Excessive memory allocation when parsing OpenTelemetry propagation headers

Summary The implementation details of the baggage, B3 and Jaeger processing code in the OpenTelemetry.Api and OpenTelemetry.Extensions.Propagators NuGet packages can allocate excessive memory when parsing which could create a potential denial of service DoS in the consuming application. Details...

5.3CVSS5.8AI score0.00458EPSS
SaveExploits0References10Affected Software2
Github Security Blog
Github Security Blog
•added 2026/04/23 9:40 p.m.•26 views

OpenTelemetry dotnet: Unbounded `grpc-status-details-bin` parsing in OTLP/gRPC retry handling

Summary When exporting telemetry over gRPC using the OpenTelemetry Protocol OTLP, the exporter may parse a server-provided grpc-status-details-bin trailer during retry handling. Prior to the fix, a malformed trailer could encode an extremely large length-delimited protobuf field which was used...

5.3CVSS5.8AI score0.00192EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/23 9:39 p.m.•18 views

Argo Workflows: Unchecked annotation parsing in pod informer crashes Argo Workflows Controller

Summary An unchecked array index in the pod informer's podGCFromPod function causes a controller-wide panic when a workflow pod carries a malformed workflows.argoproj.io/pod-gc-strategy annotation. Because the panic occurs inside an informer goroutine outside the controller's recover scope, it...

7.7CVSS5.8AI score0.00377EPSS
SaveExploits1References3Affected Software2
Total number of security vulnerabilities35598