ZeroHour

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2023-36563
Information Disclosure in Microsoft WordPad Exploited in the Wild

CVE-2023-36563 is an information disclosure flaw (CWE-20, improper input validation) in Microsoft WordPad, the lightweight word processor bundled with supported Windows releases; Microsoft has published limited technical detail and CISA describes the flaw as unspecified. An attacker triggers it by persuading a user to open a specially crafted document in WordPad, where improper handling of the document content (including URL/remote-resource references) causes information to be disclosed to the attacker. A successful attacker gains access to sensitive information from the affected system rather than code execution, and exploitation requires user interaction with a malicious file. Any Windows installation with WordPad is potentially affected, making the population essentially the entire supported Windows installed base. Exploitation is confirmed: CISA added the flaw to its KEV catalog on 2023-10-10 and its advisory notes no public proof-of-concept is known and ransomware use is unknown; EPSS is 20.7% (97th percentile), indicating elevated near-term exploitation likelihood.

Do: Apply Microsoft's October 10, 2023 Windows security updates, which include the WordPad fix, prioritizing systems where users open untrusted documents; until patched, follow Microsoft's mitigation guidance to disable the WordPad URL protocol handler via the published registry change. Note that WordPad has since been removed entirely in Windows 11 24H2, so those systems are no longer exposed; per CISA, any ransomware linkage is unknown.

5.521% KEV
  • Microsoft WordPad (word processor bundled with supported Windows releases)
mass≈1.4 billion Windows devices (WordPad ships by default with Windows)
CVE-2023-41763
Unauthenticated SSRF/Elevation-of-Privilege Flaw in Microsoft Skype for Business Server

CVE-2023-41763 is a vulnerability in Microsoft Skype for Business Server that Microsoft classifies as an elevation-of-privilege issue, with the underlying weakness mapped to CWE-918 (server-side request forgery). The CVSS vector (AV:N/AC:L/PR:N/UI:N, scope unchanged) shows it can be triggered remotely by an unauthenticated attacker sending crafted network requests, and the impact is confined to confidentiality, meaning an attacker can potentially obtain limited sensitive information from the affected server. Any organization running on-premises Skype for Business Server is potentially affected; the source data does not specify the affected version ranges. The flaw was patched in Microsoft's October 2023 Patch Tuesday, where it was fixed alongside the actively exploited WordPad zero-day (CVE-2023-36563), and it was added to CISA's Known Exploited Vulnerabilities catalog on October 10, 2023, carrying a 90.4% EPSS probability of exploitation within 30 days.

Do: Apply Microsoft's October 2023 Patch Tuesday security updates for Skype for Business Server immediately; CISA's KEV required action is to apply vendor mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. No public proof-of-concept is known, but exploitation is confirmed in the wild, so prioritize internet-facing deployments and review Skype for Business web-service logs for anomalous requests. Check which Skype for Business Server versions your organization runs against Microsoft's advisory to confirm patch applicability.

5.390% KEV
  • Microsoft Skype for Business Server
massplausibly >1 million users across tens of thousands of on-premises server deployments (estimate)
CVE-2023-41773
Layer 2 Tunneling Protocol Remote Code Execution Vulnerability

Layer 2 Tunneling Protocol Remote Code Execution Vulnerability

NVD description · AI analysis pending
8.11%
  • microsoft windows 10 1507
  • microsoft windows 10 1607
  • microsoft windows 10 1809
  • +1 more
CVE-2023-44487
Rapid Reset Denial-of-Service in HTTP/2 (CWE-400 Resource Exhaustion)

CVE-2023-44487 is a flaw in the HTTP/2 protocol's stream handling (CWE-400, uncontrolled resource consumption) in which a client opens a large number of streams and immediately cancels them with RST_STREAM frames, forcing the server to repeatedly allocate and tear down per-stream state. When this 'rapid reset' pattern is driven at high volume from many sources, it exhausts server CPU and memory, producing a distributed denial-of-service; Google, Cloudflare and AWS all reported record-scale attacks using this technique. The only impact is availability (denial of service), not code execution or data exposure, but any system speaking HTTP/2 is in scope, including web servers, load balancers, API gateways and CDN edges, and client-side implementations are also affected in a reverse-direction variant. Because the weakness is in the protocol specification itself (attributed to IETF HTTP/2), virtually every deployment with HTTP/2 enabled is affected until vendors ship mitigations or patches. Exploitation is confirmed in the wild: CISA added it to the Known Exploited Vulnerabilities catalog on 2023-10-10, and EPSS assigns a 100% probability of exploitation within 30 days.

Do: Apply mitigations per vendor instructions as required by CISA KEV/BOD 22-01 guidance — most major web server, load balancer, and CDN vendors have shipped patches or tuning knobs, so check and update each HTTP/2-facing component in your estate. Where patching is not yet possible, limit the number of concurrent HTTP/2 streams per connection, rate-limit new stream creation and inbound HTTP/2 connections, or disable HTTP/2 on internet-exposed servers. Confirm with your CDN or cloud provider that rapid-reset DDoS mitigations are in place at the edge.

7.5100% KEV
  • IETF HTTP/2 All HTTP/2 implementations (protocol-level flaw; CISA lists IETF HTTP/2 with no specific version range)
massmillions of servers and network edges (HTTP/2 is negotiated on a large share of HTTPS-capable hosts in public internet scans)
Full article390 words · extracted from infosecurity-magazine.com · click to collapse

Microsoft has fixed three zero-day vulnerabilities in its latest security update round this month, all of which are being actively exploited in the wild.

October’s Patch Tuesday fixed 104 vulnerabilities, only 12 of which were labelled “Critical.” All of these are remote code execution (RCE) bugs, although there are 45 such vulnerabilities listed in total this month.

CVE-2023-41763 is an elevation of privilege vulnerability in Skype which allows an attacker to send a specially crafted network call to a target Skype for Business server, according to Ivanti VP of security products, Chris Goettl.

“The network call could cause the parsing of an HTTP request made to an arbitrary address. This could disclose IP addresses or port numbers or both to the attacker,” he explained.

“The CVE is rated as Important and has a CVSS v3.1 of 5.3, but proof-of-concept code has been disclosed and there are exploits detected in the wild. This CVE should be treated as a higher severity than Important due to the risk of exploit.”

The second zero-day is CVE-2023-36563, an information disclosure vulnerability in WordPad which allows disclosure of NTLM hashes. Once again, the bug is only rated as Important, but due to its exploitation in the wild, patching should be a priority.

The final zero-day is the Rapid Reset denial of service vulnerability CVE-2023-44487, which has been exploited in the wild since August to help launch some of the biggest DDoS attacks ever seen.

“The vulnerability has been resolved in the Windows OS and in Visual Studio, .Net and ASP.Net,” Goettl explained. “The CVE does not have a CVSS calculated, and Microsoft’s severity is only rated as Important, but due to active exploitation this CVE should be treated as a higher severity.”

Elsewhere, Rapid7 lead software engineer, Adam Barnett, explained that two-thirds of the 12 critical RCE bugs fixed this month are found in the same Windows component, the Layer 2 Tunneling Protocol.

These are:

“Exploitation of each of the Layer 2 Tunneling Protocol critical RCEs is via a specially crafted protocol message to a Routing and Remote Access Service (RRAS) server,” Barnett said.

“Since CVEs are typically assigned sequentially, and there are gaps in the sequence, another reasonable inference here is that other similar as-yet-unpublished vulnerabilities have probably been identified and reported to MSRC.”

Text extracted automatically; images, tables and formatting may be missing. Original: https://www.infosecurity-magazine.com/news/october-patch-tuesday-three/