Lucene search
+L
GithubRecent

35598 matches found

Github Security Blog
Github Security Blog
added 2026/06/12 6:31 p.m.9 views

Mattermost doesn't require role-management authorization when setting the scheme_admin flag on group syncable link and patch endpoints

Mattermost versions 11.6.x = 11.6.1, 11.5.x = 11.5.4, 10.11.x = 10.11.15, 10.11.x = 10.11.16 fail to require role-management authorization when setting the schemeadmin flag on group syncable link and patch endpoints, which allows a user with group-link permissions to escalate themselves and group...

8.8CVSS5.2AI score0.0031EPSS
SaveExploits0References17Affected Software2
Github Security Blog
Github Security Blog
added 2026/06/12 6:31 p.m.7 views

ChromaDB allows any authenticated users to arbitrarily read, write, update, or delete data in any tenant's collection

A lack of authorization validation in version 0.4.17 or later of the ChromaDB Python project allows any authenticated users to arbitrarily read, write, update, or delete data in any tenant's collection regardless of which tenant they belong to...

8.8CVSS5.3AI score0.00345EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:31 p.m.6 views

ChromaDB has a code injection vulnerability

A code injection vulnerability in version 0.4.17 or later of the ChromaDB Python project allows an authenticated attacker to run arbitrary code on the server by sending a malicious model repository and trustremotecode set to true in...

9.4CVSS5.9AI score0.00342EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:31 p.m.6 views

ChromaDB's SimpleRBACAuthorizationProvider doesn't check which tenant, database, or collection a permission applies to

The SimpleRBACAuthorizationProvider authorization provider in versions 0.5.0 or later of the ChromaDB Python project evaluates whether a user holds a given permission but never checks which tenant, database, or collection that permission applies to allowing users to perform cross tenant actions...

8.8CVSS5AI score0.00237EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:30 p.m.30 views

Tornado has out-of-bounds memory access via C extension

Summary Tornado's optional native extension tornado.speedups implements websocketmask without validating that the mask argument is exactly four bytes long. The C function reads four bytes from mask unconditionally, even when Python passes a shorter byte string. This can read beyond the provided...

5.3CVSS5.3AI score0.00338EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:30 p.m.38 views

nebula-mesh: POST /api/v1/hosts/{id}/mobile-bundle response lacks Cache-Control: no-store

internal/api/mobilebundle.go:62-66 sets only Content-Type: application/yaml. The Web-UI sibling at internal/web/handlers.go:1316-1321 sets Cache-Control: no-store, Pragma: no-cache, Expires: 0, X-Content-Type-Options: nosniff — and has a test asserting it. The API path was missed. Affected All...

5.3AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:29 p.m.24 views

pypdf: Possible long runtimes for zero-only width values in cross-reference streamsuntimes for zero-only width values in cross-reference streams

Impact An attacker who uses this vulnerability can craft a PDF which leads to long runtimes. This requires cross-reference streams with /W 0 0 0 values and large /Size values. Patches This has been fixed in pypdf==6.12.0. Workarounds If developers are unable to upgrade their apps immediately, the...

5.1CVSS5.1AI score0.00124EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:29 p.m.23 views

pypdf: Possible large memory usage for large offsets for layout mode text

Impact An attacker who uses this vulnerability can craft a PDF which leads to large memory usage. This requires extracting text in layout mode with large character offsets. Patches This has been fixed in pypdf==6.12.0. Workarounds If developers are unable to immediately upgrade, they should...

5.5CVSS5.1AI score0.00127EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:29 p.m.25 views

gorest InMemorySecret2FA race condition allows process crash via concurrent map access (CWE-362)

Vulnerability: CWE-362 — Concurrent Map Access Race Condition in InMemorySecret2FA CWE: CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization Affected Component - github.com/pilinux/gorest — Go REST API boilerplate - InMemorySecret2FA — in-memory 2FA secret store...

5.9CVSS6AI score0.00299EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:28 p.m.39 views

Appsmith: Configuration-dependent origin validation bypass in password reset and email verification link generation

Summary A configuration-dependent origin validation bypass was identified in Appsmith’s password reset and email verification flows on current release. Both flows derive the email-link base URL from the request Origin header. The current validation only enforces a trusted base URL when...

5.5AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:28 p.m.26 views

Budibase: Basic app users can exfiltrate stored REST datasource auth by rewriting datasource base URL

Summary Budibase stores external REST datasource credentials server-side and documents that database credentials are applied server-side and are not exposed in the UI. The REST datasource implementation redacts stored Basic/Bearer/OAuth2 auth secrets before returning datasource data to clients...

8.1CVSS5.7AI score0.00257EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:28 p.m.23 views

Budibase: Webhook schema endpoint authorization bypass allows unauthenticated mutation of webhook and automation schema

The webhook schema-building endpoint is registered under builderRoutes, but the generic authorization middleware skips authorization for all paths matching /api/webhooks/schema. As a result, an unauthenticated caller can update the body schema for a known webhook and mutate the corresponding...

7.5CVSS5.2AI score0.00224EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:28 p.m.25 views

Budibase: Workspace-scoped builder escalates to global admin via /api/public/v1/roles/assign

Summary /api/public/v1/roles/assign is guarded by the builderOrAdmin middleware, which passes any user who is a builder for the app id in the x-budibase-app-id header. That check admits both global builders and workspace-scoped builders builder.apps set but builder.global unset. The controller th...

9CVSS5.4AI score0.00292EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:27 p.m.56 views

Appsmith Super User Creation Race Condition Allows Multiple Instance Administrators

Summary The /api/v1/users/super endpoint enforces a restriction that only one super user Instance Administrator can be created during initial setup. However, due to a Time-of-Check-Time-of-Use TOCTOU race condition in the signupAndLoginSuper method, concurrent requests can bypass this restriction...

5.3AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:27 p.m.26 views

Budibase: Unvalidated VectorDB Host Parameter Enables SSRF

Summary The VectorDB configuration endpoint in Budibase accepts a host parameter that undergoes no validation against internal IP ranges, reserved hostnames, or URL schemes. Any authenticated user with builder-level access can supply an arbitrary host value such as 169.254.169.254 or localhost,...

5.3CVSS5.6AI score0.00226EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:23 p.m.28 views

Budibase: Unanchored Regex in `matchers.ts` Allows CSRF Bypass via Query String Injection in Budibase Worker

Summary The buildMatcherRegex / matches functions in packages/backend-core/src/middleware/matchers.ts share the same structural root cause as the recently patched CVE-2026-31816: route patterns are compiled into unanchored regular expressions and tested against ctx.request.url, which includes the...

6.5CVSS5.5AI score0.00115EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 6:23 p.m.36 views

GeoServer has a Server-Side Request Forgery (SSRF) Vulnerability in its XML Entity Resolution

Summary A GeoServer that uses ENTITYRESOLUTIONALLOWLIST may allow attacker to perform unauthenticated Server-Side Request Forgery SSRF. Details This vulnerability requires that GeoServer is set up to use a proxy base URL and the ENTITYRESOLUTIONALLOWLIST default since 2.25.0: Impact This...

8.2CVSS5.3AI score0.00471EPSS
SaveExploits0References3Affected Software2
Github Security Blog
Github Security Blog
added 2026/06/12 6:23 p.m.26 views

GeoServer has an arbitrary file write vulnerability in its Master Password Dump Page

Summary A vulnerability exists that allows an authenticated administrator with access to GeoServer's security system to pass arbitrary file names to the Master Password Dump web page and create files containing the master password in plaintext. The provided file name must be an absolute path to t...

7.2CVSS6.2AI score0.00616EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2026/06/12 3:08 p.m.24 views

Budibase: SSRF via OAuth2 Config Validation — Missing fetchWithBlacklist Protection

Summary The OAuth2 token fetch function in packages/server/src/sdk/workspace/oauth2/utils.ts line 59 uses raw fetchconfig.url with no SSRF protection. The safe wrapper fetchWithBlacklist exists in the same codebase and is used in every other outbound HTTP call automation steps, plugin downloads,...

7.7CVSS5.5AI score0.00217EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 3:08 p.m.24 views

Budibase: SSRF via User-Controlled queryId in Automation Execute Query Step

Summary The executeQuery automation step in Budibase accepts a queryId from automation step inputs and passes it directly to the query execution controller without additional validation. When combined with a REST datasource configured to target internal infrastructure, this creates a server-side...

5.1CVSS5.8AI score0.00329EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 3:08 p.m.23 views

SwiftNIO HTTP/2: HTTP/2-to-HTTP/1 Request Smuggling via unvalidated :path pseudo-header in HTTP2ToHTTP1Codec

swift-nio-http2's HTTP/2-to-HTTP/1.1 codec HTTP2FramePayloadToHTTP1ServerCodec / HTTP2ToHTTP1ServerCodec did not validate pseudo-header values for control characters before placing them into the translated HTTP/1.1 message. A remote attacker could send an HTTP/2 request containing CR \r, LF \n, o...

5.3CVSS5.5AI score0.0031EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 3:08 p.m.26 views

NIOExtras: NIOHTTPRequestDecompressor ratio limit bypass via inflated Content-Length

Impact When NIOHTTPRequestDecompressor is configured with .ratioN, the decompression limit is enforced using the Content-Length header value from the incoming request rather than the actual number of compressed bytes received. Since Content-Length is attacker-controlled, a malicious client can...

7.5CVSS7.4AI score0.01016EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 3:07 p.m.23 views

SwiftNIO NIOHTTP1: HTTPDecoder accepts unbounded HTTP/1 header blocks, enabling remote DoS

Summary The HTTPDecoder in NIOHTTP1 enforces no limit on the total size of an HTTP/1 message's header block or on the number of header fields per message. A remote peer can submit an arbitrary number of small, valid headers in a single request and have them all accumulated into the resulting...

5.8AI score0.00048EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 3:07 p.m.28 views

SwiftNIO: Out-of-bounds write via ByteBuffer index and length UInt32 overflow

Summary A program using swift-nio is vulnerable to a potential out-of-bounds write when attacker-controlled index or length values exceeding UInt32.max are passed to some ByteBuffer methods. This affects all swift-nio versions from 1.0.0 to 2.99.0. It is fixed in 2.100.0 and later releases. Detai...

6AI score0.00042EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 3:07 p.m.23 views

SwiftNIO: CRLF Injection in outbound HTTP request URI via NIOHTTPRequestHeadersValidator

Programs using swift-nio is vulnerable to HTTP request smuggling and HTTP response splitting attacks, caused by insufficient validation of outbound HTTP/1.1 request and response start line components. This vulnerability affects all swift-nio versions from 2.0.0 to 2.99.0. It is fixed in 2.100.0 a...

5.7AI score0.00044EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 3:05 p.m.17 views

LangGraph has NoSQL parameter injection in MongoDBSaver, allowing cross-tenant state access

Summary A NoSQL injection vulnerability existed in MongoDBSaver where checkpoint identifier fields from config.configurable were used in MongoDB queries without strict type enforcement. In vulnerable versions, attacker-controlled object payloads for example MongoDB operators like $gt and $ne coul...

6.7CVSS5.4AI score0.0023EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 3:04 p.m.23 views

Firefly II has Stored XSS in Audit Log Entry view via piggy bank name (ale.twig)

Summary The Twig template resources/views/list/ale.twig renders the piggy bank name from AuditLogEntry.after.piggy using the |raw filter, bypassing Twig's auto-escaping. A piggy bank created with an HTML payload in its name executes arbitrary JavaScript in any browser viewing that transaction's...

5.5AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 3:04 p.m.36 views

Go-Attestation: Hash injection into trusted measurement list via unskipped SignatureHeaderSize vendor bytes in parseEfiSignatureList()

Summary parseEfiSignatureList in attest/internal/events.go does not skip SignatureHeaderSize vendor bytes before reading EFISIGNATURELIST signature entries, violating UEFI specification section 31.4.1. Impact For hashSHA256SigGUID lists, attacker-controlled vendor header bytes are appended direct...

8.9CVSS6AI score0.00191EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 3:04 p.m.19 views

Chisel has an ACL Bypass via Post-Handshake SSH Channel ExtraData Injection

Summary Authenticated chisel clients can bypass --authfile ACL restrictions and tunnel traffic to arbitrary destinations reachable from the server. The ACL is enforced only during the initial handshake against declared remotes, but never on subsequent SSH channels that carry actual traffic. A...

8.5CVSS5.6AI score0.00289EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 12:31 p.m.16 views

Apache CXF: WS JSON request filter trusts metadata from an unvalidated first signature entry

A vulnerability in Apache CXF's JwsJsonContainerRequestFilter can be exploited to cause CXF to process metadata that was not authenticated by the accepted signature. This can bypass the application's assumption that accepted Content-Type or protected HTTP-header metadata came from a verified...

6.5CVSS5.4AI score0.00267EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 12:31 p.m.14 views

Apache CXF JNDI Injection vulnerability in DispatchMDBMessageListenerImpl

A JNDI Injection vulnerability has been discovered in Apache CXF's JCA integration module, which can allow for code execution, if an attacker is able to manipulate the JCA deployment descriptor ra.xml or runtime activation parameters. Users are recommended to upgrade to versions 4.2.2 or 4.1.7,...

8.1CVSS5.5AI score0.00858EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 12:31 p.m.15 views

Apache CXF has JNDI Injection Vulnerability in JMSConfigFactory

A further incomplete fix for a previous advisory CVE-2026-44417 Untrusted JMS configuration can lead to RCE for Apache CXF has been identified, which can allow code execution capabilities, if untrusted users are allowed to configure JMS for Apache CXF. Users are recommended to upgrade to versions...

8.8CVSS5.9AI score0.00646EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 12:31 p.m.13 views

Apache cxf-core: No restriction on attachment headers per message

There is no restriction on the amount of attachment headers that a message can contain when being deserialized by Apache CXF, which can lead to uncontrolled resource consumption or a denial of service attack. Users are recommended to upgrade to versions 4.2.2 or 4.1.7 or 3.6.12, which fix this...

7.5CVSS5.2AI score0.00459EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 12:31 p.m.13 views

Apache CXF OAuth2 HTTP Response Splitting via WWW-Authenticate Realm Injection

A CRLF injection vulnerability exists in the OAuth2 AuthorizationUtils class. When constructing the WWW-Authenticate response header, the 'realm' parameter is concatenated without sanitizing Carriage Return CR and Line Feed LF characters. If an attacker can control the realm value, they can injec...

6.5CVSS5.5AI score0.00362EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 12:31 p.m.11 views

Apache CXF OAuth2 TOCTOU Race Condition in Refresh Token Processing

A race condition in AbstractOAuthDataProvider allows concurrent requests using the same Refresh Token to bypass single-use semantics and generate multiple valid Access Tokens, when 'recycleRefreshTokens' is set to false. A leaked refresh token can be replayed concurrently by multiple attackers or...

7.4CVSS5.3AI score0.00283EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 12:31 p.m.12 views

Apache CXF OAuth2 Log Injection via Unsanitized Client Identifier

The 'clientId' parameter from incoming HTTP requests is directly concatenated into OAuth2 server log warning messages without sanitizing control characters. This allows an attacker to inject arbitrary content, including fake log entries, into the server's log files. Users are recommended to upgra...

5.3CVSS5.5AI score0.00422EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 12:31 p.m.13 views

Apache CXF has Authentication Bypass in OAuth2 TokenIntrospectionService

An authentication bypass vulnerability exists in the OAuth2 TokenIntrospectionService in Apache CXF. Due to a missing 'throw' keyword in the security context check, the introspection endpoint /services/oauth2/introspect can be accessed by any unauthenticated network attacker. However note that th...

4.8CVSS5.2AI score0.00357EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 12:31 p.m.15 views

Apache CXF OAuth2 Missing JWT Audience and Issuer Validation in Access Token Validator

The JwtAccessTokenValidator class in Apache CXF fails to validate the 'aud' Audience claims of incoming JWT access tokens. This allows a JWT issued for one Resource Server to be successfully replayed against a completely different Resource Server, leading to Token Confusion/Routing attacks. Users...

9.1CVSS5.2AI score0.00445EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 12:31 p.m.14 views

Apache CXF OAuth2 has Inverted IP Binding Check that Defeats Security Control

A logic error in OAuthRequestFilter rejects legitimate requests originating from the bound IP address, while blindly allowing requests from any other IP address. Enabling this security feature inadvertently creates an inverse security check. Users are recommended to upgrade to versions 4.2.2 or...

9.8CVSS5.3AI score0.00682EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/11 9:31 p.m.12 views

@steipete/summarize vulnerable to SSRF via podcast:transcript URL fetch

Summarize before 0.17.0 contains a server-side request forgery vulnerability that allows attackers who control a podcast RSS feed to direct the host to fetch transcript content from loopback addresses, link-local addresses, RFC 1918 private ranges, or other reserved destinations by supplying...

7.4CVSS5.4AI score0.00261EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/11 9:31 p.m.16 views

@steipete/summarize is Vulnerable to Disk Exhaustion via Crafted Media Responses

Summarize before 0.17.0 contains a resource exhaustion vulnerability that allows remote attackers to cause disk exhaustion by serving media responses that bypass the enforced size limit through missing or misreported Content-Length headers, chunked transfer encoding, or failed HEAD requests...

5.3CVSS5.9AI score0.00324EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/11 8:34 p.m.28 views

MessagePack's LZ4 decompression may fail with AccessViolationException after dereferencing memory from bad input

Impact A vulnerability exists in the optional LZ4 decompression path used by MessagePack compression modes Lz4Block and Lz4BlockArray. The decoder implementation is based on a deprecated fast-decompression algorithm that does not take a source-length bound. A remote attacker can send a crafted...

8.2CVSS5.6AI score0.00509EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/11 8:34 p.m.29 views

GeoServer DB2 DataStore Extension has a JNDI Vulnerability via Store Connection

Summary Administrator can perform JNDI attack through specially crafted DB2 jdbc url leading to Remote Code Execution RCE. Impact If GeoServer has DB2 extension installed, this vulnerability can lead to executing arbitrary code. Details Authenticated users can access Vector Data Sources page to...

7.2CVSS7.2AI score0.01074EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/11 8:33 p.m.21 views

Russh SSH message fields were decoded through allocation-first parsers before field-specific bounds

SSH message fields were decoded through allocation-first parsers before field-specific bounds Summary Several russh client and server message handlers decoded attacker-controlled SSH strings, name-lists, and byte fields into owned allocations before applying field-specific bounds. A remote SSH pe...

7.5CVSS6AI score0.00367EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/11 8:33 p.m.81 views

AWS Advanced Go Wrapper has Privilege Escalation in Aurora PostgreSQL instance

Aurora PostgreSQL is a fully managed relational database engine that's compatible with PostgreSQL. An issue in Aurora PostgreSQL using the AWS Go Wrapper waa identified, see CVE-2026-11401. Impact An issue in AWS Wrappers for Amazon Aurora PostgreSQL may allow for privilege escalation to...

8.6CVSS5.4AI score0.00305EPSS
SaveExploits0References5Affected Software11
Github Security Blog
Github Security Blog
added 2026/06/11 8:29 p.m.26 views

Russh: SSH identification parsing accepted non-canonical client banners and did not bound pre-banner input

Summary russh did not enforce the SSH identification-string rules as deliberately as OpenSSH. In particular, the server-side identification reader used the same permissive path as the client, allowing pre-banner lines from clients, and the reader did not enforce a bounded number of pre-banner...

5.3CVSS5.7AI score0.00277EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/11 8:28 p.m.20 views

Russh: Unchecked keyboard-interactive prompt count in client auth path

Summary In the russh client keyboard-interactive authentication path, a malicious SSH server could send a USERAUTHINFOREQUEST with an attacker-controlled prompt count, and the client would use that raw count directly in Vec::withcapacity... before validating that enough prompt data was actually...

6.5CVSS5.6AI score0.00232EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/11 8:28 p.m.18 views

WsgiDAV encoded dot segments can escape filesystem share roots

Impact WsgiDAV 4.3.3 can allow a WebDAV request path containing an encoded parent-directory segment to escape the configured filesystem share root in a specific path layout. Patches The issue is fixed with version 4.3.4. Preconditions The practical impact depends on the deployment. The deployment...

7.1CVSS5.5AI score0.00331EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/11 8:28 p.m.27 views

OpenFGA has cache-key delimiter injection in shared-iterator and v2 iterator that caches enables intra-store authorization-decision poisoning

Description In OpenFGA, when iterator caching is enabled, two distinct check requests can produce the same cache key, leading to OpenFGA reusing an earlier cached result for a subsequent request. Preconditions This applies if the following preconditions are present: - FGA runs with...

5.3CVSS5.5AI score0.00101EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/11 8:26 p.m.20 views

DevGuard has improper authorization on public assets

Impact On a DevGuard API instance with one or more public assets, any authenticated user — including users from a different organization with no membership or role in the affected org/project — can create, update, reapply, and delete VEX rules on those public assets. The same flaw affects the oth...

7.1CVSS5.5AI score0.00364EPSS
SaveExploits0References4Affected Software1
Total number of security vulnerabilities35598