Security threats and CVE advisories

Current security advisories selected for DataHouse infrastructure contexts: Linux, Windows Server, virtualization, databases, network services and business applications.

Security feed

Recent CVE advisories selected for server infrastructure

The feed is built from NVD, CISA KEV and EPSS signals, then translated and cached for DataHouse users.

Server administration
CategorySwitch between product-focused CVE watchlists.
Showsorted by latest source update
CVE-2026-53226CVSS 5.5Linux

CVE-2026-53226: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: fix generic IRQ chip leak on remove The driver allocates domain generic chips using irq_alloc_domain_generic_chips() during probe. However, on driver remove/teardown, the ...

Updated: 2026-07-18
CVE-2026-53027CVSS 5.5Linux

CVE-2026-53027: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked() When a compressed or sparse attribute has its clusters frame-aligned, vcn is rounded down to the frame start using ...

Updated: 2026-07-18
CVE-2026-46093CVSS 7.8Linux

CVE-2026-46093: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: take vmap_purge_lock in shrinker decay_va_pool_node() can be invoked concurrently from two paths: __purge_vmap_area_lazy() when pools are being purged, and the shrinker via vm...

Updated: 2026-07-18
CVE-2026-45945CVSS 8.8Linux

CVE-2026-45945: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix race condition during PASID entry replacement The Intel VT-d PASID table entry is 512 bits (64 bytes). When replacing an active PASID entry (e.g., during domain replacemen...

Updated: 2026-07-18
CVE-2025-21817CVSS 5.5Linux

CVE-2025-21817: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: block: mark GFP_NOIO around sysfs ->store() sysfs ->store is called with queue freezed, meantime we have several ->store() callbacks(update_nr_requests, wbt, scheduler) to allocate memory...

Updated: 2026-07-18
CVE-2025-21807CVSS 5.5Linux

CVE-2025-21807: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: block: fix queue freeze vs limits lock order in sysfs store methods queue_attr_store() always freezes a device queue before calling the attribute store operation. For attributes that cont...

Updated: 2026-07-18
CVE-2026-53366CVSS 7.8Linux

CVE-2026-53366

In the Linux kernel, the following vulnerability has been resolved: ipv4: account for fraggap on the paged allocation path In __ip_append_data(), when the paged-allocation branch is taken, alloclen and pagedlen are computed as alloclen = fragheaderlen +...

Updated: 2026-07-18
CVE-2026-53363CVSS 9.8Linux

CVE-2026-53363

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags() iptfs_consume_frags() transfers paged fragments from one socket buffer to another but fails to propagate the SKBFL_SHARED...

Updated: 2026-07-18
CVE-2026-53362CVSS 7.8Linux

CVE-2026-53362

In the Linux kernel, the following vulnerability has been resolved: ipv6: account for fraggap on the paged allocation path In __ip6_append_data(), when the paged-allocation branch is taken (MSG_MORE / NETIF_F_SG / large fraglen), alloclen and pagedlen are...

Updated: 2026-07-18
CVE-2026-53361CVSS 7.1Linux

CVE-2026-53361

In the Linux kernel, the following vulnerability has been resolved: af_unix: Set gc_in_progress to true in unix_gc(). Igor Ushakov reported that unix_gc() could run with gc_in_progress being false if the work is scheduled while running: Thread 1 ...

Updated: 2026-07-18
CVE-2026-53360CVSS 8.8Linux

CVE-2026-53360

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in use As per the GHCB spec, when using GHCB v2+ require the software scratch area to reside in the GHCB's shared buffer. Note, thin...

Updated: 2026-07-18
CVE-2026-53359CVSS 8.8Linux

CVE-2026-53359

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow paging use-after-free due to unexpected role Commit 0cb2af2ea66ad ("KVM: x86: Fix shadow paging use-after-free due to unexpected GFN") fixed a shadow paging mismatch ...

Updated: 2026-07-18
CVE-2026-53358CVSS 8.8Linux

CVE-2026-53358

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen() l2cap_chan_close() removes the channel from conn->chan_l, which must be done under conn->lock. cleanup_listen() run...

Updated: 2026-07-18
CVE-2026-53357CVSS 8.0Linux

CVE-2026-53357

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del() bt_accept_dequeue() unlinks a not-yet-accepted child from the parent accept queue and release_sock()s it before retur...

Updated: 2026-07-18
CVE-2026-53356CVSS 7.8Linux

CVE-2026-53356

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Fix phys BO pread/pwrite with offset sg_page() returns struct page pointer not (void *) so the scaling of pread/pwrite is wrong for phys BO and wrong parts of BO would be ac...

Updated: 2026-07-18
CVE-2026-53355CVSS 9.8Linux

CVE-2026-53355

In the Linux kernel, the following vulnerability has been resolved: net: rds: clear i_sends on setup unwind The RDS IB connection teardown path is written so it can run during partial startup and on repeated shutdown attempts. It uses NULL pointers to dis...

Updated: 2026-07-18
CVE-2026-53354CVSS 8.8Linux

CVE-2026-53354

In the Linux kernel, the following vulnerability has been resolved: arm64: errata: Mitigate TLBI errata on various Arm CPUs A number of CPUs developed by Arm suffer from errata whereby a broadcast TLBI;DSB sequence may complete before the global observati...

Updated: 2026-07-18
CVE-2026-53341CVSS 7.8Linux

CVE-2026-53341

In the Linux kernel, the following vulnerability has been resolved: fhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh() may_decode_fh() accesses mount::mnt_ns without holding any locks; that means the mount can concurrently be unmounted, and...

Updated: 2026-07-18
CVE-2026-53329CVSS 7.0Linux

CVE-2026-53329

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Use krealloc_array() in dal_vector_reserve() [Why & How] dal_vector_reserve() computes the allocation size as "capacity * vector->struct_size" using uint32_t arithmetic, ...

Updated: 2026-07-18
CVE-2026-53159CVSS 8.8Linux

CVE-2026-53159: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix DMA address corruption due to find_vma misuse fastrpc_get_args() uses find_vma() to look up the VMA for a user-provided pointer and compute a DMA address offset. When t...

Updated: 2026-07-18
CVE-2026-52968CVSS 8.8Linux

CVE-2026-52968: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic kvm_s390_pci_aif_enable(), kvm_s390_pci_aif_disable(), and aen_host_forward() index the GAIT by manually m...

Updated: 2026-07-18
CVE-2026-63030CVSS 9.8CMS

CVE-2026-63030

WordPress 6.9.x before 6.9.5 and 7.0.x before 7.0.2 is affected by a REST API batch endpoint route confusion issue which, combined with the author__not_in WP_Query SQL Injection (CVE-2026-60137), could allow an attacker to perform SQL Injection and achieve ...

Updated: 2026-07-18
CVE-2026-63089CVSS 9.0VPN

CVE-2026-63089

WireGuard Easy through 15.3.0, fixed in commit 66b292b, contains a cryptographically weak one-time link token generation vulnerability that allows unauthenticated network attackers to recover WireGuard peer credentials by brute-forcing a keyspace of at most...

Updated: 2026-07-18
CVE-2026-50289CVSS 8.7Linux

CVE-2026-50289

systeminformation is a System and OS information library for node.js. Prior to 5.31.7, networkInterfaces() on Linux is vulnerable to OS command injection through the Debian/Ubuntu interfaces(5) source directive because lib/network.js checkLinuxDCHPInterface...

Updated: 2026-07-17
CVE-2026-44182CVSS 10.0Linux

CVE-2026-44182

Jupyter Enterprise Gateway launches remote Jupyter Notebook kernels across distributed clusters like Apache Spark, Kubernetes, and Docker Swarm. In versions prior to 3.3.0, the server interpolates untrusted environment variables (e.g., KERNEL_XXX) into Kube...

Updated: 2026-07-17
CVE-2026-44181CVSS 10.0Linux

CVE-2026-44181

Jupyter Enterprise Gateway launches remote Jupyter Notebook kernels across distributed clusters like Apache Spark, Kubernetes, and Docker Swarm. In versions 2.0.0rc2 and above, prior to 3.3.0, the environment variables (KERNEL_XXX) used during the rendering...

Updated: 2026-07-17
CVE-2026-44180CVSS 9.8Linux

CVE-2026-44180

Jupyter Enterprise Gateway launches remote Jupyter Notebook kernels across distributed clusters like Apache Spark, Kubernetes, and Docker Swarm. Versions 2.0.0rc1 and above prior to 3.3.0 have a prohibited UID and GID feature that by default prevents launch...

Updated: 2026-07-17
CVE-2026-46515CVSS 9.3Backup

CVE-2026-46515

Frogman provides headless PBX control through MCP and HTTP API. Prior to 1.6.3, PERM_READ access was sufficient to call fm_list_managers, fm_list_pinsets, fm_show_context, fm_get_mcp_config, fm_backup_status, fm_whos_calling, fm_run_saved_query, and fm_diag...

Updated: 2026-07-17
CVE-2026-9810CVSS 9.8CMS

CVE-2026-9810

The AI Copilot WordPress plugin before 1.5.4 does not bind OAuth access tokens to a WordPress user, and accepts any valid token as an administrator session, allowing unauthenticated attackers who complete the public OAuth flow to execute privileged MCP too...

Updated: 2026-07-17
CVE-2026-15982CVSS 9.8Web

CVE-2026-15982

The Aimogen Pro - All-in-One AI Content Writer, Editor, ChatBot & Automation Toolkit plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 2.8.4. This is due to due to a missing capability check on the 'aiomatic_ca...

Updated: 2026-07-17
CVE-2026-53281CVSS 8.8Linux

CVE-2026-53281: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid NULL pointer dereference or refcount corruption Commit 60f030f7418d ("iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE") fixed a NULL pointer dereference in an unlikely ...

Updated: 2026-07-17
CVE-2026-39832CVSS 9.1SSH

CVE-2026-39832: crypto vulnerability

When adding a key to a remote agent constraint extensions such as restrict-destination-v00@openssh.com were not serialized in the request. Destination restrictions were silently stripped when forwarding keys, allowing unrestricted use of the key on the remo...

Updated: 2026-07-17
CVE-2026-59865CVSS 9.3Windows

CVE-2026-59865

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.32.5, `kiota info` read x-ms-kiota-info.languagesInformation.<language>.dependencyInstallCommand plus dependency name and version values from an OpenAPI description and presented the spec-supp...

Updated: 2026-07-17
CVE-2026-59864CVSS 9.3Windows

CVE-2026-59864

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.32.5, `kiota plugin add` and `kiota plugin generate` (with `-t APIPlugin`) emitted attacker-controlled static_template.file values from x-ai-adaptive-card and x-ai-capabilities into generated ...

Updated: 2026-07-17
CVE-2026-25089CVSS 9.8CISA KEVFirewall

CVE-2026-25089: Fortinet FortiSandbox OS Command Injection Vulnerability

A improper neutralization of special elements used in an os command ('os command injection') vulnerability in Fortinet FortiSandbox 5.0.0 through 5.0.5, FortiSandbox 4.4.0 through 4.4.8, FortiSandbox 4.2 all versions, FortiSandbox Cloud 5.0.4 through 5.0.5,...

Updated: 2026-07-17
CVE-2026-39808CVSS 9.8CISA KEVFirewall

CVE-2026-39808: Fortinet FortiSandbox OS Command Injection Vulnerability

A improper neutralization of special elements used in an os command ('os command injection') vulnerability in Fortinet FortiSandbox 4.4.0 through 4.4.8 may allow attacker to execute unauthorized code or commands via <insert attack vector here>

Updated: 2026-07-17
CVE-2026-45695CVSS 9.8Windows

CVE-2026-45695

Kopia is a cross-platform backup tool for Windows, macOS, and Linux with fast incremental backups, client-side end-to-end encryption, compression, and data deduplication. Prior to 0.23.0, Kopia's HTTP server started with --without-password accepts unauthent...

Updated: 2026-07-16
CVE-2026-14890CVSS 9.1Backup

CVE-2026-14890

SGLang uses an expert-parallel backup subsystem that exposes a ZeroMQ PULL socket on a routable network interface that does not contain authentication or deserialization safeguards, allowing an attacker to provide a malicious pickle file that results in una...

Updated: 2026-07-16
CVE-2026-54733CVSS 9.3Windows

CVE-2026-54733

The Microsoft 365 and Microsoft Entra ID Plugins for Moodle provide Office 365 and Azure Active Directory integration for Moodle. Prior to 4.5.6, 5.0.5, and 5.1.1, the Microsoft Office 365 Integration plugin local_o365 Teams SSO endpoint sso_login.php base6...

Updated: 2026-07-16
CVE-2026-49170CVSS 7.8Windows

CVE-2026-49170: windows 10 1809 vulnerability

Insufficient granularity of access control in Windows StateRepository API allows an authorized attacker to elevate privileges locally.

Updated: 2026-07-16
CVE-2026-59840CVSS 4.3Firewall

CVE-2026-59840: fortiproxy vulnerability

A buffer over-read vulnerability in Fortinet FortiOS 7.6.0 through 7.6.3, FortiOS 7.4.0 through 7.4.8, FortiOS 7.2 all versions, FortiOS 7.0 all versions, FortiOS 6.4 all versions, FortiProxy 7.6.0 through 7.6.5, FortiProxy 7.4.0 through 7.4.13, FortiProxy ...

Updated: 2026-07-16
CVE-2025-43892CVSS 4.3Firewall

CVE-2025-43892: fortiproxy vulnerability

A buffer over-read vulnerability in Fortinet FortiOS 7.6.0 through 7.6.3, FortiOS 7.4.0 through 7.4.8, FortiOS 7.2 all versions, FortiOS 7.0 all versions, FortiOS 6.4 all versions may allow an authenticated remote attacker to return a portion of device memo...

Updated: 2026-07-16
CVE-2026-46339CVSS 10.0General

CVE-2026-46339

9Router is an AI router & token saver. From 0.4.30 until 0.4.37, 9Router's src/proxy.js middleware did not protect /api/cli-tools/* and /api/mcp/*, allowing unauthenticated registration of customPlugins through src/app/api/cli-tools/cowork-settings/route.js...

Updated: 2026-07-16
CVE-2026-15925CVSS 9.2DNS

CVE-2026-15925

Improper TLS hostname verification in Snowflake Connector for Python versions prior to 4.7.1 and 3.18.1 may have allowed a network-positioned attacker to bypass certificate hostname validation on HTTPS connections made by the connector. An attacker with on-...

Updated: 2026-07-16
CVE-2026-52887CVSS 10.0Database

CVE-2026-52887

NocoBase is an AI-powered no-code/low-code platform for building business applications and enterprise solutions. Prior to 2.0.61, NocoBase @nocobase/plugin-notification-in-app-message exposed GET /api/myInAppChannels:list, where the filter[latestMsgReceiveT...

Updated: 2026-07-16
CVE-2026-15013CVSS 9.8Web

CVE-2026-15013

The SAML Single Sign On – SSO Login plugin for WordPress is vulnerable to Authentication Bypass via SAML Signature Algorithm Confusion in all versions up to, and including, 5.4.3. The vulnerability exists because `Mo_SAML_Utilities::mo_saml_cast_key()` read...

Updated: 2026-07-16
CVE-2026-53232CVSS 8.8Linux

CVE-2026-53232: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: net: phy: clean the sfp upstream if phy probing fails Sashiko reported that we don't call sfp_bus_del_upstream() in the probe failure path, so let's add it, otherwise the sfp-bus is left ...

Updated: 2026-07-16
CVE-2026-46243CVSS 7.1Linux

CVE-2026-46243: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: smb: client: reject userspace cifs.spnego descriptions cifs.spnego key descriptions contain authority-bearing fields such as pid, uid, creduid, and upcall_target that cifs.upcall treats a...

Updated: 2026-07-16
CVE-2026-46189CVSS 7.8Linux

CVE-2026-46189: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so calling it before t...

Updated: 2026-07-16
CVE-2026-46092CVSS 5.5Linux

CVE-2026-46092: linux kernel vulnerability

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: check for PCI upstream bridge existence pci_upstream_bridge() returns NULL if the device is on a root bus. If 8821CE is installed in the system with such a PCI topology, the...

Updated: 2026-07-16
CVE-2026-44578CVSS 8.6Runtime

CVE-2026-44578: next.js vulnerability

Next.js is a React framework for building full-stack web applications. From 13.4.13 to before 15.5.16 and 16.2.5, self-hosted applications using the built-in Node.js server can be vulnerable to server-side request forgery through crafted WebSocket upgrade r...

Updated: 2026-07-16
CVE-2026-42530CVSS 9.2Web

CVE-2026-42530: nginx gateway fabric vulnerability

NGINX Open Source has a vulnerability in the ngx_http_v3_module module. When NGINX Open Source is configured to use the HTTP/3 QUIC module, a remote unauthenticated attacker along with conditions beyond their control can use a specially crafted HTTP/3 sessi...

Updated: 2026-07-16

Security newsletter

Get new CVE alerts before they become an incident

We send selected infrastructure threats in English, with practical notes for DataHouse environments.

  • DataHouse: server administration and secure cloud
  • Hostilla.pl: hosting and mail services
  • SecDNS.pl: free DNS security layer