Total CVEs

137,287

Critical Severity

3,310

High Severity

12,270

Last 7 Days

1,285
Quick preset (or use dates below)
Clear Filters
πŸ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years β†’
Showing 1,561 - 1,580 of 11,967 CVEs
CVE-2026-47294 HIGH - 8.0

Deserialization of untrusted data in Microsoft Office SharePoint allows an authorized attacker to execute code over a network.

Vendor: microsoft
Product: sharepoint_server
Published: Jun 01, 2026
Source: NVD
CVE-2026-45722 HIGH - 7.1

Nextcloud is an open source content collaboration platform. From versions 0.9.0 to before 0.9.7, and 1.0.0 to before 1.0.2, a missing sanitization in the Tables app allowed a user with access to the tables app to perform a limited SQL injection in the ORDER BY statement of a query. Compared to norma...

Vendor: nextcloud
Product: security-advisories
Published: Jun 01, 2026
Source: NVD
CVE-2026-45545 HIGH - 8.2

Nextcloud is an open source content collaboration platform. From versions 0.7.0 to before 0.7.7, 0.8.0 to before 0.8.10, 0.9.0 to before 0.9.8, and 1.0.0 to before 1.0.4, an authenticated attacker with access to the Tables app may be able to execute arbitrary up to 20 bytes long SQL queries, through...

Vendor: nextcloud
Product: security-advisories
Published: Jun 01, 2026
Source: NVD
CVE-2026-45281 HIGH - 8.1

Nextcloud is an open source content collaboration platform. In Nextcloud Server from versions 32.0.0 to before 32.0.9, and 33.0.0 to before 33.0.3, with the knowledge of other users’ principal URL an attacker could possibly send a request to gain full access to their calendar. Therefore, the attacke...

Vendor: nextcloud
Product: security-advisories
Published: Jun 01, 2026
Source: NVD
CVE-2026-43958 HIGH - 7.8

A flaw was found in rrdcached, a component of rrdtool. A local attacker with access to a rrdcached socket can exploit a stack-based buffer overflow by sending an oversized CREATE request. This vulnerability can lead to a denial of service by crashing the daemon or potentially allow for arbitrary cod...

Vendor: Red Hat
Product: Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 6, Red Hat Enterprise Linux 7, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9
Published: Jun 01, 2026
Source: NVD
CVE-2026-43624 HIGH - 8.2

F5-TTS through version 1.1.20 contains a path traversal vulnerability in the finetune Gradio handlers that allows unauthenticated attackers to write arbitrary files by passing unsanitized user-supplied project names directly to os.path.join() without validating the resulting path stays within the in...

Vendor: SWivid
Product: F5-TTS
Published: Jun 01, 2026
Source: NVD
CVE-2026-43623 HIGH - 8.8

microtar through 0.1.0 contains a stack-based buffer overflow vulnerability in the raw_to_header() function in src/microtar.c that allows attackers to corrupt adjacent stack memory by supplying a crafted TAR archive with non-null-terminated name or linkname fields. The function uses strcpy() to copy...

Vendor: rxi
Product: microtar
Published: Jun 01, 2026
Source: NVD
CVE-2026-41013 HIGH - 8.1

Input validation bypass in SMB volume mount handling in CloudFoundry Foundation diego-release allows low-privileged CF space developer to inject arbitrary kernel CIFS mount options via bypassing the mount-option allowlist, enabling privilege escalation and security control bypass on multi-tenant Die...

Vendor: CloudFoundry Foundation
Product: smb-volume-release, CF Deployment
Published: Jun 01, 2026
Source: NVD
CVE-2026-37235 HIGH - 7.5

FlexRIC v2.0.0 trusts the xapp_id field from E42 message payloads without binding it to the sender's SCTP association. The validation function valid_xapp_id() only checks that the value is within the assigned range. A remote unauthenticated attacker can impersonate any xApp by specifying their ...

Vendor: mosaic5g
Product: flexric
Published: Jun 01, 2026
Source: NVD
CVE-2026-37233 HIGH - 7.5

FlexRIC v2.0.0 contains an authorization bypass in the iApp's xApp isolation mechanism. The equality function eq_xapp_ric_gen_id() in src/ric/iApp/xapp_ric_id.c compares m0->xapp_id against itself (m0->xapp_id) instead of the other argument (m1->xapp_id), effectively ignoring the xApp ...

Vendor: mosaic5g
Product: flexric
Published: Jun 01, 2026
Source: NVD
CVE-2026-37232 HIGH - 8.6

An issue was discovered in OpenAirInterface5G 2.4.0 (nr-softmodem) in the E2SM-KPM RAN Function's PRB utilization metric calculation. The functions fill_RRU_PrbTotDl() and fill_RRU_PrbTotUl() in openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_kpm_subs.c (lines 182 and 197) compute PRB usage percentag...

Vendor: openairinterface
Product: openairinterface5g
Published: Jun 01, 2026
Source: NVD
CVE-2026-37231 HIGH - 7.5

FlexRIC v2.0.0 uses a uint16_t counter for xapp_id assignment but stores the value in uint32_t message fields. After 65,530+ E42_SETUP_REQUESTs, the 16-bit counter wraps around and produces duplicate xapp_ids. The iApp (port 36422) crashes when attempting to register a duplicate ID in its internal d...

Vendor: mosaic5g
Product: flexric
Published: Jun 01, 2026
Source: NVD
CVE-2026-37230 HIGH - 7.5

FlexRIC v2.0.0 crashes when the near-RT RIC receives a RIC_INDICATION message with a ran_func_id that does not exist in its registry. The lookup returns NULL, triggering assert() in Debug builds (SIGABRT) or NULL pointer dereference in Release builds (SIGSEGV). A remote unauthenticated attacker can ...

Vendor: mosaic5g
Product: flexric
Published: Jun 01, 2026
Source: NVD
CVE-2026-37229 HIGH - 7.5

FlexRIC v2.0.0 contains a reachable assertion in e2ap_create_pdu() triggered when ASN.1 PER decoding fails. A remote unauthenticated attacker can send any non-PER byte sequence (e.g., a single 0x00 byte) over SCTP to the near-RT RIC (port 36421) or iApp (port 36422) to crash the process via SIGABRT....

Vendor: mosaic5g
Product: flexric
Published: Jun 01, 2026
Source: NVD
CVE-2026-37228 HIGH - 7.5

FlexRIC v2.0.0 contains a reachable assertion in e2ap_recv_sctp_msg() (src/lib/ep/e2ap_ep.c). The function allocates a fixed 32KB receive buffer and enforces assert(rc < len) on the sctp_recvmsg() return value. A remote unauthenticated attacker can send a single SCTP message with payload >= 32...

Vendor: mosaic5g
Product: flexric
Published: Jun 01, 2026
Source: NVD
CVE-2026-37226 HIGH - 7.5

FlexRIC v2.0.0 crashes when the iApp receives an E42_RIC_SUBSCRIPTION_REQUEST referencing a non-existent E2 Node. The lookup function returns NULL, which is enforced by assert() in Debug builds (SIGABRT) and dereferenced in Release builds (SIGSEGV). A remote unauthenticated attacker can crash the iA...

Vendor: mosaic5g
Product: flexric
Published: Jun 01, 2026
Source: NVD
CVE-2026-10281 HIGH - 7.3

A weakness has been identified in Enderfga claw-orchestrator up to 3.5.5. This affects the function EmbeddedServer of the file src/embedded-server.ts of the component API Endpoint. This manipulation causes missing authentication. The attack may be initiated remotely. The exploit has been made availa...

Vendor: Enderfga
Product: claw-orchestrator
Published: Jun 01, 2026
Source: NVD
CVE-2026-10280 HIGH - 7.3

A security flaw has been discovered in horizon921 mcpilot 0.1.0. The impacted element is an unknown function of the file client/src/app/api/mcp/call/route.ts of the component MCP API Call Endpoint. The manipulation of the argument serverBaseUrl results in server-side request forgery. The attack can ...

Vendor: horizon921
Product: mcpilot
Published: Jun 01, 2026
Source: NVD
CVE-2026-0072 HIGH - 7.8

In addInputMethodListener of com.android.server.inputmethod.InputMethodManagerService, there is a missing permission check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.

Vendor: google
Product: android_xr
Published: Jun 01, 2026
Source: NVD

launch-editor allows users to open files with line numbers in editor from Node.js. Prior to version 2.9.0, due to the insufficient sanitization of the `file` argument in the `launchEditor`, an attacker can execute arbitrary commands on Windows by supplying a filename that contains special characters...

Vendor: vitejs
Product: launch-editor, vite
Published: Jun 01, 2026
Source: NVD