Lucene search
+L

16392 matches found

CVE
CVE
added 2026/08/21 9:19 p.m.16 views

CVE-2026-53497

CrossWatch (a synchronization engine) prior to version 0.9.21 exposes an unauthenticated information disclosure via the GET /api/app-auth/status endpoint. The endpoint returns the other_sessions array without requiring credentials, leaking metadata for all active sessions including originating IP...

5.3CVSS5.5AI score0.00234EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/21 9:19 p.m.8 views

CVE-2026-53497 CrossWatch: Unauthenticated /api/app-auth/status endpoint leaks active session metadata (IP, User-Agent, session IDs)

CrossWatch CW is a synchronization engine. Prior to version 0.9.21, GET /api/app-auth/status is accessible without authentication and returns the othersessions array, which exposes metadata of all active sessions — including originating IP addresses, User-Agent strings, internal session IDs, and...

5.3CVSS5.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/21 9:19 p.m.13 views

EUVD-2026-64172

CrossWatch CW is a synchronization engine. Prior to version 0.9.21, GET /api/app-auth/status is accessible without authentication and returns the othersessions array, which exposes metadata of all active sessions — including originating IP addresses, User-Agent strings, internal session IDs, and...

5.3CVSS5.5AI score0.00234EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/21 9:16 p.m.14 views

EUVD-2026-64169

Typemill is a flat-file, Markdown-based content management system designed for informational documentation websites. Versions prior to 2.23.0 are vulnerable to stored HTML attribute injection in the page metadata fields og:title and og:description. An authenticated user with permission to modify...

4.6CVSS5.3AI score0.00168EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/21 9:16 p.m.7 views

CVE-2026-53468 Typemill has Stored HTML Attribute Injection in Metadata Fields

Typemill is a flat-file, Markdown-based content management system designed for informational documentation websites. Versions prior to 2.23.0 are vulnerable to stored HTML attribute injection in the page metadata fields og:title and og:description. An authenticated user with permission to modify...

4.6CVSS5.4AI score
SaveExploits0References4
CVE
CVE
added 2026/08/21 9:16 p.m.15 views

CVE-2026-53468

Typemill versions prior to 2.23.0 are vulnerable to stored HTML attribute injection in the page metadata fields (og:title and og:description). The root cause is missing output encoding , allowing an authenticated user with permission to modify page metadata to inject arbitrary HTML attributes int...

4.6CVSS5.3AI score0.00168EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/21 9:16 p.m.28 views

CVE-2026-53468 Typemill has Stored HTML Attribute Injection in Metadata Fields

Typemill is a flat-file, Markdown-based content management system designed for informational documentation websites. Versions prior to 2.23.0 are vulnerable to stored HTML attribute injection in the page metadata fields og:title and og:description. An authenticated user with permission to modify...

4.6CVSS0.00168EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/21 7:11 p.m.8 views

CVE-2026-58214

A flaw was found in NATS Server, a high-performance messaging system. An authenticated MQTT Message Queuing Telemetry Transport client could bypass security permissions by subscribing to an internal subject family. This unauthorized access allows the client to view sensitive MQTT Quality of Servi...

4.3CVSS5.2AI score0.00349EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/21 7:09 p.m.10 views

CVE-2026-74580

A flaw was found in the Linux kernel's vhost subsystem. A local attacker could exploit this vulnerability by reconfiguring a virtual ring vring using specific ioctl commands while a device Input/Output Memory Management Unit IOTLB is attached. This improper handling of the vring metadata cache ca...

8.8CVSS5.4AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/21 6:41 p.m.16 views

EUVD-2026-64048

DiscordChatExporter saves Discord chat logs to a file. Prior to 2.47.2, the VisitEmojiAsync method in DiscordChatExporter.Core/Exporting/HtmlMarkdownVisitor.cs interpolates emoji.Name into the alt attribute and emoji.Code into the title attribute without HTML entity encoding. This affects HTML...

4.1CVSS5.7AI score0.00125EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/21 6:16 p.m.13 views

CVE-2026-17250

A stack-based buffer overflow vulnerability exists in the firmware update functionality of TL-MR6400 v7 due to unsafe processing of attacker-controlled metadata within a firmware image. Successful exploitation may allow an authenticated attacker to trigger memory corruption and execute arbitrary...

8.5CVSS0.00192EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/21 2:53 p.m.11 views

CVE-2026-63343

Incus is a system container and virtual machine manager. Prior to version 7.3.0, a malicious image containing a metadata.yaml symlink pointing to an arbitrary host path allows an authenticated Incus user to read or overwrite any file on the host as root via the instance metadata API. The...

9.9CVSS5.7AI score0.00267EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/21 11:22 a.m.30 views

CVE-2026-77775 Headroom Proxy Sends Upstream Requests to a Client-Supplied Base URL Without Address Validation

Headroom's LLM proxy lets a client choose the upstream destination with the x-headroom-base-url request header. resolveopenaiupstreambase in headroom/proxy/handlers/openai.py accepts the header value, requires only that it parse with an http or https scheme and a hostname, and returns it for use ...

8.6CVSS0.00363EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/21 11:22 a.m.26 views

CVE-2026-77775

Headroom LLM proxy (headroomlabs-ai/headroom) is vulnerable to SSRF via the x-headroom-base-url request header. The functions _resolve_openai_upstream_base and _select_passthrough_base_url accept any URL with an http/https scheme and hostname without rejecting loopback, link-local, or RFC 1918 de...

8.6CVSS5.3AI score0.00363EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/21 11:22 a.m.11 views

EUVD-2026-63904

Headroom's LLM proxy lets a client choose the upstream destination with the x-headroom-base-url request header. resolveopenaiupstreambase in headroom/proxy/handlers/openai.py accepts the header value, requires only that it parse with an http or https scheme and a hostname, and returns it for use ...

8.6CVSS5.4AI score0.00363EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/21 11:22 a.m.21 views

CVE-2026-77775 Headroom Proxy Sends Upstream Requests to a Client-Supplied Base URL Without Address Validation

Headroom's LLM proxy lets a client choose the upstream destination with the x-headroom-base-url request header. resolveopenaiupstreambase in headroom/proxy/handlers/openai.py accepts the header value, requires only that it parse with an http or https scheme and a hostname, and returns it for use ...

7.7CVSS5.5AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/21 9:56 a.m.7 views

CVE-2026-74572

A flaw was found in the Linux kernel's btrfs zoned filesystem. A local user could trigger a deadlock when metadata writeback and transaction commit operations occur simultaneously. This deadlock causes the system to hang, leading to a Denial of Service DoS...

7.5CVSS5.3AI score0.00346EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/21 9:16 a.m.10 views

CVE-2026-77710

A vulnerability in misp-stix could allow a crafted STIX document to influence security-sensitive MISP attribute metadata during import. The STIX import logic automatically selected between the internal MISP parser and the external STIX parser based on metadata contained in the STIX document itsel...

6.9CVSS0.00292EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/21 8:54 a.m.27 views

CVE-2026-77710

misp-stix (the MISP STIX import library) is vulnerable to STIX2 parser confusion and mass assignment (CWE-915, CWE-807). The import logic selected between the internal MISP parser and the external STIX parser based on untrusted metadata—MISP-specific tool labels (STIX2) or document title (STIX1)—...

6.9CVSS5.6AI score0.00292EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/21 8:54 a.m.9 views

CVE-2026-77710 STIX2 Parser Confusion and Mass Assignment Allow Unauthorized MISP Attribute Metadata Injection in misp-stix library

A vulnerability in misp-stix could allow a crafted STIX document to influence security-sensitive MISP attribute metadata during import. The STIX import logic automatically selected between the internal MISP parser and the external STIX parser based on metadata contained in the STIX document itsel...

6.9CVSS5.7AI score
SaveExploits0References5
Rows per page
Query Builder