Lucene search
+L

47364 matches found

NVD
NVD
added 2026/08/06 10:17 p.m.11 views

CVE-2026-48088

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.4, the route POST /api/tenants/tenantId/staff/staffId/crypto accepts and stores attacker-controlled ML-KEM-768 public keys against any tenant on the platform without...

9.4CVSS0.00293EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/06 10:17 p.m.10 views

CVE-2026-43629

llama.cpp builds b4882 through b9058 contain a heap buffer overflow vulnerability in the KV cache state restore path where the statereaddata function computes write size without overflow checking, allowing attackers with write access to the slotsavepath directory to corrupt heap memory. Attackers...

9.2CVSS0.00619EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/06 9:34 p.m.31 views

CVE-2026-48088 OpenReception vulnerable to unauthenticated staff crypto poisoning that breaks E2E recipient directory

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.4, the route POST /api/tenants/tenantId/staff/staffId/crypto accepts and stores attacker-controlled ML-KEM-768 public keys against any tenant on the platform without...

9.4CVSS0.00293EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/06 9:34 p.m.10 views

CVE-2026-48088 OpenReception vulnerable to unauthenticated staff crypto poisoning that breaks E2E recipient directory

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.4, the route POST /api/tenants/tenantId/staff/staffId/crypto accepts and stores attacker-controlled ML-KEM-768 public keys against any tenant on the platform without...

9.4CVSS5.7AI score
SaveExploits0References4
CVE
CVE
added 2026/08/06 9:34 p.m.67 views

CVE-2026-48088

OpenReception’s OpenReception appointment-booking software (prior to version 1.0.4) is vulnerable to unauthenticated crypto key provisioning via POST /api/tenants/{tenantId}/staff/{staffId}/crypto, allowing attacker-controlled ML-KEM-768 public keys to be registered for any tenant. The handler lo...

9.4CVSS5.6AI score0.00293EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/06 8:33 p.m.9 views

crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages

A flaw was found in the crypto/tls package within the Go golang standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock,...

7.5CVSS5.5AI score0.00621EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/06 8:33 p.m.11 views

golang.org/x/crypto/ssh/knownhosts: golang: golang.org/x/crypto/ssh/knownhosts: Revocation bypass via unchecked SignatureKey

A flaw was found in golang.org/x/crypto/ssh/knownhosts. This vulnerability occurs because the system did not correctly check for the revocation status of a SignatureKey belonging to a Certificate Authority CA. A remote attacker could potentially exploit this by presenting a revoked key, leading t...

9.1CVSS5.6AI score0.07314EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/06 8:33 p.m.11 views

Important: Red Hat Security Advisory: container-tools:rhel8 security update

An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On. Red Hat Product Security has rated this update as having a security impact of...

10CVSS5.5AI score0.07314EPSS
SaveExploits4References10
OSV
OSV
added 2026/08/06 8:15 p.m.8 views

GHSA-HQVF-45JJ-MCCQ AWS CLI: Disabled SSH host key verification in Amazon AWS CLI EMR helper commands

Summary The AWS Command Line Interface AWS CLI is a unified tool to manage AWS services from the command line. An issue exists where the EMR SSH helper commands aws emr ssh, aws emr socks, aws emr put, aws emr get passed StrictHostKeyChecking=no to the underlying SSH client, disabling host key...

6.9CVSS5.7AI score0.00291EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/08/06 8:15 p.m.16 views

AWS CLI: Disabled SSH host key verification in Amazon AWS CLI EMR helper commands

Summary The AWS Command Line Interface AWS CLI is a unified tool to manage AWS services from the command line. An issue exists where the EMR SSH helper commands aws emr ssh, aws emr socks, aws emr put, aws emr get passed StrictHostKeyChecking=no to the underlying SSH client, disabling host key...

6.9CVSS5.7AI score0.00291EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/08/06 7:51 p.m.10 views

CVE-2026-71437

Mermaid is a JavaScript tool that uses Markdown-inspired text to create and modify diagrams and charts. From version 11.5.0 until 11.16.1, Mermaid Architecture Diagrams are vulnerable to prototype pollution when a diagram defines a group with an id of proto. Because the group id is used directly ...

6.5CVSS5.4AI score0.00363EPSS
SaveExploits0
OSV
OSV
added 2026/08/06 7:43 p.m.17 views

MAL-2026-13461 Malicious code in supersig (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 557f8e62aa65bb4fe5e96a52cf6c5ba83c2f1bcf47eca3027bf4daca071249e5 The published dist bundles dist/supersig.cjs.js, dist/supersig.esm.js, dist/supersig.umd.js, reached via the package's main/module/browser entries on...

5.7AI score
SaveExploits0References2
CVE
CVE
added 2026/08/06 5:34 p.m.78 views

CVE-2026-63725

The CVE describes an authenticated OS command injection in sysPass, where FileBackupService::doBackupFiles() constructs a tar command by directly inserting the config-provided backup path ($this->path) into the shell command without escaping or validation, and passes it to exec(). This path co...

8.6CVSS6.5AI score0.00257EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/06 5:34 p.m.11 views

CVE-2026-63725

sysPass's FileBackupService::doBackupFiles in lib/SP/Services/Backup/FileBackupService.php around line 388 builds a tar shell command by string-concatenating the backup directory path $this-path directly into the command line 'tar czf ' . $backupFileApp . ' ' . BASEPATH . ' --exclude "'...

8.6CVSS6.5AI score0.00257EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/08/06 4:40 p.m.71 views

CVE-2026-11976

MonsterInsights Pro updates 10.2.0 and 10.2.2 were distributed from the official update bucket and contain a malicious file, class-system-check.php, due to a compromised AWS S3 bucket. Three distinct variants were observed on 2026-06-11, all using the same AES-256-GCM key, indicating a single thr...

10CVSS5.4AI score0.00486EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/06 4:34 p.m.12 views

GHSA-6765-C87H-8MRF 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
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/08/06 4:34 p.m.15 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
ATTACKERKB
ATTACKERKB
added 2026/08/06 4:34 p.m.13 views

CVE-2026-71326

Traefik is an open source HTTP reverse proxy and load balancer. From 3.6.11 until 3.6.25 and 3.7.10, Traefik's BasicAuth middleware in pkg/middlewares/auth/basicauth.go deduplicates concurrent password checks with a singleflight key built from the delimiter-free concatenation of password and...

2.1CVSS5.5AI score0.00356EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/08/06 4:34 p.m.13 views

EUVD-2026-54297

Traefik is an open source HTTP reverse proxy and load balancer. From 3.6.11 until 3.6.25 and 3.7.10, Traefik's BasicAuth middleware in pkg/middlewares/auth/basicauth.go deduplicates concurrent password checks with a singleflight key built from the delimiter-free concatenation of password and...

2.1CVSS5.5AI score0.00356EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/06 3:48 p.m.80 views

CVE-2026-43629

The CVE-2026-43629 entry concerns llama.cpp builds b4882–b9058 with a heap buffer overflow in the KV cache state restore path. The root cause is state_read_data() computing the write size without overflow checks, enabling an attacker with write access to the slot_save_path directory to craft mali...

9.2CVSS6.5AI score0.00619EPSS
SaveExploits0References2
Rows per page
Query Builder