CISA adds Google, Microsoft and QNAP bugs to exploited vulnerabilities list
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2017-11317 | Unrestricted File Upload / RCE in Progress Telerik UI for ASP.NET AJAX Telerik.Web.UI in Progress Telerik UI for ASP.NET AJAX before R1 2017 and in R2 releases before R2 2017 SP2 uses weak encryption for the RadAsyncUpload component, allowing unauthenticated remote attackers to forge upload parameters, upload arbitrary files to the web server, and ultimately execute arbitrary code. The flaw is triggered simply by sending crafted requests to the vulnerable upload handler over the network, with no authentication or user interaction required. Successful exploitation gives an attacker arbitrary file upload and remote code execution in the context of the ASP.NET application, which is typically hosted on IIS web servers. Any site or application built with Telerik UI for ASP.NET AJAX is affected, and the weakness is confirmed exploited in the wild: it was added to CISA's Known Exploited Vulnerabilities catalog on 2022-04-11, and related reporting describes multiple hacking groups — including IIS/ASP.NET-focused APT actors — breaching a U.S. federal agency through it. Do: Upgrade Telerik UI for ASP.NET AJAX to R1 2017 or R2 2017 SP2 (or later) per vendor instructions, and verify the deployed Telerik.Web.UI.dll version in each application's bin folder. Given active in-the-wild exploitation of IIS/ASP.NET applications, review affected web servers for unauthorized uploads and web shells and rotate ASP.NET machine keys used with RadAsyncUpload. | 9.8 | 84% | KEV PoC ×2 |
| large≈tens of thousands of internet-exposed ASP.NET/IIS applications; the total installed base (including internal apps) is plausibly far larger | |
| CVE-2020-2509 | Command Injection RCE in QNAP Network-Attached Storage (NAS) QNAP Network-Attached Storage (NAS) devices contain a command injection vulnerability (CWE-77/CWE-78) in which unsanitized input is passed to an operating-system command shell, allowing remote attackers to run arbitrary commands. The flaw is reachable over the network through the NAS device's software interfaces, so an attacker who can reach a vulnerable device can trigger the injection and achieve remote code execution. Successful exploitation gives an attacker control of the NAS, including access to stored data and a potential foothold for lateral movement or ransomware, though CISA has not confirmed ransomware use in this case. Any organization running an affected QNAP NAS device is exposed, especially where the management interface is internet-facing; exact affected version ranges are not stated in the available data and should be taken from QNAP's security advisory. The vulnerability was added to CISA's Known Exploited Vulnerabilities catalog on 2022-04-11, indicating exploitation has been observed in the wild, and its 33.4% EPSS score (98th percentile) signals elevated near-term exploitation risk, although no public PoC is known. Do: Apply the vendor's firmware/OS updates per QNAP's security advisory, as this is the required action under CISA's KEV catalog. Until patched, remove direct internet exposure of NAS management interfaces and restrict access via firewall rules or VPN. Because exploitation has been observed in the wild, check NAS logs for unexpected commands, processes, or logins even after updating. | 9.8 | 33% | KEV |
| massHundreds of thousands of internet-exposed QNAP NAS devices (total installed base in the millions of units) | |
| CVE-2021-22600 | Double-Free Privilege Escalation in Linux Kernel af_packet (CVE-2021-22600) CVE-2021-22600 is a double-free flaw (CWE-415) in packet_set_ring() in the Linux kernel's net/packet/af_packet.c, the code that manages packet socket ring buffers. A local, low-privileged user can trigger it through crafted syscalls on AF_PACKET sockets, causing kernel memory corruption. A successful attacker gains local privilege escalation to kernel/root-level control, or can instead crash the system in a denial of service; the flaw scores 7.0 (High) with a local attack vector and high attack complexity. Any kernel built before the fix commit ec6af094ea28f0f2dda1a6a33b14cd57e36a9755 is affected, spanning the upstream Linux kernel, Debian Linux, Google's Android (patched in an actively exploited April 2022 Android security update), and NetApp storage products that embed the Linux kernel (8300, 8700, A400, C400, and H-series firmware). The flaw was added to CISA's Known Exploited Vulnerabilities catalog on 2022-04-11 and Google patched it as actively exploited, so it is being exploited in the wild, though no standalone public PoC is known and any ransomware use is unconfirmed. Do: Upgrade the Linux kernel to a release past the affected versions, or rebuild from source including commit ec6af094ea28f0f2dda1a6a33b14cd57e36a9755; apply Debian security updates and NetApp firmware updates per each vendor's advisory. Because the flaw is in CISA's KEV catalog and Google confirmed active exploitation, prioritize patching for hosts that grant interactive/local access to untrusted users. If patching must be delayed, restrict local logins and monitor for suspicious AF_PACKET ring-buffer syscall activity and unexplained crashes or reboots. | 7.0 | 6% | KEV |
| massMillions of installations and devices (Linux servers and cloud instances counted in the millions by public internet scans, billions of Android devices, plus… | |
| CVE-2021-27852 | Unauthenticated Deserialization RCE in Checkbox Survey 6 and Earlier CVE-2021-27852 is a deserialization of untrusted data flaw (CWE-502) in CheckboxWeb.dll of Checkbox Survey, allowing an unauthenticated remote attacker to execute arbitrary code. An attacker triggers it by sending maliciously crafted serialized data to the vulnerable application over the network, without needing credentials. Successful exploitation yields arbitrary code execution on the server hosting the survey application. Only Checkbox Survey versions 6 and earlier are affected; versions 7 and later are not considered vulnerable, but version 6 and earlier is end-of-life. The flaw is listed in the CISA Known Exploited Vulnerabilities catalog (added 2022-04-11), indicating known exploitation, and EPSS estimates a 31.9% probability of exploitation within 30 days (98th percentile), though no public proof-of-concept is known. Do: Per CISA's required action, remove Checkbox Survey versions 6 and earlier from agency networks, as they are end-of-life, or upgrade to version 7 or later, which is not considered vulnerable. Check for internet-facing servers exposing CheckboxWeb.dll/Checkbox Survey endpoints and treat any version 6 or earlier installation as potentially compromised. Monitor CISA guidance, since ransomware association is currently unknown and CVSS scoring is pending. | 9.8 | 32% | KEV |
| — | |
| CVE-2021-39793 | Out-of-Bounds Write in Google Pixel Kernel Driver Enables Local Privilege Escalation CVE-2021-39793 is an out-of-bounds write (CWE-787) in the kbase_jd_user_buf_pin_pages function of mali_kbase_mem.c — the Mali GPU kernel driver used in Google Pixel devices — caused by a logic error in the code. A local application or process can trigger the flaw via the GPU driver's user-buffer pinning routine without needing any additional execution privileges or user interaction. Successful exploitation lets the attacker write out of bounds in kernel memory and achieve local escalation of privilege, with high impact on confidentiality, integrity, and availability (CVSS 3.1: 7.8). All Google Pixel devices running affected Android kernel builds are affected; the CISA record lists Google/Android as the vendor/product and designates Google Pixel as the affected product. The bug is being exploited in the wild: CISA added it to the Known Exploited Vulnerabilities Catalog on 2022-04-11, no public proof-of-concept is known, and EPSS estimates a 0.7% probability of exploitation within 30 days. Do: Apply Google's Android security updates on every Pixel device, per CISA's required action to apply updates per vendor instructions; patches were available as of the April 2022 KEV addition, so ensure devices are on an April 2022 or later security patch level (verify in Settings > About phone > Android security update). There is no known workaround, and because exploitation requires local code execution, review apps installed on unpatched devices and prioritize fleet-wide patching for enterprise-managed Pixel fleets. | 7.8 | <1% | KEV |
| masson the order of tens of millions of Google Pixel devices (install base; only unpatched units are exploitable, and exploitation requires local code execution) | |
| CVE-2021-42287 +1 in the same advisory: …42278 | Privilege Escalation in Microsoft Active Directory Domain Services CVE-2021-42287 is an elevation-of-privilege vulnerability in Microsoft Active Directory Domain Services (AD DS) affecting multiple supported Windows Server releases. An attacker with any low-privileged domain account can trigger it — commonly in combination with the related sAMAccountName spoofing flaw CVE-2021-42278 — by manipulating account name attributes so the Kerberos Key Distribution Center issues tickets that grant rights normally reserved for domain controllers. The result is escalation from a standard user to domain administrator, giving the attacker full control over the Windows domain, a capability that is directly useful for ransomware deployment and data theft. Any organization running Active Directory on the affected Windows Server versions is exposed, which amounts to essentially every enterprise Windows network. The flaw is actively exploited: it was added to CISA's Known Exploited Vulnerabilities catalog on 2022-04-11 with known ransomware use, and EPSS assigns it a 77.2% probability of exploitation within 30 days. Do: Apply Microsoft's security updates to every domain controller — writable and read-only — as soon as possible (the fix shipped in Microsoft's November 2021 security releases), prioritizing internet-exposed and VPN-facing DCs. Hunt domain controller logs for anomalous Kerberos TGT requests by user accounts with domain-controller-style names (a hallmark of CVE-2021-42278/42287 abuse) and monitor for ransomware staging activity, given documented ransomware use. | 7.5 | 77% | KEV ransomware |
| masswell over 100,000 Windows Server domain controllers and millions of domain users worldwide | |
| CVE-2022-23176 | Privilege Escalation in WatchGuard Firebox/XTM Fireware OS WatchGuard Firebox and XTM appliances running affected versions of Fireware OS contain a privilege escalation flaw that allows a remote attacker who already holds unprivileged credentials to obtain a privileged management session via exposed management access. The flaw is triggered when management access is exposed (for example, to the internet) and an attacker authenticates with low-privileged credentials, at which point they can elevate to privileged management of the appliance. Because the CVSS v3.1 score of 8.8 carries high confidentiality, integrity, and availability impact, full compromise of the appliance is the realistic outcome. Organizations running Fireware OS before 12.7.2_U1, 12.x before 12.1.3_U3, or 12.2.x through 12.5.x before 12.5.7_U3 are affected. The vulnerability is being exploited in the wild: CISA added it to the Known Exploited Vulnerabilities Catalog on 2022-04-11, and the Russia-linked Cyclops Blink botnet used it as an initial access vector to infect thousands of devices before the FBI disrupted the botnet. Do: Upgrade affected Fireware OS branches to 12.7.2_U1, 12.1.3_U3, or 12.5.7_U3 (or later) per WatchGuard's instructions, as required by CISA's KEV catalog. Until patched, restrict appliance management access to trusted networks or management VPNs rather than exposing it to the internet. Because this flaw was used to deploy the Cyclops Blink botnet, administrators should also check Firebox/XTM devices for signs of that compromise using vendor detection guidance. | 8.8 | 13% | KEV |
| masson the order of 100,000+ potentially exposed Firebox/XTM appliances (WatchGuard's installed base is cited in the millions, with management access commonly… |
Full article423 words · extracted from therecord.media · click to collapse
CISA added eight vulnerabilities to its catalog of exploited bugs on Monday, with each given a remediation date of May 2. All of the issues have patches or updates available except for CVE-2021-27852 – a deserialization of untrusted data vulnerability affecting Checkbox, a digital survey tool. Versions 7 and later of Checkbox Survey are not considered vulnerable to the issue but Version 6 and earlier are end-of-life and must be removed from agency networks, according to CISA. CVE-2022-23176 concerns a privilege escalation vulnerability in WatchGuard Firebox and XTM appliances that allows remote attackers with unprivileged credentials to access the system with a privileged management session via exposed management access. According to Ars Technica, WatchGuard fixed the issue in May 2021 but said they would not share technical details about it in order to keep threat actors from finding it. The vulnerability has a severity rating of 8.8 and WatchGuard faced significant backlash from security researchers because they waited months to give it a CVE. Last week, the vulnerability was implicated in a widespread botnet campaign disrupted by several US law enforcement agencies, bringing into question WatchGuard’s decision to effectively hide the vulnerability until this year. WatchGuard has estimated that the number of infected systems hovered around 250 devices. The Microsoft issues – CVE-2021-42287 and CVE-2021-42278 – also concern privilege escalation vulnerabilities affecting Microsoft Active Directory Domain Services. Google’s CVE-2021-39793 – patched in March – affects Pixel devices and patches address an out-of-bounds write vulnerability “due to a logic error in the code that could lead to local escalation of privilege.” The Linux vulnerability, CVE-2021-22600, involves a privilege escalation vulnerability in the packet socket implementation which could lead to incorrectly freeing memory. “A local user could exploit this for denial-of-service or possibly for privilege escalation,” CISA said. CVE-2020-2509 concerns a QNAP zero-day vulnerability patched in April 2021. The command injection vulnerability, which affects legacy QNAP Systems storage hardware, could allow attackers to perform remote code execution. Telerik’s vulnerability – CVE-2017-11317 – affects the Telerik UI for ASP.NET AJAX. It allows remote attackers to perform arbitrary file uploads or execute arbitrary code. CISA has added 15 vulnerabilities to its catalog in April.
No previous article
No new articles
Dina Temple-Raston
is the Host and Managing Editor of the Click Here podcast as well as a senior correspondent at Recorded Future News. She previously served on NPR’s Investigations team focusing on breaking news stories and national security, technology, and social justice and hosted and created the award-winning Audible Podcast “What Were You Thinking.”
Text extracted automatically; images, tables and formatting may be missing. Original: https://therecord.media/cisa-adds-google-microsoft-and-qnap-bugs-to-exploited-vulnerabilities-list