Lucene search
+L

1259270 matches found

Circl
Circl
added 2026/09/16 10:10 p.m.10 views

CVE-2026-20284

creationtimestamp| type| source ---|---|--- 2026-09-16 22:10:38+00:00| seen| https://bsky.app/profile/stemshop.bsky.social/post/3mvo5ryaqbm2t 2026-09-16 23:30:08+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mvoca4x5ii24 2026-09-18 10:00:06+00:00| exploited|...

9.1CVSS0.00391EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:08 p.m.12 views

EUVD-2026-81306

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the WebSocket handlemount and ViewRuntime.buildrequest rebuild an HttpRequest via RequestFactory.get... with no HTTPHOST, so request.gethost defaulted to...

6.3CVSS0.00156EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 10:08 p.m.33 views

CVE-2026-61589 djust: WebSocket/runtime reconstructed request omits the client Host, causing host/subdomain TenantResolvers to misresolve the tenant on the live path

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the WebSocket handlemount and ViewRuntime.buildrequest rebuild an HttpRequest via RequestFactory.get... with no HTTPHOST, so request.gethost defaulted to...

6.3CVSS0.00156EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/16 10:08 p.m.21 views

CVE-2026-61589

djust , a Phoenix LiveView-style reactive server-side rendering library for Django, had a tenant resolution flaw in versions prior to 1.0.7 . The WebSocket handle_mount and ViewRuntime._build_request rebuilt the HttpRequest via RequestFactory().get(...) without an HTTP_HOST header, causing reques...

6.3CVSS0.00156EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 10:08 p.m.5 views

CVE-2026-61589 djust: WebSocket/runtime reconstructed request omits the client Host, causing host/subdomain TenantResolvers to misresolve the tenant on the live path

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the WebSocket handlemount and ViewRuntime.buildrequest rebuild an HttpRequest via RequestFactory.get... with no HTTPHOST, so request.gethost defaulted to...

6.3CVSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/16 10:07 p.m.12 views

djust: WebSocket/runtime reconstructed request omits the client Host, causing host/subdomain TenantResolvers to misresolve the tenant on the live path

Impact The WebSocket handlemount and ViewRuntime.buildrequest rebuild an HttpRequest via RequestFactory.get... with no HTTPHOST, so request.gethost defaulted to "testserver" on the live path. Host/subdomain/domain TenantResolvers then misresolved the tenant — None on the live path while the HTTP...

6.3CVSS0.00156EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/09/16 10:04 p.m.33 views

CVE-2026-61588 djust's Django model serialization has no sensitive-field denylist: password hashes, privilege flags, and PII on a public view attribute are sent to the client

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, when a Django Model instance is assigned to a public view attribute, djust serialized it to the client with no sensitive-field denylist — sending fields such as...

6.5CVSS0.00299EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 10:04 p.m.7 views

CVE-2026-61588 djust's Django model serialization has no sensitive-field denylist: password hashes, privilege flags, and PII on a public view attribute are sent to the client

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, when a Django Model instance is assigned to a public view attribute, djust serialized it to the client with no sensitive-field denylist — sending fields such as...

6.5CVSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/16 10:02 p.m.10 views

djust's Django model serialization has no sensitive-field denylist: password hashes, privilege flags, and PII on a public view attribute are sent to the client

Impact When a Django Model instance is assigned to a public view attribute, djust serialized it to the client with no sensitive-field denylist — sending fields such as password the hash, privilege flags e.g. isstaff / issuperuser, tokens, and other PII to the browser. Because exposing model objec...

6.5CVSS0.00299EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2026/09/16 9:59 p.m.15 views

CVE-2026-64684

A flaw was found in the rmcp component. This vulnerability allows a remote attacker to disclose sensitive information. When the rmcp crate's HTTP client processes a redirect to a different web address cross-origin redirect from a malicious or compromised Model Context Protocol MCP endpoint, it ca...

6.8CVSS0.00395EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/16 9:46 p.m.36 views

CVE-2026-92594 Craft CMS before 5.11.0 Unauthenticated PII Disclosure via GraphQL

Craft CMS 5.0.0-RC1 through versions before 5.11.0 incorrectly authorize the GraphQL draftCreator and revisionCreator fields: instead of requiring the user-data scope enforced by Gql::canQueryUsers usergroups.:read, these fields are gated only on the elements.drafts:read / elements.revisions:read...

8.7CVSS0.0026EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 9:46 p.m.8 views

CVE-2026-92594 Craft CMS before 5.11.0 Unauthenticated PII Disclosure via GraphQL

Craft CMS 5.0.0-RC1 through versions before 5.11.0 incorrectly authorize the GraphQL draftCreator and revisionCreator fields: instead of requiring the user-data scope enforced by Gql::canQueryUsers usergroups.:read, these fields are gated only on the elements.drafts:read / elements.revisions:read...

8.7CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 9:46 p.m.27 views

CVE-2026-92594

Craft CMS versions 5.0.0-RC1 through before 5.11.0 contain an authorization flaw in the GraphQL API's draftCreator and revisionCreator fields. Instead of requiring the usergroups.*:read scope enforced by Gql::canQueryUsers(), these fields are gated only on elements.drafts:read or elements.revisio...

8.7CVSS0.0026EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/16 9:46 p.m.19 views

CVE-2026-92577

AVideo through version 29.0 contains a broken access control vulnerability in the get_api_video API endpoint. The flaw resides in the clean_title branch, which fails to enforce user-group restrictions, allowing anonymous callers to query videos by their public slug and retrieve owner PII fields i...

8.7CVSS0.00256EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 9:46 p.m.32 views

CVE-2026-92577 AVideo through 29.0 API get_api_video Broken Access Control via clean_title

In AVideo through 29.0, the API getapivideo endpoint contains a broken access control vulnerability in the cleantitle branch that returns user-group-restricted videos with owner PII to anonymous callers. Attackers can query videos by their public slug to bypass group restrictions and retrieve...

8.7CVSS0.00256EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/16 9:17 p.m.11 views

CVE-2026-92794

OpenSign through 2.41.3 fails to validate caller identity in the getDocument cloud function when one-time-password verification is disabled. Attackers can supply a document identifier from guest signing links to retrieve complete document details including all signers' information, sender identit...

8.7CVSS0.00336EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 9:17 p.m.9 views

CVE-2026-92774

Wiki.js through 2.5.314 omits page tags from authorization checks in multiple GraphQL resolvers, allowing tag-based access restrictions to be bypassed. Attackers can query the list, tree, tags, searchTags, and links resolvers to retrieve restricted page metadata including titles, descriptions,...

5.3CVSS0.00352EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/16 9:17 p.m.9 views

CVE-2026-92770

Harbor through 2.15.2 fails to properly restrict the q query parameter filtering on scanner registration access credentials. Project administrators can exploit fuzzy filtering on the AccessCredential column to recover the scanner adapter secret one character at a time through response row counts...

7.1CVSS0.00332EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/16 9:17 p.m.7 views

CVE-2026-92759

SecObserve versions before 1.59.1 contain an information disclosure vulnerability in the ApiConfigurationSerializer that fails to strip the basicauthpassword field from API configuration responses. View-only product members can retrieve the decrypted basic-auth password of configured scanner or...

7.1CVSS0.00338EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/16 9:17 p.m.10 views

CVE-2026-92750

Harness through 3.3.0 omits access control validation in the infrastructure provider read endpoint, allowing authenticated users to retrieve provider configurations from spaces they do not belong to. Attackers can query the GET /api/v1/infraproviders endpoint with arbitrary space identifiers to...

7.1CVSS0.0021EPSS
SaveExploits0References5
Rows per page
Query Builder