Lucene search
+L

227542 matches found

NVD
NVD
added 2026/08/24 4:16 p.m.7 views

CVE-2026-13212

The Zephyr virtio driver does not validate the descriptor-chain head id that the virtio device writes into the used ring. In virtioisr drivers/virtio/virtiocommon.c, the device-written vq-used-ringidx.id is used directly as an index into vq-recvcbs and vq-desc, which are both allocated with exact...

8.8CVSS0.00223EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 4:09 p.m.12 views

CVE-2026-59230

Apache Camel's camel-mail component (MimeMultipart data format) is vulnerable to header injection when headersInline is explicitly set to true. During unmarshalling, MIME headers from the incoming message are copied onto the Camel Exchange via setHeader without a HeaderFilterStrategy, allowing a ...

6.5CVSS5.6AI score0.00159EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/08/24 4:07 p.m.2 views

CVE-2026-76071

CVE-2026-76071: تجاوز سعة مخزن مؤقت مكدسي غير مُصادَق عليه قبل المصادقة عبر sscanf %^, في معالج ipFilterList في skkset.cgi في Netis NC63 الباحث: أوزجان إرسان @ozcanpng حالة الإفصاح CVE: CVE-2026-76071 البائع: Netis Systems Co., Ltd. المنتج: راوتر Netis NC63 AC1200 اللاسلكي ثنائي النطاق جيجابت...

9.8CVSS5.3AI score0.01061EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2026/08/24 3:56 p.m.3 views

CVE-2024-25832-PoC

CVE-2024-25830 e CVE-2024-25832 - Controllo degli accessi improprio e caricamento di file senza restrizioni in DataCube3. Panoramica Questo repository presenta un Proof of Concept PoC per una catena di exploit in due fasi che prende di mira i dispositivi DataCube3. Combina CVE-2024-25830 Controll...

9.8CVSS7.7AI score0.2403EPSS
SaveExploits6
EUVD
EUVD
added 2026/08/24 3:43 p.m.9 views

EUVD-2026-64925

The Zephyr virtio driver does not validate the descriptor-chain head id that the virtio device writes into the used ring. In virtioisr drivers/virtio/virtiocommon.c, the device-written vq-used-ringidx.id is used directly as an index into vq-recvcbs and vq-desc, which are both allocated with exact...

8.8CVSS6.3AI score0.00223EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 3:43 p.m.14 views

CVE-2026-13212

The Zephyr RTOS virtio driver contains an out-of-bounds read in virtio_isr() (drivers/virtio/virtio_common.c). The device-written descriptor-chain head id from the used ring is used directly as an index into recv_cbs[] and desc[] without a bounds check. A malicious or compromised virtio backend (...

8.8CVSS6.2AI score0.00223EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/24 3:33 p.m.7 views

EUVD-2026-64919

BookStack before 26.05.4 contains a broken access control vulnerability that allows authenticated API users with image-update or image-delete permissions to manipulate other users' avatars by exploiting missing content-type restrictions in the Image Gallery API endpoints. Attackers can supply a...

5.3CVSS5.5AI score0.00238EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/24 3:33 p.m.31 views

CVE-2026-67204 BookStack < 26.05.4 Broken Access Control via Image Gallery API

BookStack before 26.05.4 contains a broken access control vulnerability that allows authenticated API users with image-update or image-delete permissions to manipulate other users' avatars by exploiting missing content-type restrictions in the Image Gallery API endpoints. Attackers can supply a...

5.4CVSS0.00238EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/24 3:33 p.m.12 views

CVE-2026-67204

BookStack before 26.05.4 contains a broken access control vulnerability in the Image Gallery API endpoints . The API controller loads any image type without the content-type restrictions enforced by the web controller's gallery and drawio checks. An authenticated user with image-update or image-d...

5.4CVSS5.3AI score0.00238EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/24 3:24 p.m.8 views

grafana: Grafana Auth Proxy: Unauthorized access due to incorrect IPv6 allow-list default

A flaw in Grafana's Auth Proxy IPv6 allow-list incorrectly defaults to a broad /32 subnet mask instead of a strict /128. This misconfiguration allows remote attackers to bypass access restrictions, potentially leading to unauthorized access and data manipulation...

7.4CVSS5.4AI score0.00282EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/24 3:24 p.m.9 views

grafana: Grafana: Privilege escalation via dashboard overwrite

A flaw was found in Grafana. A user with editor privileges can overwrite a dashboard not owned by them, leading to privilege escalation on that specific dashboard. This allows the editor to gain administrative control over the affected dashboard...

7.1CVSS5.4AI score0.00226EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/24 3:16 p.m.6 views

CVE-2026-39914

TIM Flow before 26.0.6 contains an improper authorization vulnerability that allows any authenticated user to submit arbitrary SQL queries to a privileged dashboard Excel export endpoint intended for administrative use only. Attackers can craft and submit unauthorized SQL queries to the export...

7.1CVSS0.00273EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/24 2:37 p.m.6 views

kernel: selinux: fix overlayfs mmap() and mprotect() access checks

A flaw was found in the Linux kernel's SELinux security module when handling overlayfs. The existing security model for overlayfs does not properly enforce access controls for mmap and mprotect operations. This oversight could allow a local attacker to bypass intended security policies, potential...

7.1CVSS5.4AI score0.00123EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/24 2:28 p.m.13 views

CVE-2026-9728

CVE-2026-9728 is a time-of-check/time-of-use (TOCTOU) race condition in the Zephyr RTOS userspace mailbox subsystem. The syscall verifier z_vrfy_mbox_send() in drivers/mbox/mbox_handlers.c validates msg-&gt;data/msg-&gt;size by reading them directly from live userspace memory, then forwards the o...

6.4CVSS5.4AI score0.00083EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/24 2:21 p.m.3 views

CVE-2025-67888

CVE-2025-67888 Vulnerabilidade de Injeção de Comandos do SO no Control Web Panel = 0.9.8.1208 admin/index.php Versões Afetadas: Versão 0.9.8.1208 e versões anteriores. Descrição da Vulnerabilidade: A entrada do usuário passada por meio do parâmetro GET "key" para /admin/index.php quando o parâmet...

7.3CVSS5.2AI score0.03602EPSS
SaveExploits3
NVD
NVD
added 2026/08/24 2:17 p.m.8 views

CVE-2026-78372

RansomLook does not consistently enforce authorization checks when accessing groups, markets, and ransom notes marked as private. An unauthenticated or otherwise unauthorized remote attacker can access information associated with private entities through several web views and API endpoints. The...

9.2CVSS0.00481EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/24 2:17 p.m.9 views

CVE-2026-78370

RansomLook contains an authorization flaw in its legacy database export functionality that can allow unauthenticated remote users to retrieve information intended to remain private. The /export/ endpoint permits selected internal databases to be exported without requiring authentication. While...

9.2CVSS0.00486EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/24 2:16 p.m.6 views

CVE-2025-68833

HCL Hive Keycloak IAM Instance is affected by insufficient granularity of access control which could allow an attacker unauthorized access to resources...

5.3CVSS0.00153EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/24 2:16 p.m.7 views

EUVD-2026-64895

TIM Flow before 26.0.6 contains an improper authorization vulnerability that allows any authenticated user to submit arbitrary SQL queries to a privileged dashboard Excel export endpoint intended for administrative use only. Attackers can craft and submit unauthorized SQL queries to the export...

7.1CVSS6AI score0.00273EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/24 2:12 p.m.2 views

CVE-2024-50945

CVE-2024-50945 Descrizione SimplCommerce è affetto da una vulnerabilità di controllo degli accessi non corretti nel sistema di recensioni, che consente a utenti non autorizzati di pubblicare recensioni per prodotti che non hanno acquistato. Metodo di rilevamento Un attaccante può rilevare questa...

7.5CVSS5.2AI score0.00615EPSS
SaveExploits0References2
Rows per page
Query Builder