Lucene search
+L
GithubRecent

35598 matches found

Github Security Blog
Github Security Blog
added 2026/08/06 7:49 p.m.20 views

Mermaid XY Charts are vulnerable to an infinite loop DoS

Impact Mermaid XY Charts are vulnerable to an infinite loop DoS attack in the setXAxisRangeData, when configuring an X-Axis with invalid parameters. As each loop appends an element to an array, this would generally only cause an RangeError: Invalid array length to appear after a few seconds, but...

5.3CVSS5.4AI score0.00408EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 7:43 p.m.17 views

Contao crawler leaks auth credentials to external hosts

Summary Contao's crawler tries to prevent confidential HTTP client options from being sent to external domains by creating a scoped client: full options for root page origins, cleaned options for everything else. The cleaner removes Cookie and Authorization headers, but it removes the non-Symfony...

2.6CVSS5.5AI score0.00154EPSS
SaveExploits0References8Affected Software2
Github Security Blog
Github Security Blog
added 2026/08/06 7:37 p.m.19 views

Statamic: Stored Cross-Site Scripting in Automagic Form Notification Email Template

Impact The default "automagic" form notification email rendered user-submitted values without escaping, allowing an unauthenticated form submitter to inject HTML into the notification emails sent to the configured recipients Patches This has been fixed in 5.74.3 and 6.24.2...

6.1CVSS5.4AI score0.00191EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 7:35 p.m.16 views

Statamic: Missing file upload validation on frontend forms allows uploading disallowed file types

Impact Public frontend forms did not enforce the file upload restrictions that the Control Panel enforces, so an unauthenticated visitor could upload file types an administrator had intended to disallow through a form's assets or files field. For assets fields, files could be stored on a public,...

5.3CVSS5.4AI score0.0024EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 7:30 p.m.17 views

Statamic: Missing authorization on navigation endpoint allows disclosure of restricted entries

Impact An authenticated Control Panel user could view content from entries they don't have permission to view, including entry content and custom field values, from any collection and including unpublished entries. No data could be modified. Patches This has been fixed in 5.74.1 and 6.24.0...

6.5CVSS5.4AI score0.00305EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 7:28 p.m.20 views

Statamic: Unsafe method invocation via Antlers template resolution allows data destruction

Impact Manipulating user-supplied input incorporated into Antlers templates could result in the loss of content and assets. Exploitation requires a site to have templates that pass untrusted input into affected areas. It does not require authentication. Patches This has been fixed in 5.74.1 and...

6.5CVSS5.3AI score0.00296EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 7:25 p.m.18 views

Statamic: Account takeover via OAuth email matching without email-verification check

Impact When OAuth login is enabled with a provider that does not guarantee verified email addresses, an unauthenticated attacker could sign in as an existing user — potentially including a super admin — without their password. Exploitation requires OAuth to be explicitly enabled with such a...

8.1CVSS5.4AI score0.00311EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 7:22 p.m.15 views

Statamic: Missing authorization on Control Panel endpoint allows disclosure of user existence

Impact An authenticated Control Panel user could use an endpoint intended for the user creation wizard to determine if a given email address belongs to an existing user, without having permission to view users. The endpoint only exposed user existence, not any of its data. Patches This has been...

4.3CVSS5.4AI score0.00251EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 7:03 p.m.16 views

LangGraph: Namespace prefix matching crosses segment boundaries in Postgres and SQLite stores

Summary The Postgres and SQLite stores persist hierarchical namespaces as a dot-joined string "memories", "alice" becomes memories.alice and scoped reads by matching that string with LIKE '%'. Because LIKE has no notion of the . separator, a scoped search or listnamespaces also matched sibling...

5.3CVSS5.7AI score0.00225EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2026/08/06 4:53 p.m.27 views

Traefik: Incomplete fix for CVE-2026-33433 + CVE-2026-39858 cross-cohort: headerField underscore-variant identity spoofing in BasicAuth / DigestAuth / ForwardAuth

Summary There is a high severity vulnerability in Traefik's BasicAuth, DigestAuth, and ForwardAuth middlewares. The fix for CVE-2026-33433 stripped canonical-cased spoofed identity headers e.g. X-Auth-User before writing Traefik's own value, but did not account for underscore-variant header names...

10CVSS6.9AI score0.00479EPSS
SaveExploits2References8Affected Software2
Github Security Blog
Github Security Blog
added 2026/08/06 4:51 p.m.29 views

How we took malware advisories beyond npm

A compromised package can steal credentials the moment you install it, and until recently, GitHub could only flag those in npm. Not anymore. This is the story of how the supply chain engineering team behind Dependabot expanded malware advisories to eight ecosystems by building on OpenSSF's shared...

5.7AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/08/06 4:51 p.m.24 views

Traefik: Authentication Bypass via Path Traversal in ReplacePathRegex Middleware

Summary There is a critical authentication-bypass vulnerability in Traefik's ReplacePathRegex middleware. When it is configured with a regular expression that captures user-controlled path segments without a mandatory separator for example regex: "^/api.", replacement: "/$1", a crafted request ca...

10CVSS7.7AI score0.00775EPSS
SaveExploits2References8Affected Software3
Github Security Blog
Github Security Blog
added 2026/08/06 4:45 p.m.26 views

Traefik: Kubernetes Ingress NGINX RewriteTarget Path Traversal Allows Route-Level Authentication Bypass

Summary There is a high severity vulnerability in Traefik's Kubernetes Ingress NGINX provider. When an Ingress uses the nginx.ingress.kubernetes.io/rewrite-target annotation with a regular expression that captures attacker-controlled text without requiring a path separator for example path /api...

7.8CVSS5.7AI score0.00492EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 4:40 p.m.17 views

Traefik: Gateway HTTPRoute backendRef filters can leak backend context across routes sharing a Service:port

Summary There is a medium severity vulnerability in Traefik's Kubernetes Gateway API provider. When two accepted HTTPRoutes target the same backend Service:port but configure different backendRef filters, Traefik may resolve both routes to the same child service and apply only one route's filter...

8.5CVSS5.4AI score0.00276EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 4:38 p.m.22 views

Traefik: `allowCrossNamespace=false` bypass via `@kubernetescrd` TraefikService backendRef

Summary There is a medium severity vulnerability in Traefik's Kubernetes CRD provider. When providers.kubernetesCRD.allowCrossNamespace is disabled — the default — cross-namespace @kubernetescrd references are rejected for middlewares, TLS options and HTTP/TCP ServersTransports, but the same...

6.4CVSS6.8AI score0.00254EPSS
SaveExploits1References6Affected Software3
Github Security Blog
Github Security Blog
added 2026/08/06 4:38 p.m.19 views

Traefik: ForwardAuth middleware leaks X-Forwarded-Port spoofing via untrusted X-Forwarded-Proto when trustForwardHeader=false

Summary There is a medium severity vulnerability in Traefik's ForwardAuth middleware. Even when configured with trustForwardHeader: false, Traefik derives the X-Forwarded-Port header sent to the authentication service from the original incoming request instead of the sanitized forwarded request. ...

6.9CVSS5.7AI score0.00281EPSS
SaveExploits0References8Affected Software3
Github Security Blog
Github Security Blog
added 2026/08/06 4:38 p.m.23 views

Traefik: Gateway API route identity collision allows cross-namespace backend hijacking

Summary There is a high severity vulnerability in Traefik's Kubernetes Gateway API provider. Router and service identities for HTTPRoute, GRPCRoute, TCPRoute and TLSRoute objects were built by hyphen-concatenating the route namespace, the route name, the Gateway identity, the entry point and the...

7.6CVSS5.6AI score0.00364EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 4:34 p.m.17 views

Traefik: BasicAuth singleflight key collision allows authenticated identity spoofing

Summary There is a low severity vulnerability in Traefik's BasicAuth middleware. Concurrent password verifications are deduplicated through a singleflight group whose key was the delimiter-free concatenation of the submitted password and the stored secret, so a request carrying an unconfigured...

2.1CVSS6.1AI score0.00356EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/06 3:56 p.m.21 views

Traefik: Cross-user response poisoning via proxied CONNECT on Traefik's shared backend keep-alive pool

Summary There is a critical vulnerability in Traefik's default HTTP reverse proxy that leads to unauthenticated cross-user response poisoning. When a client opens an HTTP/2 or HTTP/3 CONNECT request, Traefik forwards it — body included — to an HTTP/1.1 upstream over a shared net/http.Transport. I...

7CVSS5.4AI score0.00551EPSS
SaveExploits0References11Affected Software3
Github Security Blog
Github Security Blog
added 2026/08/05 9:53 p.m.19 views

Traefik CRD IngressRouteTCP ServersTransport Cross-Provider Namespace Bypass

Summary There is a medium-severity cross-provider reference vulnerability in Traefik's Kubernetes CRD provider. The crossProviderNamespaces allowlist is enforced for HTTP serversTransport references but was not enforced for IngressRouteTCP service serversTransport references. A low-privileged...

8.8CVSS5.6AI score0.00185EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 9:49 p.m.14 views

Traefik Gateway API HTTPRoute BackendRef ExtensionRef Namespace Confusion

Summary There is a medium-severity namespace-confusion vulnerability in Traefik's Kubernetes Gateway API provider. When resolving HTTPRoute.spec.rules.backendRefs.filters.extensionRef, Traefik used the backend Service namespace instead of the HTTPRoute namespace. A low-privileged route author...

8.8CVSS5.7AI score0.0029EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 9:43 p.m.25 views

Nuxt: Unauthenticated CPU exhaustion parsing and hashing the Nuxt island endpoint body before hash validation

Impact The internal island renderer endpoint /nuxtisland/... decodes and hashes attacker-controlled request input before it validates the URL-resident hash. An unauthenticated POST /nuxtisland/.json with a large JSON body for example 4.6 MB / 150k keys is fully read, destr-parsed, and run through...

7.5CVSS5.5AI score0.00422EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 9:29 p.m.15 views

Nuxt: Server-Side Remote Code Execution via Runtime Template Injection in Nuxt Server Island Props

Impact Nuxt server islands accept props via the /nuxtisland/ endpoint. When vue.runtimeCompiler: true is enabled off by default and the application has a server island component that forwards props into Vue's dynamic component resolution , resolveDynamicComponent, or h, an attacker can inject a...

8.1CVSS6.4AI score0.00438EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 9:27 p.m.15 views

Unauthenticated Nuxt DevTools RPC allows arbitrary command execution on the developer's host

Impact Nuxt DevTools development mode only exposes a bidirectional RPC channel over the Vite HMR WebSocket via the nuxt:devtools:rpc plugin. On affected versions the channel has no authentication: any client that can reach the Vite HMR endpoint ws://:/, subprotocol vite-hmr can call RPC methods,...

9.6CVSS5.8AI score0.00356EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 9:21 p.m.17 views

Nuxt: Unauthorized Component Instantiation via Server Island Props

Impact Nuxt server islands accept props via the /nuxtisland/ endpoint. When an application has a server island component that forwards props directly into Vue's dynamic component resolution , resolveDynamicComponent, or h, an attacker can pass a plain string value rather than a component definiti...

4.8CVSS5.9AI score0.00209EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 9:14 p.m.13 views

Nuxt runtime payload cache discloses another user's SSR data across users and to unauthenticated clients

Impact When a page is covered by routeRules cache / swr / isr, Nuxt enables runtime payload extraction and serves //payload.json. On affected versions the renderer stored the SSR payload in the shared cache:nuxt:payload storage under a path-only key no cookie, authorization, or cache.varies...

7.5CVSS5.6AI score0.00297EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 9:05 p.m.19 views

Nuxt route rules silently dropped for mixed-case paths, bypassing appMiddleware auth gates (incomplete fix for CVE-2026-53721)

Impact Nuxt matches route rules case-insensitively by default mirroring vue-router's default sensitive: false routing. The fix for GHSA-mm7m-92g8-7m47 / CVE-2026-53721 lowercased the lookup path before matching route rules, but the route-rule keys compiled into the matcher were left verbatim. As ...

8.8CVSS5.5AI score0.00399EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:59 p.m.15 views

Nuxt: Unauthenticated out-of-memory crash via unbounded v-for expansion in island rendering

Impact An unauthenticated attacker can crash a Nuxt server that renders any island / server component containing a v-for over a prop for example v-for="n in count" or a . Because the island URL hash is a non-secret digest of the request, the attacker can compute a valid hash for arbitrary props a...

7.5CVSS5.6AI score0.004EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:48 p.m.15 views

rclone: Local Encoding Path Traversal

Summary The local backend relies on its configurable filename encoder to prevent remote filename data from becoming operating-system path syntax. If a local destination uses an encoding that omits Dot, such as Slash, None, or Raw, a remote object's standard-encoded .. component is decoded into an...

6.9CVSS6.1AI score0.00298EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:43 p.m.13 views

rclone archive extract allows S3 destination prefix escape via crafted archive paths

Summary rclone archive extract can write extracted files outside the user-selected destination prefix when extracting a crafted archive. A malicious archive entry containing parent path components such as ../ can escape the requested extraction prefix and create or overwrite sibling objects in th...

5CVSS5.6AI score0.0026EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:43 p.m.17 views

rclone: S3 backend does not strip X-Amz-Security-Token on a same-host HTTPS->HTTP redirect

Vulnerability Details File: backend/s3/s3.go Lines: 1359-1380 functions s3CheckRedirect / s3RedirectCrossesHost Root Cause Commit e7b1eb774 released in v1.74.3 added a CheckRedirect policy for the S3 HTTP client whose purpose is to strip the X-Amz-Security-Token header the AWS STS session token...

5.7AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:41 p.m.21 views

rclone `serve restic --private-repos` authorization bypass: `..` in the URL path lets an authenticated user read, overwrite and delete other users' repositories

Summary rclone serve restic --private-repos exists to let one rclone instance host many users' restic backup repositories behind HTTP Basic auth while keeping each user confined to a path prefix of //. The documentation states the flag "can be used to limit users to repositories starting with a...

8.8CVSS5.9AI score0.00497EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:37 p.m.16 views

rclone: PowerShell Smart-Quote Filename Injection Enables SFTP Server-Side Command Execution

Summary rclone interpolates remote SFTP paths into PowerShell hash commands. Its quoting helper escapes only ASCII apostrophe, although PowerShell accepts four Unicode smart quotes as single-quote delimiters. An attacker-controlled filename can therefore terminate the intended path literal and...

8CVSS6AI score0.00276EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:36 p.m.18 views

rclone: WebDAV Credentials Survive a Same-Host HTTPS-to-HTTP Redirect

Summary WebDAV's default redirect handling can replay Basic authorization and configured Cookie headers over plaintext HTTP after a same-host HTTPS-to-HTTP redirect. This was reproduced through the real backend. Unlike the low-impact STS token in rclone's published S3 redirect advisory, Basic...

5.6AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:33 p.m.19 views

rclone: FTP Command Arguments Permit CRLF Injection When Custom Encoding Preserves Newlines

Summary A valid but nondefault FTP filename encoding can restore raw CR/LF immediately before an attacker-controlled path is interpolated into the line-oriented FTP control channel. The dependency does not reject CR or LF in command arguments, so a filename can inject an independent...

6.4CVSS6AI score0.00237EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:27 p.m.21 views

rclone: S3 Redirect Sanitization Omits IBM IAM Bearer Tokens and SSE-C Keys

Summary The S3 redirect callback strips X-Amz-Security-Token when a redirect changes scheme or host, but it does not strip IBM IAM bearer authorization or customer-provided encryption keys. Two independently validated paths remain: - a same-host HTTPS-to-HTTP redirect preserves Authorization:...

5.5AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:27 p.m.17 views

rclone: Path traversal in serve s3 allows reading and overwriting root-level files

Summary rclone serve s3 allows a client to read and write files at the root of the remote which would normally be inaccessible by using dot-dot path segments in the object key. It does not allow reading files outside of the root. A request such as GET /bucket/../root-secret.txt is handled as an...

5.5AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:26 p.m.20 views

rclone: Infinite Scale TUS Creation Transport Error Causes a Nil-Response Panic

Summary A transport failure during the initial Infinite Scale TUS creation POST can return nil response, non-nil error. Rclone dereferences the nil response before processing the error and panics. The production CreateUploader path reproduced the crash against a closed endpoint. The security...

6.1AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:17 p.m.14 views

rclone: Unbounded HTTP CONNECT Response Headers Can Exhaust rclone Memory

Summary The shared HTTP CONNECT helper parses a proxy response with http.ReadResponse over an unrestricted buffered reader. The production helper accepted a valid response containing a 2 MiB header in three consecutive runs. A malicious or compromised configured proxy, or an active on-path actor...

5.9CVSS5.5AI score0.00456EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:15 p.m.18 views

rclone: Unvalidated symlink target in local `--links` — arbitrary file write from an untrusted remote

Summary With -l/--links, rclone serializes symlinks as .rclonelink text objects whose body is the link target. When rclone writes such an object to a local destination, it recreates the symlink with os.Symlink, and performs NO validation of the target. If the source is attacker-controlled, the...

8.8CVSS6.4AI score0.00365EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:13 p.m.16 views

rclone: Incomplete path validation allows backend root escape in serve restic

Summary rclone serve restic does not correctly reject URL paths beginning with ../. On affected backends, an attacker who can access the REST endpoint can read, create, overwrite, or delete objects outside the path configured by the operator. The issue affects rclone v1.40 through rclone v1.74.4...

8.6CVSS5.5AI score0.00379EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 8:03 p.m.16 views

rclone local `--metadata` applies attacker-controlled mode/uid - setuid binary planted from an untrusted remote

Summary When writing an object with metadata, the local backend applies the source-supplied mode, uid, and gid verbatim: it parses mode as an octal integer and passes it straight into os.Chmodo.path, os.FileModeumode, and passes uid/gid straight into os.Chown. The value is never masked to...

5.5AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 7:59 p.m.21 views

rclone: Verbose Stack Trace Disclosure in RC API Error Responses

Summary When an RC API call triggers a panic recovered by the job runner, the full Go stack trace is included in the JSON error response. This leaks internal file paths, Go module versions, goroutine state, and memory addresses to the API caller. Details The panic recovery in...

5.7AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 5:56 p.m.20 views

Electron: Sandboxed iframes can launch external protocol handlers

Impact Requests to open external protocol URLs from web content did not take iframe sandbox restrictions into account, so a sandboxed iframe could cause an OS-registered external application to be launched. The frame's sandbox state was also not made available to the app's permission handlers. Ap...

5.4CVSS5.6AI score0.00452EPSS
SaveExploits0References14Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 5:49 p.m.17 views

Electron: DevTools embedder handler executes arbitrary files via shell open

Impact The DevTools "reveal in file manager" action could launch the target file rather than reveal it. An attacker with a separate means of running script inside the DevTools frontend such as a malicious DevTools extension could use this to execute native code outside the sandbox. Apps are only...

6.9CVSS5.8AI score0.00173EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 5:41 p.m.17 views

Electron: contextBridge object copy honors prototype setters

Impact Objects copied across the contextBridge boundary from untrusted content could carry an attacker-influenced prototype, enabling prototype-pollution-style attacks against preload code despite context isolation being enabled. Apps are only affected if their preload code accepts object argumen...

5.4CVSS5.7AI score0.00479EPSS
SaveExploits0References14Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 5:32 p.m.16 views

Electron: DevTools JavaScript Injection via Unsanitized Dock State Parameter

Impact The mode option of webContents.openDevTools was not sanitized before use by the DevTools frontend. If an attacker can influence this value, script under their control may run in the DevTools context, which in unsandboxed configurations has access to Node.js. Apps are only affected if...

5.7CVSS5.6AI score0.00403EPSS
SaveExploits0References14Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 5:27 p.m.19 views

Electron: Sandboxed iframe can bypass the allow-popups restriction via the OpenURL navigation path

Impact A sandboxed iframe without the allow-popups keyword could still open a new window or trigger setWindowOpenHandler with no user interaction, because new-window navigations taking the OpenURL path did not apply the iframe sandbox popup restriction. Apps that embed untrusted content in...

7.2CVSS5.6AI score0.00324EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 4:24 p.m.14 views

Electron: window.open features string controls some window options considered privileged

Impact Some window options supplied by web content in the window.open features string were applied to the new BrowserWindow without an allowlist. Untrusted content could set window options it should not control, including options that cause the main process to access attacker-chosen file or netwo...

5.3CVSS5.6AI score0.00441EPSS
SaveExploits0References14Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 4:07 p.m.13 views

Electron: ProtocolResponse.url reuses the default session cache instead of the registering session

Impact When a custom protocol handler returned a ProtocolResponse with a url and no session, Electron made the upstream request through defaultSession instead of the session that handled the protocol. A cached response could then be reused across otherwise isolated session partitions. Apps that u...

5.9CVSS5.6AI score0.00157EPSS
SaveExploits0References2Affected Software1
Total number of security vulnerabilities35598