Total CVEs

138,591

Critical Severity

3,578

High Severity

12,841

Last 7 Days

1,635
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 4,781 - 4,800 of 34,996 CVEs
CVE-2026-8881 HIGH - 7.5

Version 3.0.7 of the Securly Chrome Extension uses EVP_BytesToKey key derivation with MD5 and a single iteration for AES encryption. MD5 has been broken since 2004 and a single iteration provides no key stretching.

Vendor: securly
Product: securly
Published: Jun 03, 2026
Source: NVD
CVE-2026-8879 HIGH - 7.5

Version 3.0.7 of the Securly Chrome Extension dynamically registers content13.min.js as a content script via chrome.scripting.registerContentScripts() at runtime. This script is NOT declared in manifest.json and bypasses Chrome Web Store static security review. It runs on all URLs and immediately hi...

Vendor: securly
Product: securly
Published: Jun 03, 2026
Source: NVD
CVE-2026-8878 HIGH - 7.5

Version 3.0.7 of the Securly Chrome Extension exposes multiple publicly accessible endpoints that allow unauthenticated access to sensitive data. The exposed information consists of SHA-1 hashes that are inadequately obfuscated using a simple Caesar cipher, which can be easily reversed to recover th...

Vendor: securly
Product: securly
Published: Jun 03, 2026
Source: NVD
CVE-2026-8876 HIGH - 7.3

Version 3.0.7 of the Securly Chrome Extension contains hardcoded, plaintext AES passphrases in securly.min.js. These keys decrypt crisis alert keyword data and intervention site data.

Vendor: securly
Product: securly
Published: Jun 03, 2026
Source: NVD
CVE-2026-8874 HIGH - 7.1

Version 3.0.7 of the Securly Chrome Extension downloads JSON files containing crisis alert keywords and filtering rules over unencrypted HTTP via the Fetch API. Other endpoints in the same extension correctly fetch IWF and CIPA data over HTTPS, demonstrating an inconsistent implementation of TLS.

Vendor: securly
Product: securly
Published: Jun 03, 2026
Source: NVD

Concrete CMS below 9.5.2 is vulnerable to PHP Object Injection via unserialize() calls in the Workflow, Form block, and File/Set components that lack the allowed_classes restriction. An unauthenticated attacker may trigger arbitrary PHP object instantiation if a malicious serialized payload has been...

Published: Jun 03, 2026
Source: NVD
CVE-2026-45702 MEDIUM - 4.4

OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 4.3.0 and prior to version 4.11.0, a type confusion vulnerability exists in OP-TEE OS when processing an FFA_MEM_SHARE...

Vendor: OP-TEE
Product: optee_os
Published: Jun 03, 2026
Source: NVD
CVE-2026-45614 MEDIUM - 4.7

OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Prior to version 4.11.0, on many of the ECDH shared secret paths, the public key isn't verified to be a point on the correct curve. B...

Vendor: OP-TEE
Product: optee_os
Published: Jun 03, 2026
Source: NVD

An authenticated user can persist arbitrary HTML/JavaScript in the email_id or mobile_no fields of a Customer record and trigger unescaped rendering in the Point of Sale (POS) interface for every operator who selects that customer. This issue affects ERPNext: 16.16.0.

Vendor: Frappe
Product: ERPNext
Published: Jun 03, 2026
Source: NVD

An authenticated ERPNext user with Item record edit permissions can persist arbitrary HTML/JavaScript in the item_name, description, or image fields of an Item and trigger unescaped rendering in the Point of Sale (POS) cart interface for every operator who adds that item to a transaction.This issue ...

Vendor: Frappe
Product: ERPNext
Published: Jun 03, 2026
Source: NVD
CVE-2026-26379 MEDIUM - 6.5

Koha versions up to 25.11 contain a Server-Side Request Forgery (SSRF) vulnerability via the Z39.50/SRU server configuration. This allows authenticated attackers to perform internal network scanning and identify running services by analyzing server response times.

Vendor: koha
Product: koha
Published: Jun 03, 2026
Source: NVD
CVE-2026-26378 MEDIUM - 5.4

Cross Site Scripting vulnerability in Koha 25.11 and before allows a remote attacker to execute arbitrary code via file upload function in Invoice features

Vendor: koha
Product: koha
Published: Jun 03, 2026
Source: NVD
CVE-2026-46273 HIGH - 8.6

In the Linux kernel, the following vulnerability has been resolved: ibmveth: Disable GSO for packets with small MSS Some physical adapters on Power systems do not support segmentation offload when the MSS is less than 224 bytes. Attempting to send such packets causes the adapter to freeze, stoppin...

Vendor: Linux
Product: Linux
Published: Jun 03, 2026
Source: NVD
CVE-2026-46272 MEDIUM - 4.7

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode When trying to run perf and sysfs mode simultaneously, the WARN_ON() in tmc_etr_enable_hw() is triggered sometimes: WARNING: CPU: 42 PID: 3911571 at drivers/hwtr...

Vendor: Linux
Product: Linux
Published: Jun 03, 2026
Source: NVD
CVE-2026-46271 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: do WoW offloads only on primary link In case of multi-link connection, WCN7850 firmware crashes due to WoW offloads enabled on both primary and secondary links. Change to do it only on primary link to fix it. Teste...

Vendor: Linux
Product: Linux
Published: Jun 03, 2026
Source: NVD
CVE-2026-46270 HIGH - 8.4

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: Fix use-after-free in power_supply_changed() Using the `devm_` variant for requesting IRQ _before_ the `devm_` variant for allocating/registering the `power_supply` handle, means that the `power_supply` hand...

Vendor: Linux
Product: Linux
Published: Jun 03, 2026
Source: NVD
CVE-2026-46269 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix NULL pointer dereference when parsing devicetree When probing the k230 pinctrl driver, the kernel triggers a NULL pointer dereference. The crash trace showed: [ 0.732084] Unable to handle kernel NULL ...

Vendor: Linux
Product: Linux
Published: Jun 03, 2026
Source: NVD
CVE-2026-46268 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: PCI/P2PDMA: Fix p2pmem_alloc_mmap() warning condition Commit b7e282378773 has already changed the initial page refcount of p2pdma page from one to zero, however, in p2pmem_alloc_mmap() it uses "VM_WARN_ON_ONCE_PAGE(!page_ref_...

Vendor: Linux
Product: Linux
Published: Jun 03, 2026
Source: NVD
CVE-2026-46267 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: shdlc: Stop timers and work before freeing context llc_shdlc_deinit() purges SHDLC skb queues and frees the llc_shdlc structure while its timers and state machine work may still be active. Timer callbacks can schedule s...

Vendor: Linux
Product: Linux
Published: Jun 03, 2026
Source: NVD
CVE-2026-46266 CRITICAL - 9.1

In the Linux kernel, the following vulnerability has been resolved: inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP Yizhou Zhao reported that simply having one RAW socket on protocol IPPROTO_RAW (255) was dangerous. socket(AF_INET, SOCK_RAW, 255); A malicious incoming ICMP packet c...

Vendor: Linux
Product: Linux
Published: Jun 03, 2026
Source: NVD