Total CVEs

138,196

Critical Severity

3,545

High Severity

12,691

Last 7 Days

1,953
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 281 - 300 of 34,601 CVEs
CVE-2026-53874 CRITICAL - 9.8

picklescan before 1.0.1 contains an unsafe deserialization vulnerability allowing unauthenticated users to execute arbitrary code by hiding eval calls nested under callable objects via getattr. Attackers can embed malicious code in pickle files that evades detection but executes when the pickle is l...

Vendor: picklescan
Product: picklescan
Published: Jun 17, 2026
Source: NVD
CVE-2026-53873 CRITICAL - 9.8

picklescan before 1.0.4 contains an incomplete blocklist for the profile module that fails to block the module-level profile.run() function, allowing attackers to achieve arbitrary code execution via exec(). Attackers can craft malicious pickle files calling profile.run(statement) to execute arbitra...

Vendor: picklescan
Product: picklescan
Published: Jun 17, 2026
Source: NVD
CVE-2026-53872 HIGH - 7.5

picklescan before 0.0.35 contains an unsafe pickle deserialization vulnerability allowing unauthenticated attackers to read arbitrary server files by chaining io.FileIO and urllib.request.urlopen. Attackers can bypass RCE-focused blocklists to exfiltrate sensitive data like /etc/passwd to external s...

Vendor: picklescan
Product: picklescan
Published: Jun 17, 2026
Source: NVD
CVE-2026-3490 CRITICAL - 10.0

picklescan before 1.0.4 fails to block pkgutil.resolve_name, allowing attackers to bypass the entire blocklist by resolving any dangerous function through indirect REDUCE calls. Remote attackers can invoke any blocked function such as os.system, builtins.exec, or subprocess.call to achieve remote co...

Published: Jun 17, 2026
Source: NVD
CVE-2026-36418 CRITICAL - 9.1

JimuReport versions 2.3.4 and below are vulnerable to remote code execution due to improper handling of Aviator expressions. The /jmreport/executeSelectApi endpoint passes user-supplied input directly to the Aviator expression engine without adequate validation allowing attackers to execute arbitrar...

Published: Jun 17, 2026
Source: NVD
CVE-2026-35069 MEDIUM - 5.7

Dell PowerFlex Manager, version(s) [Versions], contain(s) an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability. A low privileged attacker with adjacent network access could potentially exploit this vulnerability, leading to Script injection.

Vendor: Dell
Product: PowerFlex
Published: Jun 17, 2026
Source: NVD

Dell PowerFlex Manager, version(s) [Versions], contain(s) an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability. A low privileged attacker with adjacent network access could potentially exploit this vulnerability, leading to information discl...

Vendor: Dell
Product: PowerFlex
Published: Jun 17, 2026
Source: NVD
CVE-2026-32652 HIGH - 7.8

Dell AIOps Collector versions prior to 1.18.3 contain a "Use of Default Credentials" vulnerability. A low privileged attacker with console access could potentially exploit this vulnerability to gain Filesystem access. This vulnerability only affects fresh installations of Collector version...

Vendor: Dell
Product: AIOps
Published: Jun 17, 2026
Source: NVD
CVE-2026-20246 MEDIUM - 6.0

A vulnerability in the vmadmin CLI of Cisco Umbrella Virtual Appliance could allow an authenticated, local attacker to elevate privileges on an affected device. This vulnerability is due to insufficient validation of user-supplied commands. An attacker with vmadmin privileges could exploit this v...

Vendor: Cisco
Product: Cisco Umbrella Insights Virtual Appliance
Published: Jun 17, 2026
Source: NVD
CVE-2026-20220 MEDIUM - 6.3

A vulnerability in the web-based management interface of Cisco Crosswork Network Controller could allow an authenticated, remote attacker to execute arbitrary commands on an affected device. This vulnerability is due to insufficient input validation in the configuration template...

Vendor: Cisco
Product: Cisco Crosswork Network Change Automation
Published: Jun 17, 2026
Source: NVD
CVE-2026-20190 HIGH - 7.5

A vulnerability in Cisco ISE and ISE-PIC could allow an unauthenticated, remote attacker to view sensitive information on an affected device. This vulnerability is due to improper authorization checks when a resource is accessed. An attacker could exploit this vulnerability by sending crafted tra...

Vendor: Cisco
Product: Cisco Identity Services Engine Software, Cisco ISE Passive Identity Connector
Published: Jun 17, 2026
Source: NVD
CVE-2026-20181 CRITICAL - 9.1

A vulnerability in Cisco ISE and ISE-PIC could allow an authenticated, remote attacker to execute arbitrary commands on the underlying operating system of an affected device. To exploit this vulnerability, the attacker must have valid administrative credentials. This vulnerability is due to insuf...

Vendor: Cisco
Product: Cisco Identity Services Engine Software, Cisco ISE Passive Identity Connector
Published: Jun 17, 2026
Source: NVD
CVE-2026-1288 MEDIUM - 5.5

A maliciously crafted RFA file, when converted to FormIt via โ€œConvert RFA to FormItโ€ in Autodesk Revit, can force a NULL Pointer Dereference vulnerability. Successful exploitation may cause the application to crash, leading to a denial-of-service condition.

Published: Jun 17, 2026
Source: NVD
CVE-2026-12515 MEDIUM - 4.3

A flaw was found in Katello's of Red Hat Satellite. A content upload functionality where insufficient authorization checks in the ContentUploadsController allowed users with the edit_products permission to query content information for repositories outside the products they were authorized to m...

Vendor: Red Hat
Product: Red Hat Hardened Images, Red Hat Satellite 6
Published: Jun 17, 2026
Source: NVD
CVE-2026-12151 HIGH - 7.5

Impact: The undici WebSocket client enforces maxPayloadSize on the cumulative byte count of fragments in a message but does not enforce a limit on the number of fragments. A malicious WebSocket server can stream many small or empty continuation frames that each pass per-frame and cumulative-size val...

Vendor: undici
Product: undici
Published: Jun 17, 2026
Source: NVD
CVE-2025-71325 CRITICAL - 9.8

picklescan before 0.0.27 contains a parsing logic error in the _list_globals function when handling STACK_GLOBAL opcodes, failing to track arguments in the correct range and allowing malicious pickle files to bypass detection. Attackers can craft pickle files with arguments at position zero to trigg...

Vendor: picklescan
Product: picklescan
Published: Jun 17, 2026
Source: NVD
CVE-2025-71323 CRITICAL - 9.8

picklescan before 0.0.33 fails to block the ctypes module, allowing attackers to achieve remote code execution by invoking direct syscalls and accessing raw memory. Attackers can craft malicious pickle files using ctypes.WinDLL to load kernel32.dll and execute arbitrary commands, bypassing sandbox p...

Vendor: picklescan
Product: picklescan
Published: Jun 17, 2026
Source: NVD
CVE-2025-71322 HIGH - 8.8

PickleScan before 0.0.33 fails to include the pty.spawn function in its unsafe globals list, allowing attackers to bypass security checks. Malicious actors can craft pickle payloads using pty.spawn to achieve arbitrary code execution when files are processed by PickleScan.

Vendor: PickleScan
Product: PickleScan
Published: Jun 17, 2026
Source: NVD
CVE-2025-71321 CRITICAL - 9.8

picklescan before 0.0.33 contains an arbitrary file writing vulnerability that allows attackers to bypass the dangerous blocklist by using distutils.file_util.write_file. Attackers can construct malicious pickle objects to overwrite critical system files and achieve denial of service or remote code ...

Vendor: picklescan
Product: picklescan
Published: Jun 17, 2026
Source: NVD
CVE-2025-71320 CRITICAL - 9.8

picklescan before 0.0.33 contains an incomplete deny-list that fails to block pydoc.locate and operator.methodcaller functions, allowing attackers to bypass security checks. Remote attackers can craft malicious pickle files using these unblocked functions to achieve arbitrary code execution when the...

Vendor: picklescan
Product: picklescan
Published: Jun 17, 2026
Source: NVD