controller

Winsage
August 17, 2025
The latest Windows 11 update, specifically the 'KB5063878' security update, has caused significant issues for solid-state drives (SSDs) with Phison controllers, rendering them non-functional after large data writes. Users have reported that after approximately 50GB of continuous writing, the operating system fails to recognize the SSD, making the drive's partition inaccessible upon reboot. Affected SSD models include Corsair Force MP600, Phison PS5012-E12, KIOXIA EXCERIA PLUS G4, Fikwot FN955, and SanDisk Extreme PRO M.2 NVMe 3D SSD. Preliminary analysis suggests that a storage driver or kernel-level regression introduced with the update may be mishandling long sequential writes, leading to controller lock-ups. Users are advised to avoid long sequential write operations, especially if their drives are among those listed or utilize Phison controllers.
AppWizard
August 17, 2025
A select group of games remains exclusive to PC, limiting console gamers' access and impacting community growth and developer revenue. Three notable PC-only games are: 1. Arma 3 / Arma Reforger: Developed by Bohemia Interactive, Arma 3 is a tactical sandbox game focused on military realism, emphasizing precision and teamwork. Its successor, Arma Reforger, introduces modern enhancements but remains PC-exclusive. A console adaptation could fill a genre gap and attract console audiences. 2. Counter-Strike 2: This free-to-play first-person shooter builds on the Counter-Strike legacy and is a top performer on Steam. Despite its popularity and the potential for a new player base on consoles, there are currently no plans for a console release. 3. World of Warcraft (WoW): Launched in 2004, WoW is a leading MMO with a vast community. Despite its iconic status, it has not been released on consoles. Modern consoles have the capability to support WoW, and a console version could expand its market reach.
AppWizard
August 16, 2025
Subnautica 2 is facing a legal dispute after the dismissal of its leadership team by publisher Krafton, with former leaders alleging that Krafton plans to delay the game's launch beyond 2025 to avoid a financial payout. Krafton claims the game is not ready for early access and accuses the former leaders of neglecting their roles. The 2025 patch for Subnautica has introduced controller support, improved gameplay mechanics, and fixed various bugs, while Below Zero's patch focuses on enhancing the Snowfox vehicle's controls and reducing damage from terrain impacts. Both games are currently discounted by 75%. Subnautica 2 is now expected to enter early access in 2026.
AppWizard
August 15, 2025
Forgotten Realms: Demon Stone and Dungeons & Dragons: Dragonshard are now available on Steam for a modest price. Both games were previously available on GOG for over a decade. SNEG has made enhancements for modern gaming, including smoother startup times and improved graphics for Demon Stone, while Dragonshard features support for higher resolutions and other optimizations. Demon Stone offers hack ‘n’ slash gameplay with a unique narrative structure, while Dragonshard combines real-time strategy with RPG elements. SNEG plans to re-release The Temple of Elemental Evil in September and offers a D&D Classics bundle featuring various old-school titles.
Winsage
August 14, 2025
Microsoft resolved an issue affecting the delivery of the August 2025 Windows 11 24H2 cumulative update (KB5063878) via Windows Server Update Services (WSUS), which resulted in error code 0x80240069 during installation. This problem was acknowledged by Microsoft after reports from Windows administrators about the update service terminating unexpectedly. The company indicated that the issue primarily impacts enterprise environments using WSUS, while home users are unlikely to experience it. An automatic solution through Known Issue Rollback (KIR) has been initiated for affected enterprise-managed devices, requiring administrators to install the KIR Group Policy and restart the devices. Users can also manually install the update through Windows Update or the Microsoft Update Catalog. Similar issues had been reported previously, with a comparable problem addressed in May for Windows 11 22H2/23H2 systems.
Winsage
August 12, 2025
Windows 11 KB5063878 is a mandatory update that introduces features such as Quick Machine Recovery, improved stability, and enhanced system performance. The update will automatically download and install, identified as the 2025-08 Cumulative Update for Windows 11 Version 24H2 for x64-based Systems (KB5063878), advancing systems to Windows 11 Build 26100.4946. It addresses stability issues reported after the May 2025 updates, particularly in gaming scenarios. Direct download links for offline installers (.msu) are available on the Microsoft Update Catalog. The update includes a new Settings UI with an AI-powered search bar, enhancements for handheld gaming, a redesigned Black Screen of Death (BSOD), and Quick Machine Recovery for unbootable systems. Users in Europe with Copilot+ PCs gain new AI features like Recall, which can be disabled through Privacy & Security settings. Fixes in this update include resolving Windows Firewall errors, issues with the Local Security Authority Subsystem Service (LSASS), visibility problems in File Explorer, and bugs affecting the Settings app and laptop lid options. Microsoft is unaware of any current issues with the update and will continue testing.
Winsage
August 11, 2025
SafeBreach researchers have identified several vulnerabilities in Windows environments that could lead to denial of service (DoS) attacks. These include: 1. CVE-2025-26673: A flaw in the Netlogon service that allows remote crashes via crafted Remote Procedure Call (RPC) requests without authentication, potentially locking users out of domain resources until a reboot. 2. CVE-2025-49716: A vulnerability in the Windows Local Security Authority Subsystem Service (LSASS) that enables remote attackers to destabilize the service through specially crafted Lightweight Directory Access Protocol (LDAP) queries, causing immediate DoS. 3. CVE-2025-49722: A DoS vulnerability in the Windows Print Spooler that can be triggered by malformed RPC requests, disrupting printing operations and system stability. Microsoft has addressed some vulnerabilities but has not yet resolved the three identified by SafeBreach, and there has been no response to inquiries about these issues. SafeBreach recommends organizations apply the latest patches, limit exposure of Domain Controller services, segment critical systems, and monitor for unusual LDAP or RPC traffic for early attack detection.
Winsage
August 11, 2025
A new attack method called Win-DDoS can turn publicly accessible Windows domain controllers into a botnet for distributed denial-of-service (DDoS) attacks, as presented by SafeBreach researchers at DEF CON 33. This method exploits vulnerabilities in Windows' Lightweight Directory Access Protocol (LDAP) client code, allowing attackers to redirect traffic from compromised domain controllers to a target server without needing malicious code or stolen credentials. The attack involves initiating an RPC request to the DCs, connecting them to the attacker's CLDAP server, and receiving a referral list that directs traffic to a single IP and port, overwhelming the victim's resources. Microsoft has issued patches for four related vulnerabilities: CVE-2025-26673, CVE-2025-32724, CVE-2025-49716, and CVE-2025-49722, which can allow unauthenticated attackers to crash domain controllers or disrupt internal systems. SafeBreach warns that enterprise security models often underestimate the risks of denial-of-service attacks on internal infrastructure. Organizations are urged to audit domain controller exposure, apply security patches, and reassess the safety of their internal networks.
Winsage
August 11, 2025
During DEF CON 33, Yair and Shahak Morag from SafeBreach Labs introduced a new category of denial-of-service (DoS) attacks called the “Win-DoS Epidemic.” They identified four significant Windows DoS vulnerabilities, all categorized as “uncontrolled resource consumption,” including: - CVE-2025-26673 (CVSS 7.5): High-severity DoS vulnerability in Windows LDAP. - CVE-2025-32724 (CVSS 7.5): High-severity DoS vulnerability in Windows LSASS. - CVE-2025-49716 (CVSS 7.5): High-severity DoS vulnerability in Windows Netlogon. - CVE-2025-49722 (CVSS 5.7): Medium-severity DoS vulnerability in the Windows print spooler, requiring an authenticated attacker on an adjacent network. These vulnerabilities can incapacitate Windows endpoints and servers, including domain controllers (DCs), which are essential for managing authentication and resources in enterprise networks. The researchers also revealed a new DDoS attack method, termed Win-DDoS, which exploits a flaw in the Windows LDAP client referral process, allowing attackers to redirect DCs to a victim server and continuously repeat this redirection, creating a large-scale DDoS botnet using public DCs without leaving forensic traces.
Winsage
August 10, 2025
The author experimented with Bazzite, a SteamOS clone, on their Asus ROG Ally and is considering installing it on their primary desktop gaming PC due to dissatisfaction with Windows 11. Bazzite offers a console-like user interface and features tailored for gaming, particularly benefiting AMD hardware, while Nvidia users face limitations with beta support. Testing Discord on Bazzite yielded mixed results, with issues in streaming that are crucial for the author's gaming experience. The author appreciates the potential of Bazzite's Quick Resume feature and the appeal of a user interface similar to popular consoles. They express hope for improved Nvidia support and functionality to facilitate a transition away from Windows 11.
Search