<?xml version="1.0"?>
<rss version="2.0"><channel><title><![CDATA[News: Security & Privacy News]]></title><link>https://nsaneforums.com/news/security-privacy-news/page/50/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>Critical flaw in Shim bootloader impacts major Linux distros</title><link>https://nsaneforums.com/news/security-privacy-news/critical-flaw-in-shim-bootloader-impacts-major-linux-distros-r21593/</link><description><![CDATA[<p>
	A critical vulnerability in the Shim Linux bootloader enables attackers to execute code and take control of a target system before the kernel is loaded, bypassing existing security mechanisms.
</p>

<p>
	 
</p>

<p>
	Shim is a small <a href="https://github.com/rhboot/shim" rel="external nofollow" target="_blank">open-source</a> bootloader maintained by Red Hat that is designed to facilitate the Secure Boot process on computers using Unified Extensible Firmware Interface (UEFI).
</p>

<p>
	 
</p>

<p>
	The tool is signed with a Microsoft key accepted by default on most UEFI motherboards that is used to verify the next stage of the boot process, typically loading the GRUB2 bootloader.
</p>

<p>
	 
</p>

<p>
	Shim was created out of necessity to allow open-source projects such as Linux distributions to benefit from Secure Boot's advantages, such as preventing unauthorized or malicious code execution during boot, while still maintaining control over hardware.
</p>

<p>
	 
</p>

<p>
	The new Shim flaw, tracked as CVE-2023-40547, was discovered by Microsoft's security researcher Bill Demirkapi, who first disclosed it on January 24, 2024.
</p>

<p>
	 
</p>

<p>
	The bug resides in the httpboot.c source for Shim, which is used to boot a network image over HTTP.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="02e126bb2cd338a6fbb5fd2ac418c76c" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/BillDemirkapi/status/1750168326611865816"></iframe>
</div>

<p>
	"When retrieving files via HTTP or related protocols, shim attempts to allocate a buffer to store the received data," <a href="https://github.com/rhboot/shim/commit/0226b56513b2b8bd5fd281bce77c40c9bf07c66d" rel="external nofollow" target="_blank">reads the commit</a> to fix the bug in httpboot.c.
</p>

<p>
	 
</p>

<p>
	"Unfortunately, this means getting the size from an HTTP header, which can be manipulated to specify a size that's smaller than the received data."
</p>

<p>
	 
</p>

<p>
	"In this case, the code accidentally uses the header for the allocation but the protocol metadata to copy it from the rx buffer, resulting in an out-of-bounds write."
</p>

<p>
	 
</p>

<p>
	More details about the flaw became available on February 2, 2024, with <a href="https://eclypsium.com/blog/the-real-shim-shady-how-cve-2023-40547-impacts-most-linux-systems/" rel="external nofollow" target="_blank">Eclypsium publishing a report</a> yesterday to draw attention to this security problem.
</p>

<p>
	 
</p>

<p>
	The vulnerability lies in Shim's parsing of HTTP responses, allowing an attacker to create specially crafted HTTP requests to cause an out-of-bounds write.
</p>

<p>
	 
</p>

<p>
	This could allow an attacker to compromise a system by executing privileged code before the operating system loads, effectively bypassing security mechanisms implemented by the kernel and the OS.
</p>

<p>
	 
</p>

<p>
	Eclypsium says multiple potential exploitation paths can leverage <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-40547" rel="external nofollow" target="_blank">CVE-2023-40547</a>, including local, network adjacent, and remote attack points. The firm's report highlights the following three methods:
</p>

<p>
	 
</p>

<p>
	A remote attacker can execute a man-in-the-middle (MiTM) attack, intercepting HTTP traffic for HTTP boot, potentially from any network position between the victim and the server.
</p>

<p>
	 
</p>

<p>
	A local attacker with sufficient privileges can modify EFI Variables or the EFI partition using a live Linux USB to alter the boot order and load a compromised shim, executing privileged code without disabling Secure Boot.
</p>

<p>
	 
</p>

<p>
	An attacker on the same network can use PXE to load a compromised shim bootloader, exploiting the vulnerability.
</p>

<h2>
	Impact and fixes
</h2>

<p>
	RedHat issued a <a href="https://github.com/rhboot/shim/commit/0226b56513b2b8bd5fd281bce77c40c9bf07c66d" rel="external nofollow" target="_blank">code commit</a> to fix CVE-2023-40547 on December 5, 2023, but Linux distributions supporting Secure Boot and using Shim need to push their own patches.
</p>

<p>
	 
</p>

<p>
	Linux distributions that utilize Shim, such as <a href="https://access.redhat.com/security/cve/cve-2023-40547" rel="external nofollow" target="_blank">Red Hat</a>, <a href="https://security-tracker.debian.org/tracker/CVE-2023-40547" rel="external nofollow" target="_blank">Debian</a>, <a href="https://ubuntu.com/security/CVE-2023-40547" rel="external nofollow" target="_blank">Ubuntu</a>, <a href="https://www.suse.com/security/cve/CVE-2023-40547.html" rel="external nofollow" target="_blank">and SUSE</a>, have released advisories with information on the flaw.
</p>

<p>
	 
</p>

<p>
	Linux users are advised to update to the latest version of Shim, v15.8, which <a href="https://www.openwall.com/lists/oss-security/2024/01/26/1" rel="external nofollow" target="_blank">contains a fix for CVE-2023-40547</a> and five other important vulnerabilities.
</p>

<p>
	 
</p>

<p>
	Eclypsium explains that Linux users must also update the UEFI Secure Boot DBX (revocation list) to include the hashes of the vulnerable Shim software and sign the patched version with a valid Microsoft key.
</p>

<p>
	 
</p>

<p>
	To do that, first upgrade to Shim 15.8 and then apply the DBX update using the 'fwupdmgr update' command (needs <a href="https://github.com/fwupd/fwupd" rel="external nofollow" target="_blank">fwupd</a>).
</p>

<p>
	 
</p>

<div style="text-align:center">
	<p style="text-align: left;">
		<img alt="command.png" class="ipsImage" data-ratio="75.10" height="540" width="542" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Linux/command.png">
	</p>

	<div style="text-align: left;">
		<em>Command to update DBX (Eclypsium)</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	Some Linux distributions offer a GUI tool to perform this update, so make sure to check on your package manager before delving into the terminal.
</p>

<p>
	 
</p>

<p>
	<img alt="gui.png" class="ipsImage" data-ratio="35.83" height="188" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Linux/gui.png">
</p>

<p>
	 
</p>

<p>
	Although unlikely to be mass-exploited, CVE-2023-40547 is not a bug that should be ignored, as executing code before OS boot is one of the strongest and stealthiest forms of system compromise.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/critical-flaw-in-shim-bootloader-impacts-major-linux-distros/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21593</guid><pubDate>Wed, 07 Feb 2024 18:35:07 +0000</pubDate></item><item><title>Ransomware payments reached record $1.1 billion in 2023</title><link>https://nsaneforums.com/news/security-privacy-news/ransomware-payments-reached-record-11-billion-in-2023-r21592/</link><description><![CDATA[<p>
	Ransomware payments in 2023 soared above $1.1 billion for the first time, shattering previous records and reversing the decline seen in 2022, marking the year as an exceptionally profitable period for ransomware gangs.
</p>

<p>
	 
</p>

<p>
	The previous record-high figure was set in 2021, with ransomware payments amounting to $983 million, surpassing the preceding record of $905 million in 2020 by approximately 10%.
</p>

<p>
	 
</p>

<p>
	Unfortunately, the resurgence of ransomware in 2023 confirms that 2022 was a statistical anomaly, with that year's activity impacted by geopolitical events like the war between Russia and Ukraine and law enforcement's <a href="https://www.bleepingcomputer.com/news/security/hive-ransomware-disrupted-after-fbi-hacks-gangs-systems/" target="_blank" rel="external nofollow">dismantling of the Hive operation</a>.
</p>

<p>
	 
</p>

<p>
	According to a new Chainalysis report, the 2023 record can be attributed to escalating attacks against major institutions and critical infrastructure and Clop's massive MOVEit campaign, which impacted thousands of organizations worldwide.
</p>

<p>
	 
</p>

<p>
	In July 2023, Chainalysis warned that based on the activity and recorded payments up until that time, ransomware payments were <a href="https://www.bleepingcomputer.com/news/security/ransomware-payments-on-record-breaking-trajectory-for-2023/" target="_blank" rel="external nofollow">on a record-breaking trajectory</a>, and unfortunately, the prediction was confirmed.
</p>

<p>
	 
</p>

<p>
	The most prolific threat groups in terms of ransom amounts they received in 2023, are ALPHV/Blackcat, Clop, Play, LockBit, BlackBasta, Royal, Ransomhouse, and Dark Angels.
</p>

<p>
	 
</p>

<p>
	However, the above groups achieved high payment volumes following different strategies:
</p>

<p>
	 
</p>

<ul>
	<li>
		Lockbit has a moderate median payment size and frequency but has a large total ransom inflow.
	</li>
	<li>
		Clop and Dark Angels have larger median payment sizes but a lower frequency of payments.
	</li>
	<li>
		ALPHV/Blackcat has a high frequency and median payment size, with a substantial total ransom inflow.
	</li>
	<li>
		Phobos has a very high frequency of ransom payments but a lower median payment size.
	</li>
</ul>

<p>
	 
</p>

<div style="text-align:center">
	<p style="text-align: left;">
		<img alt="Screenshot_2.png" class="ipsImage" data-ratio="66.67" height="369" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Ransomware/04/Screenshot_2.png">
	</p>

	<div style="text-align: left;">
		<em>Ransomware group operational strategySource: Chainalysis</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	"Some strains, like Clop, exemplify the "big game hunting" strategy, carrying out fewer attacks than many other strains, but collecting large payments with each attack," explains the <a href="https://www.chainalysis.com/blog/ransomware-2024/" rel="external nofollow" target="_blank">report by Chainalysis</a>.
</p>

<p>
	 
</p>

<p>
	"Clop leveraged zero-day vulnerabilities that allowed it to extort many large, deep-pocketed victims en masse, spurring the strain's operators to embrace a strategy of data exfiltration rather than encryption."
</p>

<p>
	 
</p>

<p>
	Ransomware groups are adapting to a decline in ransom payments by shifting towards "big game hunting," which is the tactic of targeting very large companies who are more likely to pay large ransom demands rather than targeting many smaller companies for a higher number of small ransom payments.
</p>

<p>
	 
</p>

<p>
	Other ransomware gangs escalated their attack frequency to compensate for the reduced number of paying victims.
</p>

<p>
	 
</p>

<div style="text-align:center">
	<p style="text-align: left;">
		<img alt="Screenshot_3.png" class="ipsImage" data-ratio="70.83" height="412" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Ransomware/04/Screenshot_3.png">
	</p>

	<div style="text-align: left;">
		<em>Ransom payment size trendsSource: Chainalysis</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	Regarding the laundering of ransom payments, Chainalysis says that in 2023, ransom payments were primarily passed through mixing services, underground exchanges, instant exchangers, sanctioned entities, and platforms that do not have know-your-customer (KYC) requirements in place.
</p>

<p>
	 
</p>

<p>
	This activity has led to increased law enforcement operations against <a href="https://www.bleepingcomputer.com/news/security/fbi-seizes-9-crypto-exchanges-used-to-launder-ransomware-payments/" target="_blank" rel="external nofollow">rogue exchanges</a> and <a href="https://www.bleepingcomputer.com/news/security/us-seizes-sinbad-crypto-mixer-used-by-north-korean-lazarus-hackers/" target="_blank" rel="external nofollow">mixers</a> to prevent threat actors from laundering their illicit proceeds.
</p>

<p>
	 
</p>

<p>
	Coveware recently <a href="https://www.bleepingcomputer.com/news/security/ransomware-payments-drop-to-record-low-as-victims-refuse-to-pay/" target="_blank" rel="external nofollow">reported a steady decline</a> in ransomware victims opting to give in to the blackmail and pay the cyber criminals. Still, Chainalysis' stats show this may not be enough to tackle the problem.
</p>

<p>
	 
</p>

<p>
	On the contrary, ransomware operations can remain highly profitable as long as the number of attacks increases and large organizations continue to pay these more considerable ransom demands.
</p>

<p>
	 
</p>

<p>
	Overall, 2023 has been a good year for ransomware gangs despite attempts from law enforcement to disrupt their operations. 
</p>

<p>
	 
</p>

<p>
	Hopefully, the trend of victims refusing to pay ransom will persist and potentially escalate this year, reaching a critical point where ransomware operations become financially unsustainable.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/ransomware-payments-reached-record-11-billion-in-2023/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21592</guid><pubDate>Wed, 07 Feb 2024 18:31:30 +0000</pubDate></item><item><title>The unlikely 3 million electric toothbrush DDoS attack</title><link>https://nsaneforums.com/news/security-privacy-news/the-unlikely-3-million-electric-toothbrush-ddos-attack-r21591/</link><description><![CDATA[<p>
	A widely reported story that 3 million electric toothbrushes were hacked with malware to conduct distributed denial of service (DDoS) attacks is likely a hypothetical scenario instead of an actual attack.
</p>

<p>
	 
</p>

<p>
	Last week, Swiss news site <a href="https://www.aargauerzeitung.ch/wirtschaft/kriminalitaet-die-zahnbuersten-greifen-an-das-sind-die-aktuellen-cybergefahren-und-so-koennen-sie-sich-schuetzen-ld.2569480?reduced=true" rel="external nofollow" target="_blank">Aargauer Zeitung</a> published a story stating that an employee of cybersecurity firm Fortinet said 3 million electric toothbrushes had been infected with Java malware to conduct DDoS attacks against a Swiss company.
</p>

<p>
	 
</p>

<p>
	"The electric toothbrush is programmed with Java, and criminals have unnoticed installed malware on it - like on 3 million other toothbrushes," reads the article.
</p>

<p>
	 
</p>

<p>
	"One command is enough and the remote-controlled toothbrushes simultaneously access the website of a Swiss company. The site collapses and is paralyzed for four hours. Millions of dollars in damage is caused."
</p>

<p>
	 
</p>

<p>
	The story is dramatic and definitely newsworthy, if accurate, and began sweeping through other technology news sites yesterday, with numerous publications covering the alleged attack without verifying the story.
</p>

<p>
	 
</p>

<p>
	However, there is one problem with the story—there is no record that this attack ever happened.
</p>

<p>
	 
</p>

<p>
	Fortinet, who was attributed as the source of the article, has not published any information about this attack and has not responded to repeated requests for comment from BleepingComputer since the "toothbrush botnet" story went viral yesterday.
</p>

<p>
	 
</p>

<p>
	A DDoS attack is when an attacker sends enough requests or data at a website to overwhelm its resources or bandwidth so that it can no longer accept requests from legitimate visitors, effectively making the site unusable.
</p>

<p>
	 
</p>

<p>
	This type of attack has been <a href="https://www.bleepingcomputer.com/news/security/how-ddos-attacks-are-taking-down-even-the-largest-tech-companies/" target="_blank" rel="external nofollow">increasingly used by hacktivists</a> to protest a country's or business's activities or by threat actors who <a href="https://www.bleepingcomputer.com/news/security/another-ransomware-now-uses-ddos-attacks-to-force-victims-to-pay/" target="_blank" rel="external nofollow">use them to extort businesses</a>.
</p>

<p>
	 
</p>

<p>
	To conduct these attacks, routers, servers, and IoT devices are hacked by brute forcing or <a href="https://www.bleepingcomputer.com/news/security/15-percent-of-all-iot-device-owners-dont-change-default-passwords/" target="_blank" rel="external nofollow">using default passwords</a>, or <a href="https://www.bleepingcomputer.com/news/security/mirai-ddos-malware-variant-expands-targets-with-13-router-exploits/" target="_blank" rel="external nofollow">exploiting vulnerabilities</a>.
</p>

<p>
	 
</p>

<p>
	Once a device is compromised, malware is installed to enlist it as part of their DDoS botnet and use it on attacks. These devices are then collectively used to launch powerful attacks against a specified target.
</p>

<p>
	 
</p>

<p>
	According to <a href="https://www.statista.com/statistics/1194682/iot-connected-devices-vertically/" rel="external nofollow" target="_blank">Statista</a>, approximately 17 billion IoT devices connected to the internet are expected to be connected to the internet by the end of 2024, offering a massive footprint of devices that could potentially be recruited into DDoS botnets.
</p>

<p>
	 
</p>

<p>
	However, it is doubtful that 3 million electric toothbrushes would be exposed to the internet so that they could be infected with malware.
</p>

<p>
	 
</p>

<p>
	Instead, this was likely a hypothetical scenario shared by Fortinet with the newspaper that was misunderstood or taken out of context to create a story that is widely disputed by security experts.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="df55c62e77973c3757e32d9004426d0c" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/ErrataRob/status/1755059487663067489"></iframe>
</div>

<p>
	Furthermore, electric toothbrushes do not connect directly to the internet but instead use Bluetooth to connect to mobile apps that then upload your data to web-based platforms. 
</p>

<p>
	 
</p>

<p>
	This means that a massive hack like this could only have been achieved through a supply chain attack that pushed down malicious firmware to the devices.
</p>

<p>
	 
</p>

<p>
	However, there is no record of this happening. If it did, it would be a much bigger story than a DDoS attack.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="e41ed40dde76bf967d48ae1dbf3c66f7" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/_mattata/status/1755051642032964024"></iframe>
</div>

<p>
	While a story of a toothbrush DDoS botnet taking down a site is amusing (and almost definitely untrue), it’s still a good reminder that threat actors would target any Internet-exposed device.
</p>

<p>
	 
</p>

<p>
	This includes routers, servers, programmable logic controllers (PLCs), printers, and web cameras.
</p>

<p>
	 
</p>

<p>
	Therefore, it is essential for any device exposed to the internet to have the latest security updates and strong passwords to prevent them from being recruited into DDoS botnets.
</p>

<p>
	 
</p>

<p>
	The good news is that it likely won't be your toothbrush, so keep brushing.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/the-unlikely-3-million-electric-toothbrush-ddos-attack/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21591</guid><pubDate>Wed, 07 Feb 2024 18:29:56 +0000</pubDate></item><item><title>YouTuber breaks BitLocker encryption in less than a minute using $5 Raspberry Pi Pico</title><link>https://nsaneforums.com/news/security-privacy-news/youtuber-breaks-bitlocker-encryption-in-less-than-a-minute-using-5-raspberry-pi-pico-r21582/</link><description><![CDATA[<p>
	<img alt="rsz_img_4054.jpg" class="ipsImage" data-ratio="73.47" height="502" width="720" src="https://cdn.neowin.com/news/images/uploaded/2015/11/rsz_img_4054.jpg">
</p>

<p>
	 
</p>

<p>
	Microsoft's BitLocker encryption is one of the more readily available encryption solution which allows users to safely encrypt and protect data from threat actors. However, it looks like BitLocker is not as safe as people may think.
</p>

<p>
	 
</p>

<p>
	Earlier this week, YouTuber stacksmashing posted a video showing how he was able to intercept the BitLocker data and steal the encryption keys allowing him to decrypt data that was stored on the system. Not only that, but he achieved the results in 43 seconds using a Raspberry Pi Pico that probably costs less than $10.
</p>

<p>
	 
</p>

<p>
	To execute the attack, he took advantage of the Trusted Platform Module or TPM. In most computers and busiess laptops, TPM is located externally and uses LPC bus to send and receive data from the CPU. Microsoft's BitLocker relies on TPM to store critical data like Platform Configuration Registers and Volume Master Key.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/wTl4vEednkQ?feature=oembed" title="Breaking Bitlocker - Bypassing the Windows Disk Encryption" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	When testing stacksmashing found that LPC bus communicates with CPU via communication lanes that are unencrypted on boot-up and can be tapped into in order to steal critical data. He executed the attack on an old Lenovo laptop that had an unused LPC connector on the motherboard next to the M.2 SSD slot. stacksmashing connected a Raspberry Pi Pico to the metal pins on the unused connector to capture the encryption keys on boot up. The Raspberry Pi was set to capture the binary 0s and 1s from TPM while the system was booting up, allowing him to piece together the Volume Master Key. Once done, he took out the encrypted drive and used dislocker with the Volume Master Key to decrypt the drive.
</p>

<p>
	 
</p>

<p>
	Microsoft <a href="https://learn.microsoft.com/en-us/windows/security/operating-system-security/data-protection/bitlocker/countermeasures#attacker-countermeasures" rel="external nofollow">does note that these attacks are possible </a>but says it will require sophisticated tools and long physical access to the device. However, as shown in the video, someone prepared to execute an attack can do it in less than a minute.
</p>

<p>
	 
</p>

<p>
	There are, however, some caveats to this that needs to be kept in mind. This attack can only work with external TPM modules where CPU needs to get data from the module on the motherboard. Many new laptops and desktop CPUs now come with fTPM where the critical data is stored and managed inside the CPU itself. That said, Microsoft does recommend setting up a BitLocker PIN to stop these attacks but it is not easy to do so as you will require to setup a Group Policy to configure a PIN.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/youtuber-breaks-bitlocker-encryption-in-less-than-a-minute-using-5-raspberry-pi-pico/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21582</guid><pubDate>Wed, 07 Feb 2024 08:07:12 +0000</pubDate></item><item><title>Critical vulnerability affecting most Linux distros allows for bootkits</title><link>https://nsaneforums.com/news/security-privacy-news/critical-vulnerability-affecting-most-linux-distros-allows-for-bootkits-r21581/</link><description><![CDATA[<h3>
	Buffer overflow in bootloader shim allows attackers to run code each time devices boot up.
</h3>

<div class="article-content post-page" itemprop="articleBody">
	
	<p>
		Linux developers are in the process of patching a high-severity vulnerability that, in certain cases, allows the installation of malware that runs at the firmware level, giving infections access to the deepest parts of a device where they’re hard to detect or remove.
	</p>

	<p>
		 
	</p>

	<p>
		The vulnerability resides in shim, which in the context of Linux is a small component that runs in the firmware early in the boot process before the operating system has started. More specifically, the shim accompanying virtually all Linux distributions plays a crucial role in secure boot, a protection built into most modern computing devices to ensure every link in the boot process comes from a verified, trusted supplier. Successful exploitation of the vulnerability allows attackers to neutralize this mechanism by executing malicious firmware at the earliest stages of the boot process before the <a href="https://en.wikipedia.org/wiki/UEFI" rel="external nofollow">Unified Extensible Firmware Interface</a> firmware has loaded and handed off control to the operating system.
	</p>

	<p>
		 
	</p>

	<p>
		The vulnerability, tracked as CVE-2023-40547, is what’s known as a buffer overflow, a coding bug that allows attackers to execute code of their choice. It resides in a part of the shim that processes booting up from a central server on a network using the same HTTP that the Internet is based on. Attackers can exploit the code-execution vulnerability in various scenarios, virtually all following some form of successful compromise of either the targeted device or the server or network the device boots from.
	</p>

	<p>
		 
	</p>

	<p>
		“An attacker would need to be able to coerce a system into booting from HTTP if it's not already doing so, and either be in a position to run the HTTP server in question or MITM traffic to it,” Matthew Garrett, a security developer and one of the original shim authors, wrote in an online interview. “An attacker (physically present or who has already compromised root on the system) could use this to subvert secure boot (add a new boot entry to a server they control, compromise shim, execute arbitrary code).”
	</p>

	<p>
		 
	</p>

	<p>
		Stated differently, these scenarios include:
	</p>

	<p>
		 
	</p>

	<ul class="p-rich_text_list p-rich_text_list__bullet" data-border="0" data-indent="0" data-stringify-type="unordered-list">
		<li data-stringify-border="0" data-stringify-indent="0">
			Acquiring the ability to compromise a server or perform an adversary-in-the-middle impersonation of it to target a device that’s already configured to boot using HTTP
		</li>
		<li data-stringify-border="0" data-stringify-indent="0">
			Already having physical access to a device or gaining administrative control by exploiting a separate vulnerability.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		While these hurdles are steep, they’re by no means impossible, particularly the ability to compromise or impersonate a server that communicates with devices over HTTP, which is unencrypted and requires no authentication. These particular scenarios could prove useful if an attacker has already gained some level of access inside a network and is looking to take control of connected end-user devices. These scenarios, however, are largely remedied if servers use HTTPS, the variant of HTTP that requires a server to authenticate itself. In that case, the attacker would first have to forge the digital certificate the server uses to prove it’s authorized to provide boot firmware to devices.
	</p>

	<p>
		 
	</p>

	<p>
		The ability to gain physical access to a device is also difficult and is widely regarded as grounds for considering it to be already compromised. And, of course, already obtaining administrative control through exploiting a separate vulnerability in the operating system is hard and allows attackers to achieve all kinds of malicious objectives.
	</p>

	<p>
		 
	</p>
</div>

<div class="article-content post-page" itemprop="articleBody">
	That said, obtaining the ability to execute code during the boot process, before the main operating system starts, constitutes a major escalation of whatever access an attacker already has. It means the attacker can neutralize many forms of endpoint protection designed to detect compromises. As such, the attack allows for the installation of a <a href="https://arstechnica.com/security/2023/12/just-about-every-windows-and-linux-device-vulnerable-to-new-logofail-firmware-attack/" rel="external nofollow">bootkit</a>, the term for malware that runs prior to the OS. Unlike many bootkits, however, the one created by exploiting CVE-2023-40547 won’t survive the wiping or reformatting of a hard drive.

	<p>
		Garrett explained:
	</p>

	<p>
		 
	</p>

	<blockquote class="QuoteNewsStyle">
		<p>
			In theory this shouldn't give an attacker the ability to compromise the firmware itself, but in reality it gives them code execution before ExitBootServices (the handoff between the firmware still running the hardware and the OS taking over) and that means a much larger attack surface against the firmware—the usual assumption is that only trusted code is running before ExitBootServices. I think this would still be called a boot kit—it's able to modify the OS bootloader and kernel before execution. But it wouldn't be fully persistent (if you wipe the disk it'd be gone).
		</p>
	</blockquote>

	<p>
		Fixing the vulnerability involves more than just excising the buffer overflow from the shim code. It also requires updating the secure boot mechanism to revoke vulnerable bootloader versions. That, in turn, raises some level of risk. Paul Asadoorian, principal security evangelist at Eclypsium and author of <a href="https://eclypsium.com/blog/the-real-shim-shady-how-cve-2023-40547-impacts-most-linux-systems/" rel="external nofollow">blog post</a> that raised awareness of the vulnerability, explained:
	</p>

	<p>
		 
	</p>

	<blockquote class="QuoteNewsStyle">
		<p>
			Users could run into a situation where a DBX (revocation list) update is being applied to their system that defines the currently installed bootloader as invalid in Secure Boot. In this case, upon reboot, Secure Boot would halt the boot process. As long as the user can get into their BIOS/UEFI settings, this can be remedied by temporarily disabling Secure Boot (if the user has set a BIOS password this would make recovery extremely difficult). The Linux utility fwupd has facilities to update the Secure Boot DBX and will provide warnings to the user if the currently installed bootloader is in the pending DBX update.
		</p>
	</blockquote>

	<p>
		Another challenge in updating, Asadoorian said, involves the finite amount of space reserved for storing revocations in a portion of the UEFI known as the DBX. Some lists could contain more than 200 entries that must be appended to the DBX. With many shims capping the space at 32 kilobits, this capacity could be close to running out of space.
	</p>

	<p>
		 
	</p>

	<p>
		Yet another step in the patch process is signing newly patched shims using a Microsoft third-party certificate authority.
	</p>

	<p>
		 
	</p>

	<p>
		Developers of the overseeing Linux shims have released the patch to individual shim developers, who have incorporated it into each version they’re responsible for. They have now released those versions to Linux distributors, who are in the process of making them available to end users.
	</p>

	<p>
		 
	</p>

	<p>
		The risk of successful exploitation is mostly limited to extreme scenarios, as noted earlier. The one scenario where exploitation is most viable—when devices receive boot images over an unencrypted HTTP server—is one that should never happen in 2024 or the past decade, for that matter.
	</p>

	<p>
		 
	</p>

	<p>
		That said, the harm from successful exploitation is serious and is the reason for the severity rating of 9.8 out of a possible 10. People should install patches promptly once they become available.
	</p>

	<p>
		 
	</p>
</div>

<p>
	<a href="https://arstechnica.com/security/2024/02/critical-vulnerability-affecting-most-linux-distros-allows-for-bootkits/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21581</guid><pubDate>Wed, 07 Feb 2024 08:04:40 +0000</pubDate></item><item><title>Mozilla&#x2019;s new service tries to wipe your data off the web</title><link>https://nsaneforums.com/news/security-privacy-news/mozilla%E2%80%99s-new-service-tries-to-wipe-your-data-off-the-web-r21571/</link><description><![CDATA[<h3>
	Firefox Monitor is now Mozilla Monitor as the company introduces a new Plus paid subscription.
</h3>

<div>
	<div class="duet--article--article-body-component">
		<p>
			Mozilla is introducing a new paid subscription privacy monitoring service called <a href="https://monitor.mozilla.org/" rel="external nofollow">Mozilla Monitor Plus</a>. For $8.99 a month under its annual subscription, Mozilla says it will automatically keep a lookout for your information at over 190 sites where brokers sell information they’ve gathered from online sources like social media sites, apps, and browser trackers, and when your info is found, it will automatically try to get it removed.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Mozilla Monitor product manager Tony Cinotto told <em>The Verge</em> in an email that Mozilla partners with a company <a href="https://onerep.com/sites-we-remove-from" rel="external nofollow">called Onerep</a> to perform these scans and subsequent takedown requests. While requests usually take between seven and 14 days to process, he says sometimes information can’t be removed. Mozilla will keep trying, he added, but will also give Plus members instructions for attempting removal themselves.
		</p>

		<p>
			 
		</p>

		<p>
			<img alt="Mozilla_Monitor_GIF_1.gif" class="ipsImage" data-ratio="69.03" height="477" width="720" src="https://duet-cdn.vox-cdn.com/thumbor/0x0:1125x745/750x497/filters:focal(563x373:564x374):no_upscale():format(webp)/cdn.vox-cdn.com/uploads/chorus_asset/file/25269795/Mozilla_Monitor_GIF_1.gif">
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Basic Monitor members will get a free scan and one-time removal sweep, plus continual monthly data broker scans afterward, Mozilla says. The paid subscription builds on the free dark web monitoring of Mozilla Monitor (previously Firefox Monitor), a service Mozilla <a href="https://www.theverge.com/2018/9/25/17899952/firefox-monitor-have-i-been-pwned-password-breach" rel="external nofollow">debuted in 2018</a>. Mozilla has offered other privacy-focused services in the last few years, such as Mozilla VPN and Firefox Relay.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Mozilla says its data broker scans can find details online like your name and current and previous home addresses but adds that it could go as deep as criminal history, hobbies, or your kids school district.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Services like this are fairly common, but they’re not all that well known to most people, and searching for them is as likely to turn up sketchy scam sites as it is legitimate service providers like, for instance, DeleteMe. That makes it difficult to suss out trustworthy companies, which is really where Mozilla’s reputation as a privacy-first subsidiary of the open-source nonprofit Mozilla Foundation could help.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Mozilla Monitor Plus is available now for $8.99 per month, while standard Mozilla Monitor remains free.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			<em><strong>Correction February 6th, 2024, 10:05AM ET: </strong>Corrected the name of Firefox Monitor in one instance.</em>
		</p>

		<p>
			 
		</p>
	</div>
</div>

<p>
	<a href="https://www.theverge.com/2024/2/6/24062765/mozilla-monitor-plus-firefox-paid-subscription-privacy-data-broker-removal-requests" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21571</guid><pubDate>Tue, 06 Feb 2024 18:18:43 +0000</pubDate></item><item><title>Verizon insider data breach hits over 63,000 employees</title><link>https://nsaneforums.com/news/security-privacy-news/verizon-insider-data-breach-hits-over-63000-employees-r21570/</link><description><![CDATA[<p>
	Verizon Communications is warning that an insider data breach impacts almost half its workforce, exposing sensitive employee information.
</p>

<p>
	 
</p>

<p>
	Verizon is an American telecommunications and mass media company providing cable TV, telecommunications, and internet services to over 150 million subscribers across the U.S. The company has more than 117,000 workers and has an annual revenue of 136.8 billion (2022).
</p>

<p>
	 
</p>

<p>
	A data breach notification shared with the Office of the Maine Attorney General reveals that a Verizon employee gained unauthorized access to a file containing sensitive employee information on September 21, 2023.
</p>

<p>
	 
</p>

<p>
	Verizon discovered the breach on December 12, 2023, nearly three months later, and determined it contained sensitive information of <a href="https://apps.web.maine.gov/online/aeviewer/ME/40/65b9290a-b22e-4ae7-93e7-5acb84357297.shtml" rel="external nofollow" target="_blank">63,206 employees</a>. 
</p>

<p>
	 
</p>

<p>
	The data that was exposed varies per employee but could include:
</p>

<p>
	 
</p>

<ul>
	<li>
		Full name
	</li>
	<li>
		Physical address
	</li>
	<li>
		Social Security number (SSN)
	</li>
	<li>
		National ID
	</li>
	<li>
		Gender
	</li>
	<li>
		Union affiliation
	</li>
	<li>
		Date of birth
	</li>
	<li>
		Compensation information
	</li>
</ul>

<p>
	 
</p>

<p>
	However, this incident does not appear to impact customer information.
</p>

<p>
	 
</p>

<p>
	Verizon says it is actively working towards strengthening its internal security to prevent similar incidents from occurring again in the future and noted that at this time, there are no signs of malicious exploitation or evidence of the data having been widely leaked.
</p>

<p>
	 
</p>

<p>
	"At this time, we have no evidence that this information has been misused or shared outside of Verizon as a result of this issue," reads the <a href="https://www.documentcloud.org/documents/24408978-sample_mailing_verizon" rel="external nofollow" target="_blank">Verizon data breach notification</a>.
</p>

<p>
	 
</p>

<p>
	"We are working to ensure our technical controls are enhanced to help prevent this type of situation from reoccurring and are notifying applicable regulators about the matter."
</p>

<p>
	 
</p>

<p>
	To protect exposed individuals from the risks posed by the security incident, Verizon has enclosed instructions on enrolling in a two-year identity theft protection and credit monitoring service in the notices sent to impacted employees.
</p>

<p>
	 
</p>

<p>
	BleepingComputer contacted Verizon to learn if the incident has been referred to law enforcement and we received the following reply:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Verizon recently discovered that an employee inappropriately handled a file containing certain personal information about some Verizon employees.
	</p>

	<p>
		 
	</p>

	<p>
		At this point, we have no reason to believe the information was improperly used or that it was shared outside of Verizon.
	</p>

	<p>
		 
	</p>

	<p>
		We are notifying the affected employees and applicable regulators about the matter. Our internal review of this matter continues.
	</p>

	<p>
		 
	</p>

	<p>
		We have not referred this incident to law enforcement. There is no indication of malicious intent nor do we believe the information was shared externally. -  Rich Young, Verizon spokesman
	</p>
</blockquote>

<p>
	Verizon has had a relatively calm period regarding cybersecurity incidents in the past few years.
</p>

<p>
	 
</p>

<p>
	The firm's last major incident was announced in October 2022, when hackers <a href="https://www.bleepingcomputer.com/news/security/verizon-notifies-prepaid-customers-their-accounts-were-breached/" target="_blank" rel="external nofollow">attempted to perform SIM swaps</a> to hijack customer accounts.
</p>

<p>
	 
</p>

<p>
	Although Verizon says it blocked the activity and reversed unauthorized changes, sensitive customer information such as partial credit card data, names, telephone numbers, billing addresses, and other service-related info was exposed.
</p>

<p>
	 
</p>

<p>
	<em>Update 2/6 - Added Verizon statement</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/verizon-insider-data-breach-hits-over-63-000-employees/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21570</guid><pubDate>Tue, 06 Feb 2024 18:17:10 +0000</pubDate></item><item><title>Microsoft Outlook December updates trigger ICS security alerts</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-outlook-december-updates-trigger-ics-security-alerts-r21561/</link><description><![CDATA[<p>
	Microsoft is investigating an issue that triggers Outlook security alerts when trying to open .ICS calendar files after installing December 2023 Patch Tuesday Office security updates.
</p>

<p>
	 
</p>

<p>
	Microsoft 365 users <a href="https://answers.microsoft.com/en-us/outlook_com/forum/all/opening-ics-file-from-local-drive-causes-security/17f67f75-f29b-4181-8c07-7583526e18b1" rel="external nofollow" target="_blank">affected</a> by <a href="https://learn.microsoft.com/en-us/answers/questions/1521137/how-can-i-avoid-outlooks-security-warning-on-a-ics" rel="external nofollow" target="_blank">this issue</a> report seeing dialog boxes warning them that "Microsoft Office has identified a potential security concern" and that "This location may be unsafe" when double-clicking ICS files saved locally.
</p>

<p>
	 
</p>

<p>
	"This behavior is not expected when opening .ICS files. This is a bug and will be addressed in a future update," Microsoft explains in <a href="https://support.microsoft.com/en-us/office/outlook-prompts-security-notice-opening-ics-files-after-installing-protections-for-microsoft-outlook-information-disclosure-vulnerability-released-dec-12-2023-df8647ef-1828-421b-a266-79120b6190bd" rel="external nofollow" target="_blank">this support document</a>.
</p>

<p>
	 
</p>

<p>
	The company also revealed that the security warning will be displayed after deploying a security update that patches the <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-35636" rel="external nofollow" target="_blank">CVE-2023-35636</a> Microsoft Outlook information disclosure vulnerability.
</p>

<p>
	 
</p>

<p>
	If left unpatched, the security flaw can be exploited by attackers to trick users of unpatched Outlook installations into opening maliciously crafted files to steal NTLM hashes (their obfuscated Windows credentials).
</p>

<p>
	 
</p>

<p>
	The attackers can later use them to authenticate as the compromised user, gain access to sensitive data, or spread laterally on their network.
</p>

<p>
	 
</p>

<div style="text-align:center">
	<p style="text-align: left;">
		<img alt="Microsoft_Outlook_ICS_security_alert.jpg" class="ipsImage" data-ratio="69.67" height="418" width="600" src="https://www.bleepstatic.com/images/news/u/1109292/2024/Microsoft_Outlook_ICS_security_alert.jpg">
	</p>

	<div style="text-align: left;">
		<em>Microsoft Outlook ICS security notice (Tim Benedict)</em>
	</div>
</div>

<h2>
	Workaround available
</h2>

<p>
	Until a resolution is available, Redmond shared a temporary fix for those impacted in the form of a registry key that would disable the security notice.
</p>

<p>
	 
</p>

<p>
	However, once this workaround is deployed, it's also important to note that you'll stop receiving security prompts for all other potentially dangerous file types, not just ICS calendars.
</p>

<p>
	 
</p>

<p>
	Those affected by this known issue have to add a new DWORD key with a value of '1' to:
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>HKEY_CURRENT_USER\software\policies\microsoft\office\16.0\common\security</em> (Group Policy registry path)
	</li>
	<li>
		<em>Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Security</em> (OCT registry path)
	</li>
</ul>

<p>
	 
</p>

<p>
	Impacted customers can also disable the dialog by following the step-by-step instructions available in the '<a data-bi-type="anchor" href="https://learn.microsoft.com/microsoft-365/troubleshoot/administration/enable-disable-hyperlink-warning#how-to-globally-enable-or-disable-hyperlink-warnings" rel="external nofollow" target="_blank">Enable or disable hyperlink warning messages in Office programs</a>' support document.
</p>

<p>
	 
</p>

<p>
	Microsoft <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-connection-issue-affecting-outlook-email-apps/" target="_blank" rel="external nofollow">fixed another known Outlook issue</a> earlier this month, causing desktop and mobile email clients to fail to connect when using Outlook.com accounts.
</p>

<p>
	 
</p>

<p>
	In December, the company addressed two more bugs causing problems for users with lots of folders <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-outlook-email-sending-issues-for-users-with-lots-of-folders/" target="_blank" rel="external nofollow">when sending emails</a> and one more <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-outlook-desktop-crashes-when-sending-emails/" target="_blank" rel="external nofollow">causing Outlook Desktop clients to crash</a> when sending emails from Outlook.com accounts.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-outlook-december-updates-trigger-ics-security-alerts/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21561</guid><pubDate>Tue, 06 Feb 2024 02:48:45 +0000</pubDate></item><item><title>1Password is down, preventing some users from logging in</title><link>https://nsaneforums.com/news/security-privacy-news/1password-is-down-preventing-some-users-from-logging-in-r21554/</link><description><![CDATA[<h3>
	1Password is aware of issues that were confirmed just after 11:30AM ET.
</h3>

<div>
	<div class="duet--article--article-body-component">
		<p>
			1Password says it’s <a href="https://status.1password.com/incidents/3cqc0kx5qdzz" rel="external nofollow">looking into reports</a> that users are unable to log in to the app. The company’s status page says the issue “is currently impacting sign-ins to the 1Password web interface” and is affecting users in Europe, the US, Canada, and elsewhere.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			A chart on the company’s <a href="https://status.1password.com/" rel="external nofollow">status page</a> shows issues with Single Sign On have hit the company’s US / global users and European users, but not Enterprise and Canadian ones. Problems with sign-in, syncing items across devices, and saving passwords are known to be affecting users in all regions.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			1Password posted about the outage at 11:36AM ET. We discovered there was an issue soon after that at <em>The Verge,</em> when one of our writers was being repeatedly bombarded by his browser extension asking him to log in. But the login problem doesn’t seem to be universal, as I was able to sign in without issue.
		</p>

		<p>
			 
		</p>

		<div class="ipsEmbeddedOther" contenteditable="false">
			<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="32b8e50dfe32dc22f984837b0ea9a739" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/1Password/status/1754549794729865324?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1754549794729865324%257Ctwgr%255E680bf8c5c6dcffe577f8e81fecb893180cc05de5%257Ctwcon%255Es1_%26ref_url=https://www.theverge.com/2024/2/5/24062278/1password-down-outage-password-manager-sign-in"></iframe>
		</div>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Downdetector <a href="https://downdetector.com/status/1-password/" rel="external nofollow">shows reports of the outage</a> are already receding from a spike about 30 minutes ago, so it may be that 1Password will remedy the issue soon.
		</p>

		<p>
			 
		</p>
	</div>
</div>

<p>
	<a href="https://www.theverge.com/2024/2/5/24062278/1password-down-outage-password-manager-sign-in" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21554</guid><pubDate>Mon, 05 Feb 2024 17:35:24 +0000</pubDate></item><item><title>The ransomware business is booming, even as enforcers shut down some major players</title><link>https://nsaneforums.com/news/security-privacy-news/the-ransomware-business-is-booming-even-as-enforcers-shut-down-some-major-players-r21553/</link><description><![CDATA[<h3>
	Palo Alto Networks’ Unit 42 found a 49 percent bump in victims reported by ransomware leak sites in 2023.
</h3>

<div>
	<div class="duet--article--article-body-component">
		<p>
			2023 was a big year for ransomware groups, even as law enforcement around the world continued to crack down on attackers.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Palo Alto Networks’ Unit 42, the threat intelligence firm, found a 49 percent bump in victims reported by ransomware leak sites, totaling nearly 4,000 posts to those sites from different ransomware groups. Unit 42 said the uptick was due to the massive impact of attacks that exploited zero-day vulnerabilities, which are security flaws that developers have yet to identify. They pointed to the <a href="https://www.theverge.com/23892245/moveit-cyberattacks-clop-ransomware-government-business" rel="external nofollow">MOVEit Transfer software hack</a> that the <a href="https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-158a" rel="external nofollow">US government has connected to the CL0P Ransomware Gang</a>, as one example. The Cybersecurity and Infrastructure Security Agency estimated that hack compromised more than 3,000 US-based organizations and 8,000 globally.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Nearly half of ransomware victims identified by Unit 42 were in the US, with the most impacted industries being manufacturing, professional and legal services, and high tech.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Unit 42 identified 25 new leak sites last year that offered ransomware as a service. But it said at least five seem to have shut down, since they had no new posts in the second half of the year. The roughly two dozen new sites accounted for 25 percent of total ransomware posts in 2023, Unit 42 said.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Still, the prominence of some ransomware groups also attracted law enforcement attention that was successful in several cases, Unit 42 said. The group praised law enforcement’s role in disrupting groups like Hive and Ragnar Locker in 2023. Hive extorted $100 million in ransom payments, <a href="https://www.justice.gov/opa/pr/us-department-justice-disrupts-hive-ransomware-variant" rel="external nofollow">according to the US Justice Department</a>, and caused major disruptions including to a hospital that had to go analog in the wake of its attack and couldn’t accept new patients. Ragnar Locker attacked critical infrastructure including a Portuguese national carrier and an Israeli hospital, <a href="https://www.europol.europa.eu/media-press/newsroom/news/ragnar-locker-ransomware-gang-taken-down-international-police-swoop" rel="external nofollow">according to European law enforcement</a>.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			The report tracks with findings from Chainalysis, a blockchain data company that recently put out its <a href="https://www.chainalysis.com/blog/2024-crypto-crime-report-introduction/#:~:text=Scamming%20and%20Stolen%20Funds%20down,29.2%25%20and%2054.3%25%20respectively." rel="external nofollow">own report on crypto crime trends</a>. While the firm found a drop in the total value of illegal crypto activity overall in 2023 based on preliminary findings, ransomware revenue increased. Chainalysis suggested “ransomware attackers have adjusted to organizations’ cybersecurity improvements.”
		</p>

		<p>
			 
		</p>
	</div>
</div>

<p>
	<a href="https://www.theverge.com/2024/2/5/24059486/ransomware-victims-palo-alto-networks-unit-42" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21553</guid><pubDate>Mon, 05 Feb 2024 17:34:05 +0000</pubDate></item><item><title>KeePass 2.56 released: options search and history improvements</title><link>https://nsaneforums.com/news/security-privacy-news/keepass-256-released-options-search-and-history-improvements-r21549/</link><description><![CDATA[<p>
	The developer of the free password manager <a data-wpel-link="internal" href="https://www.ghacks.net/2018/05/28/keepass-password-safe-review/" rel="external nofollow" target="_blank">KeePass</a> has released version 2.56 of the Windows application. KeePass is a local password manager by default; this means that it does not require a cloud account or cloud connectivity. It is possible to use sync functionality, but this is completely optional.
</p>

<p>
	 
</p>

<p>
	The release comes less than a week after the release of KeePass 1.42, which you can read about <a data-wpel-link="external" href="https://keepass.info/news/n240201_1.42.html" rel="external nofollow" target="_blank">here</a>.
</p>

<p>
	 
</p>

<p>
	KeePas 2.56 is provided as a portable version and installer. Note that Windows may throw a SmartScreen warning, which users may want to ignore, as it is a false positive.
</p>

<h2>
	KeePass: new features
</h2>

<p>
	<img alt="keepass-search.png" class="ipsImage" data-ratio="75.10" height="540" width="664" src="https://www.ghacks.net/wp-content/uploads/2024/02/keepass-search.png">
</p>

<p>
	 
</p>

<p>
	One of the new features of KeePass 2.56 adds a search to the preferences of the application. You find a new search field at the bottom of the options interface. Use it to find matching entries in the options.
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-1317973408080">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	The search highlights the first matching entry while you type. Use the Enter-key to jump between matching items. Note that the search feature does not highlight the number of found entries. This is not a huge issue, as KeePass does not have thousands of options. Still, listing the total number of found entries and the number of the current entry would be useful.
</p>

<p>
	 
</p>

<p>
	The second new feature improves the <a data-wpel-link="internal" href="https://www.ghacks.net/2019/05/06/keepass-tip-access-the-password-history/" rel="external nofollow" target="_blank">password manager's History</a> feature. The history tab of a selected password displays detailed information about changes to the entry. It reveals when a password has changed and even includes a compare option to compare the data side-by-side.
</p>

<p>
	 
</p>

<p>
	<img alt="keepass-history.png" class="ipsImage" data-ratio="75.10" height="540" width="538" src="https://www.ghacks.net/wp-content/uploads/2024/02/keepass-history.png">
</p>

<p>
	 
</p>

<p>
	Tip: to compare two entries, select them both by holding the Ctrl-key and clicking on them. The compare button becomes active once you have selected two entries.
</p>

<p>
	 
</p>

<p>
	The history interface features a new "more" button. This button includes two options. The first allows you to select all history entries. You may also do that using the keyboard shortcut Ctrl-A.
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-946162186100">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	The second deletes all historic entries. The current data set and any unsaved data sets remain available. All past records are removed, however.
</p>

<p>
	 
</p>

<p>
	The program's history is useful, as it allows you to check previous passwords and other data, for instance after <a data-wpel-link="internal" href="https://www.ghacks.net/2022/03/25/how-to-merge-two-keepass-databases/" rel="external nofollow" target="_blank">merging two KeePass databases</a>.
</p>

<p>
	 
</p>

<p>
	Several smaller improvements are also introduced in the new release. The password manager's process memory protection has been improved. The same has been done for "some report dialogs" according to the official release notes.
</p>

<p>
	 
</p>

<p>
	Check out the full release notes <a data-wpel-link="external" href="https://keepass.info/news/n240204_2.56.html" rel="external nofollow" target="_blank">here</a> for other changes in the new KeePass version.
</p>

<p>
	 
</p>

<p>
	<strong>Closing Words</strong>
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-1316560109828">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	KeePass is an excellent password manager, especially if yo want a local password manager with optional sync functionality. Some users may be deterred by the program's ancient looking interface. If you look beyond that, you get a powerful password manager that is quite extensible as well, if you want.
</p>

<p>
	 
</p>

<p>
	You may read about one of these features, <a data-wpel-link="internal" href="https://www.ghacks.net/2013/02/05/keepass-the-global-login-shortcut-to-ease-your-life/" rel="external nofollow" target="_blank">KeePass' global login shortcut</a>, here.
</p>

<p>
	 
</p>

<p>
	<strong>Now You:</strong> which password manager do you use?
</p>

<p>
	 
</p>

<div id="div-gpt-ad-1524862513262-0">
	 
</div>

<p>
	<a href="https://www.ghacks.net/2024/02/05/keepass-2-56-released-options-search-and-history-improvements/" rel="external nofollow" target="_blank">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="113165" data-embedcontent="" data-embedid="embed2903963462" src="https://nsaneforums.com/topic/448511-keepass-256/?do=embed&amp;comment=1812945&amp;embedComment=1812945&amp;embedDo=findComment#comment-1812945" style="overflow: hidden; height: 355px; max-width: 502px;"></iframe>]]></description><guid isPermaLink="false">21549</guid><pubDate>Mon, 05 Feb 2024 08:14:34 +0000</pubDate></item><item><title>Finance worker pays out $25 million after video call with deepfake &#x2018;chief financial officer</title><link>https://nsaneforums.com/news/security-privacy-news/finance-worker-pays-out-25-million-after-video-call-with-deepfake-%E2%80%98chief-financial-officer-r21542/</link><description><![CDATA[<p style="text-align:center;">
	<span style="font-size:18px;"><strong>Finance worker pays out $25 million after video call with deepfake ‘chief financial officer</strong></span>
</p>

<div style="font-size:16px;">
	<div style="font-size:14px;line-height:20px;">
		 
	</div>

	<div style="font-size:14px;line-height:20px;">
		<em>By <span style="font-size:14px;line-height:20px;">Heather Chen</span> and <a href="https://www.cnn.com/profiles/kathleen-magramo" rel="external nofollow" style="font-size:14px;line-height:20px;"><span style="font-size:14px;line-height:20px;">Kathleen Magramo</span></a>, CNN</em>
	</div>
</div>

<div style="font-size:16px;">
	<div style="font-size:14px;line-height:20px;">
		<em>2 minute read</em>
	</div>

	<div style="font-size:14px;line-height:20px;">
		<em>Published 2:31 AM EST, Sun February 4, 2024</em>
	</div>

	<div style="font-size:14px;line-height:20px;">
		 
	</div>

	<div style="font-size:14px;line-height:20px;">
		<p style="font-size:16px;line-height:26px;">
			A finance worker at a multinational firm was tricked into paying out $25 million to fraudsters using deepfake technology to pose as the company’s chief financial officer in a video conference call, according to Hong Kong police.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			The elaborate scam saw the worker duped into attending a video call with what he thought were several other members of staff, but all of whom were in fact deepfake recreations, Hong Kong police said at a briefing on Friday.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			“(In the) multi-person video conference, it turns out that everyone [he saw] was fake,” senior superintendent Baron Chan Shun-ching told the city’s public broadcaster RTHK.
		</p>

		<div style="font-size:16px;">
			 
		</div>

		<div style="font-size:16px;">
			Chan said the worker had grown suspicious after he received a message that was purportedly from the company’s UK-based chief financial officer. Initially, the worker suspected it was a phishing email, as it talked of the need for a secret transaction to be carried out.
		</div>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			However, the worker put aside his early doubts after the video call because other people in attendance had looked and sounded just like colleagues he recognized, Chan said.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;text-align:center;">
			<img alt="f_webp" class="ipsImage" data-ratio="75.10" height="479" width="720" src="https://media.cnn.com/api/v1/images/stellar/prod/c90d6199-9933-4c4e-a054-38b43dc829d9.jpg?q=w_1110,c_fill/f_webp" />
		</p>

		<div style="font-size:14px;line-height:20px;text-align:center;">
			<span style="font-size:14px;line-height:20px;">Hong Kong's famous skyline.</span>
		</div>

		<p style="text-align:center;">
			Dale De La Rey / AFP
		</p>

		<p style="text-align:center;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			Believing everyone else on the call was real, the worker agreed to remit a total of $200 million Hong Kong dollars – about $25.6 million, the police officer added.
		</p>

		<div style="font-size:16px;">
			<div style="font-size:16px;">
				 
			</div>

			<div style="font-size:16px;">
				<a href="https://edition.cnn.com/2024/02/04/asia/deepfake-cfo-scam-hong-kong-intl-hnk/index.html" rel="external nofollow">Source</a>The case is one of several recent episodes in which fraudsters are believed to have used deepfake technology to modify publicly available video and other footage to cheat people out of money.
			</div>
		</div>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			At the press briefing Friday, Hong Kong police said they had made six arrests in connection with such scams.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			Chan said that eight stolen Hong Kong identity cards – all of which had been reported as lost by their owners – were used to make 90 loan applications and 54 bank account registrations between July and September last year.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			On at least 20 occasions, AI deepfakes had been used to trick facial recognition programs by imitating the people pictured on the identity cards, according to police.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			The scam involving the fake CFO was only discovered when the employee later checked with the corporation’s head office.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			Hong Kong police did not reveal the name or details of the company or the worker.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			Authorities across the world are growing increasingly concerned at the sophistication of deepfake technology and the nefarious uses it can be put to.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			At the end of January, pornographic, AI-generated images of the American pop star <a href="https://www.cnn.com/2024/01/25/tech/taylor-swift-ai-generated-images/index.html" rel="external nofollow" style="font-size:16px;line-height:26px;">Taylor Swift</a> spread across social media, underscoring the damaging potential posed by artificial intelligence technology.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			The photos - which show the singer in sexually suggestive and explicit positions - were viewed tens of millions of times before being removed from social platforms.
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			<a href="https://edition.cnn.com/2024/02/04/asia/deepfake-cfo-scam-hong-kong-intl-hnk/index.html" rel="external nofollow">Source</a>
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>

		<p style="font-size:16px;line-height:26px;">
			 
		</p>
	</div>
</div>
]]></description><guid isPermaLink="false">21542</guid><pubDate>Sun, 04 Feb 2024 17:45:44 +0000</pubDate></item><item><title>Microsoft explains how Russian hackers spied on its executives</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-explains-how-russian-hackers-spied-on-its-executives-r21541/</link><description><![CDATA[<div>
	<p>
		<span style="color:#2980b9;"><strong>A test environment without two-factor authentication led to Microsoft’s corporate systems getting popped open</strong></span>
	</p>

	<p>
		 
	</p>

	<p>
		Microsoft <a href="https://www.theverge.com/2024/1/19/24044561/microsoft-senior-leadership-emails-hack-russian-security-attack" rel="external nofollow">revealed last week</a> that it had discovered a nation-state attack on its corporate systems from the Russian state-sponsored hackers that were behind the <a href="https://www.theverge.com/2020/12/13/22173035/hackers-russia-breached-us-government-agencies-email-cozy-bear" rel="external nofollow">SolarWinds attack</a>. Hackers were able to access the email accounts of some members of Microsoft’s senior leadership team — potentially spying on them for weeks or months.
	</p>

	<p>
		 
	</p>
</div>

<div>
	<p>
		While Microsoft didn’t provide many details on how the attackers gained access in its initial SEC disclosure late on Friday, the software maker has now <a href="https://click.linksynergy.com/deeplink?id=nOD/rLJHOac&amp;mid=24542&amp;murl=https://www.microsoft.com/en-us/security/blog/2024/01/25/midnight-blizzard-guidance-for-responders-on-nation-state-attack/&amp;u1=%5B%5Dvg%5Bp%5D23815749%5Bt%5Dw%5Br%5Dhttps://www.google.com/%5Bd%5DD" rel="external nofollow">published an initial analysis</a> of how the hackers got past its security. It’s also warning that the same hacking group, known as Nobelium or as the “Midnight Blizzard” <a href="https://www.theverge.com/2023/4/19/23689456/microsoft-weather-cybersecurity-threat-actors-naming" rel="external nofollow">weather-themed</a> moniker Microsoft refers to them, has been targeting other organizations.
	</p>

	<p>
		 
	</p>
</div>

<div>
	<p>
		Nobelium initially accessed Microsoft’s systems through a password spray attack. This type of attack is a brute force one that sees hackers use a dictionary of potential passwords against accounts. Crucially, the non-production test tenant account that was breached didn’t have two-factor authentication enabled. Nobelium “tailored their password spray attacks to a limited number of accounts, using a low number of attempts to evade detection,” says Microsoft.
	</p>

	<p>
		 
	</p>
</div>

<div>
	<p>
		From this attack, the group “leveraged their initial access to identify and compromise a legacy test OAuth application that had elevated access to the Microsoft corporate environment.” OAuth is a widely used open standard for token-based authentication. It’s commonly used across the web to allow you to sign into applications and services without having to provide a website with your password. Think of websites you might sign into with your Gmail account, that’s OAuth in action.
	</p>

	<p>
		 
	</p>
</div>

<div>
	<p>
		This elevated access allowed the group to create more malicious OAuth applications and create accounts to access Microsoft’s corporate environment and eventually its Office 365 Exchange Online service that provides access to email inboxes.
	</p>

	<p>
		 
	</p>
</div>

<div>
	<p>
		“Midnight Blizzard leveraged these malicious OAuth applications to authenticate to Microsoft Exchange Online and target Microsoft corporate email accounts,” explains Microsoft’s security team.
	</p>
</div>

<div>
	 
</div>

<div>
	<p>
		Microsoft hasn’t disclosed how many of its corporate email accounts were targeted and accessed, but the company previously described it as “a very small percentage of Microsoft corporate email accounts, including members of our senior leadership team and employees in our cybersecurity, legal, and other functions.”
	</p>

	<p>
		 
	</p>
</div>

<div>
	<p>
		Microsoft also still hasn’t disclosed an exact timeline of how long hackers were spying on its senior leadership team and other employees. The initial attack took place in late November 2023, but Microsoft only discovered it on January 12th. That could mean the attackers were spying on Microsoft executives for nearly two months.
	</p>

	<p>
		 
	</p>
</div>

<div>
	<p>
		Hewlett Packard Enterprise (HPE) <a href="https://www.sec.gov/ix?doc=/Archives/edgar/data/0001645590/000164559024000009/hpe-20240119.htm" rel="external nofollow">revealed earlier this week</a> that the same group of hackers had previously gained access to its “cloud-based email environment.” HPE didn’t name the provider, but the company did reveal the incident was “likely related” to the “exfiltration of a limited number of [Microsoft] SharePoint files as early as May 2023.”
	</p>

	<p>
		 
	</p>
</div>

<div>
	<p>
		The attack on Microsoft took place just days after the company announced its <a href="https://www.theverge.com/2023/11/2/23943178/microsoft-security-secure-future-initiative-cybersecurity" rel="external nofollow">plan to overhaul its software security</a> following major Azure cloud attacks. It’s the latest cybersecurity incident to hit Microsoft, after 30,000 organizations’ <a href="https://www.theverge.com/2021/3/5/22316189/microsoft-exchange-server-security-exploit-china-attack-30000-organizations" rel="external nofollow">email servers were hacked</a> in 2021 due to a Microsoft Exchange Server flaw, and Chinese hackers <a href="https://www.theverge.com/2023/7/12/23792371/security-breach-china-us-government-emails-microsoft-cloud-exploit" rel="external nofollow">breached US government emails</a> via a Microsoft cloud exploit last year. Microsoft was also at the center of the giant SolarWinds attack nearly <a href="https://www.theverge.com/2020/12/13/22173035/hackers-russia-breached-us-government-agencies-email-cozy-bear" rel="external nofollow">three years ago</a>, which was carried out by the same Nobelium group behind this embarrassing executive email attack.
	</p>

	<p>
		 
	</p>
</div>

<div>
	<p>
		Microsoft’s admission of a lack of two-factor authentication on what was clearly a key test account will likely raise eyebrows in the cybersecurity community. While this wasn’t a Microsoft software vulnerability, it was a set of poorly configured test environments that allowed the hackers to quietly move across Microsoft’s corporate network. “How does a non-production test environment lead to the compromise of the most senior officials in Microsoft?” asked CrowdStrike CEO George Kurtz in an <a href="https://www.cnbc.com/video/2024/01/22/crowdstrike-ceo-george-kurtz-on-microsoft-hack-and-what-it-means-for-cybersecurity-landscape.html" rel="external nofollow">interview with CNBC</a> earlier this week. “I think there’s a lot more that’s going to come out on this.”
	</p>

	<p>
		 
	</p>
</div>

<div>
	<p>
		Kurtz was right, more has come out, but there are still some key details missing. Microsoft does claim that if this same non-production test environment was deployed today then “mandatory Microsoft policy and workflows would ensure MFA and our active protections are enabled” to better protect against these attacks.
	</p>

	<p>
		 
	</p>

	<p>
		Microsoft still has plenty more explaining to do, especially if it wants its customers to believe it’s truly improving the way it designs, builds, tests, and operates its software and services to better protect against security threats.
	</p>

	<p>
		 
	</p>

	<p>
		<a href="https://www.theverge.com/2024/1/26/24051708/microsoft-hack-russian-security-attack-senior-leadership-emails" rel="external nofollow">Source</a>
	</p>

	<p>
		 
	</p>
</div>
]]></description><guid isPermaLink="false">21541</guid><pubDate>Sun, 04 Feb 2024 08:10:06 +0000</pubDate></item><item><title>Mastodon vulnerability allows attackers to take over accounts</title><link>https://nsaneforums.com/news/security-privacy-news/mastodon-vulnerability-allows-attackers-to-take-over-accounts-r21535/</link><description><![CDATA[<p>
	Mastodon, the free and open-source decentralized social networking platform, has fixed a critical vulnerability that allows attackers to impersonate and take over any remote account.
</p>

<p>
	 
</p>

<p>
	The platform became popular after Elon Musk acquired Twitter and now boasts <a href="https://the-federation.info/" rel="external nofollow" target="_blank">nearly 12 million</a> users spread across 11,000 instances.
</p>

<p>
	 
</p>

<p>
	Instances (servers) on Mastodon are autonomous but interconnected (through a system known as "federation") communities that have their own guidelines and policies, controlled by owners who provide the infrastructure and act as administrators of their servers.
</p>

<p>
	 
</p>

<p>
	The newly fixed flaw is tracked as <a href="https://nvd.nist.gov/vuln/detail/CVE-2024-23832" rel="external nofollow" target="_blank">CVE-2024-23832</a> and stems from insufficient origin validation in Mastodon, allowing attackers to impersonate users and take over their accounts.
</p>

<p>
	 
</p>

<p>
	The vulnerability is rated 9.4 in CVSS v3.1 and impacts all Mastodon versions before 3.5.17, 4.0.13, 4.1.13, and 4.2.5.
</p>

<p>
	 
</p>

<p>
	The flaw was fixed as of 4.2.5, released yesterday, which all Mastodon server administrators are advised to upgrade to as soon as possible to protect users of their instances.
</p>

<p>
	 
</p>

<p>
	Mastodon has withheld technical details for the time being to prevent active exploitation of the vulnerability. However, they <a href="https://github.com/mastodon/mastodon/security/advisories/GHSA-3fjr-858r-92rw" rel="external nofollow" target="_blank">promised to share more information</a> about CVE-2024-23832 on February 15, 2024.
</p>

<p>
	 
</p>

<p>
	Mastodon users cannot do anything to address the security risk, but they should ensure that the admins of the instance they participate in have upgraded to a safe version by mid-February; otherwise, their accounts will be prone to hijacking.
</p>

<p>
	 
</p>

<p>
	Thankfully, Mastodon has opted to alert server admins via a pronounced banner about the critical update, so all instances that are actively maintained should become aware of the update and move to the safe version in the following days.
</p>

<p>
	 
</p>

<div style="text-align:center">
	<p style="text-align: left;">
		<img alt="alert.png" class="ipsImage" data-ratio="60.14" height="262" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Cybersecurity/alert.png">
	</p>

	<div style="text-align: left;">
		<em>Alert served to server adminsSource: Kevin Beaumont</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	The repercussions of account impersonation and takeover in Mastodon can be significant, impacting individual users, communities, and the integrity of the platform, so CVE-2024-23832 is a severe flaw.
</p>

<p>
	 
</p>

<p>
	In July 2023, the Mastodon team fixed another critical bug tracked as CVE-2023-36460 and dubbed '<a href="https://www.bleepingcomputer.com/news/security/critical-tootroot-bug-lets-attackers-hijack-mastodon-servers/" target="_blank" rel="external nofollow">TootRoot</a>,' which allowed attackers to send "toots" (the equivalent of tweets) that would create web shells on target instances.
</p>

<p>
	 
</p>

<p>
	Attackers could leverage this flaw to completely compromise Mastodon servers, allowing them to access sensitive user information, communications, and plant backdoors.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/mastodon-vulnerability-allows-attackers-to-take-over-accounts/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21535</guid><pubDate>Sat, 03 Feb 2024 18:04:23 +0000</pubDate></item><item><title>The Week in Ransomware - February 2nd 2024 - No honor among thieves</title><link>https://nsaneforums.com/news/security-privacy-news/the-week-in-ransomware-february-2nd-2024-no-honor-among-thieves-r21524/</link><description><![CDATA[<p>
	Attacks on hospitals continued this week, with ransomware operations disrupting patient care as they force organization to respond to cyberattacks.
</p>

<p>
	 
</p>

<p>
	While many, like LockBit, claim to have policies in place to avoid encryping hospitals, we continue to see affiliates targeting healthcare with complete disregard to the disruption they are causing patients in trying to receive care.
</p>

<p>
	 
</p>

<p>
	LockBit says that affiliates can only steal data and not encrypt hospitals, yet they purposely ignore the fact that attacking an organization will cause them to turn off IT system to prevent the spread of the attack.
</p>

<p>
	 
</p>

<p>
	For hospitals, this means that they no longer have access to medical charts, can't prescribe electronic prescriptions, respond to patients through online portals, or in some cases, access medical diagnostic reports.
</p>

<p>
	 
</p>

<p>
	It feels like we hear of a new attacks on hospitals every week, learning this week about an attack on <a href="https://www.bleepingcomputer.com/news/security/lurie-childrens-hospital-took-systems-offline-after-cyberattack/" target="_blank" rel="external nofollow">Lurie Children's Hospital in Chicago</a> and an attack on <a href="https://therecord.media/ransomware-saint-anthony-hospital-chicago" rel="external nofollow" target="_blank">Saint Anthony Hospital</a> in December, with the latter claimed by LockBit.
</p>

<p>
	 
</p>

<p>
	Ransomware gangs are fond of saying, "It’s not personal, it’s business. We just care about your money."
</p>

<p>
	 
</p>

<p>
	However, having to postpone your child's heart surgery, sure feels personal.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="75be4937eaffd2b61e6601d76bba28e5" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/jasoncastillo/status/1753462346310185438"></iframe>
</div>

<p>
	Contributors and those who provided new ransomware information and stories this week include: <a href="https://twitter.com/Seifreed" rel="external nofollow" target="_blank">@Seifreed</a>, <a href="https://twitter.com/malwrhunterteam" rel="external nofollow" target="_blank">@malwrhunterteam</a>, <a href="https://twitter.com/Ionut_Ilascu" rel="external nofollow" target="_blank">@Ionut_Ilascu</a>, <a href="https://twitter.com/LawrenceAbrams" rel="external nofollow" target="_blank">@LawrenceAbrams</a>, <a href="https://twitter.com/BleepinComputer" rel="external nofollow" target="_blank">@BleepinComputer</a>, <a href="https://twitter.com/billtoulas" rel="external nofollow" target="_blank">@billtoulas</a>, <a href="https://twitter.com/demonslay335" rel="external nofollow" target="_blank">@demonslay335</a>, <a href="https://twitter.com/serghei" rel="external nofollow" target="_blank">@serghei</a>, <a href="https://twitter.com/fwosar" rel="external nofollow" target="_blank">@fwosar</a>, <a href="https://twitter.com/CyberArk" rel="external nofollow" target="_blank">@CyberArk</a>, <a href="https://twitter.com/coveware" rel="external nofollow" target="_blank">@coveware</a>, <a href="https://twitter.com/pcrisk" rel="external nofollow" role="link" tabindex="-1" target="_blank">@pcrisk</a>, <a href="https://twitter.com/usgao" rel="external nofollow" target="_blank">@USGAO</a>, <a href="https://twitter.com/Jon__DiMaggio" rel="external nofollow" target="_blank">@Jon__DiMaggio</a>, <a href="https://twitter.com/ThierryBreton" rel="external nofollow" target="_blank">@ThierryBreton</a>, <a href="https://twitter.com/Truesec" rel="external nofollow" target="_blank">@Truesec</a>, <a href="https://twitter.com/Analyst1" rel="external nofollow" target="_blank">@Analyst1</a>, <a href="https://twitter.com/ahnlab_secuinfo" rel="external nofollow" target="_blank">@AhnLab_SecuInfo</a>, <a href="https://twitter.com/RakeshKrish12" rel="external nofollow" target="_blank">@RakeshKrish12</a>, <a href="https://twitter.com/Netenrich" rel="external nofollow" target="_blank">@Netenrich</a>, <a href="https://twitter.com/jgreigj" rel="external nofollow" target="_blank">@jgreigj</a>, and <a href="https://twitter.com/AJVicens" rel="external nofollow" target="_blank">@AJVicens</a>.
</p>

<h2>
	January 27th 2024
</h2>

<h3 lang="en">
	<a href="https://www.cbc.ca/news/canada/ottawa/matthew-philbert-ransomware-cybersecurity-court-sentencing-1.7096493" rel="external nofollow" target="_blank">Ottawa-based cyberfraudster sentenced to 2 years</a>
</h3>

<p>
	An Ottawa man convicted on charges related to a ransomware attack affecting hundreds of victims was sentenced to two years behind bars on Friday.
</p>

<h2>
	January 29th 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/ransomware-payments-drop-to-record-low-as-victims-refuse-to-pay/" target="_blank" rel="external nofollow">Ransomware payments drop to record low as victims refuse to pay</a>
</h3>

<p>
	The number of ransomware victims paying ransom demands has dropped to a record low of 29% in the final quarter of 2023, according to ransomware negotiation firm Coveware.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/energy-giant-schneider-electric-hit-by-cactus-ransomware-attack/" target="_blank" rel="external nofollow">Energy giant Schneider Electric hit by Cactus ransomware attack</a>
</h3>

<p>
	Energy management and automation giant Schneider Electric suffered a Cactus ransomware attack leading to the theft of corporate data, according to people familiar with the matter.
</p>

<h3>
	<a href="https://www.truesec.com/hub/blog/akira-ransomware-and-exploitation-of-cisco-anyconnect-vulnerability-cve-2020-3259" rel="external nofollow" target="_blank">Akira Ransomware and exploitation of Cisco Anyconnect vulnerability CVE-2020-3259</a>
</h3>

<p class="bc_quote">
	In several recent incident response missions, the Truesec CSIRT team made forensic observations indicating that the old vulnerability CVE-2020-3259 is likely to be actively exploited by the Akira ransomware group.
</p>

<h3>
	<a href="https://netenrich.com/blog/alpha-ransomware-a-deep-dive-into-its-operations" rel="external nofollow" target="_blank">Unveiling Alpha Ransomware: A Deep Dive into Its Operations</a>
</h3>

<p class="bc_quote">
	Alpha ransomware, a distinct group not to be confused with <strong>ALPHV</strong> ransomware, has recently emerged with the launch of its Dedicated/Data Leak Site (DLS) on the Dark Web and an initial listing of six victims’ data. As a developing story, I will continue to provide updates.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1751887592209977673" rel="external nofollow" target="_blank">New Phobos ransomware variant</a>
</h3>

<p>
	<a href="https://twitter.com/pcrisk" rel="external nofollow" role="link" target="_blank">PCrisk</a> found a new Phobos ransomware variant that appends the <strong>.Ebaka</strong> extension.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1751900593549926774" rel="external nofollow" target="_blank">New Chaos ransomware variant</a>
</h3>

<p>
	PCrisk found a new Chaos ransomware variant that appends the <strong>.NOOSE</strong> extension and drops a ransom ntoe named <strong>OPEN_ME.txt</strong>.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1751925392456262087" rel="external nofollow" target="_blank">New Secles ransomware</a>
</h3>

<p>
	PCrisk found a new ransomware that appends the <strong>.secles</strong> extension and drops a ransom note named <strong>ReadMe.txt</strong>.
</p>

<h2>
	January 30th 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/online-ransomware-decryptor-helps-recover-partially-encrypted-files/" target="_blank" rel="external nofollow">Online ransomware decryptor helps recover partially encrypted files</a>
</h3>

<p>
	CyberArk has created an online version of 'White Phoenix,' an open-source ransomware decryptor targeting operations using intermittent encryption.
</p>

<h3>
	<a href="https://www.gao.gov/products/gao-24-106221" rel="external nofollow" target="_blank">Critical Infrastructure Protection:Agencies Need to Enhance Oversight of Ransomware Practices and Assess Federal Support</a>
</h3>

<p class="bc_quote">
	Most federal agencies that lead and manage risk for 4 critical sectors—manufacturing, energy, healthcare and public health, and transportation systems—have assessed or plan to assess risks associated with ransomware. But agencies haven't fully gauged the use of leading cybersecurity practices or whether federal support has mitigated risks effectively in the sectors.
</p>

<h3>
	<a href="https://analyst1.com/ransomware-diaries-volume-4/" rel="external nofollow" target="_blank">Ransomware Diaries Volume 4: Ransomed and Exposed – The Story of RansomedVC</a>
</h3>

<p class="bc_quote">
	RansomedVC stands out as one of the most unconventional ransomware operations I’ve investigated. Its leadership strategically employs propaganda, influence campaigns, and misinformation tactics to gain fame and notoriety within the criminal community. While I may have my assessment of RansomedVC, I cannot deny the effectiveness of its tactics. It also rubbed many people the wrong way, including other criminals.
</p>

<h3>
	<a href="https://asec.ahnlab.com/en/61000/" rel="external nofollow" target="_blank">Trigona Ransomware Threat Actor Uses Mimic Ransomware</a>
</h3>

<p class="bc_quote">
	AhnLab SEcurity intelligence Center (ASEC) has recently identified a new activity of the Trigona ransomware threat actor installing Mimic ransomware. Like past cases, the recently detected attack targets MS-SQL servers and is notable for exploiting the <strong>Bulk Copy Program (BCP)</strong> utility in MS-SQL servers during the malware installation process.
</p>

<h3>
	<a href="https://www.cyberark.com/resources/threat-research-blog/ransomwares-playing-a-broken-game" rel="external nofollow" target="_blank">Ransomware’s PLAYing a Broken Game</a>
</h3>

<p class="bc_quote">
	The Play ransomware group is one of the most successful ransomware syndicates today. All it takes is a quick peek with a disassembler to know why this group has become infamous. This is because reverse engineering the malware would be a Sisyphean task full of anti-analysis techniques. That said, it might come as a surprise that the malware crashes quite frequently when running. In this blog post, we will cover some of the anti-analysis techniques used by Play and look at the process the malware uses to encrypt network drives and how that can cause the malware to crash.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1752297158781321469" rel="external nofollow" target="_blank">New Silent Anonymous ransomware</a>
</h3>

<p>
	PCrisk found a new ransomware called Silent Anonymous that appends the <strong>.SILENTATTACK</strong> extension and drops a ransom note named <strong>Silent_Anon.txt</strong>.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1752299923154911574" rel="external nofollow" target="_blank">New Chaos ransomware variant</a>
</h3>

<p>
	PCrisk found a new Chaos ransomware variant that appends the <strong>.slime</strong> extension.
</p>

<h2>
	January 31st 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/johnson-controls-says-ransomware-attack-cost-27-million-data-stolen/" target="_blank" rel="external nofollow">Johnson Controls says ransomware attack cost $27 million, data stolen</a>
</h3>

<p>
	Johnson Controls International has confirmed that a September 2023 ransomware attack cost the company $27 million in expenses and led to a data breach after hackers stole corporate data.
</p>

<h3>
	<a href="https://digital-strategy.ec.europa.eu/en/news/eu-and-united-states-enhance-cooperation-cybersecurity" rel="external nofollow" target="_blank">EU and United States enhance cooperation on cybersecurity</a>
</h3>

<p class="bc_quote">
	Together with our American partners, we are acting with speed and ambition to counter the growing threat from malicious cyber actors on all fronts. Firstly, with the Joint Cyber Safe Product Action Plan in place, we will now work concretely together to foster a transatlantic market for trusted digital products and promote our high cybersecurity standards globally. Furthermore, we make a firm commitment that neither the EU institutions, bodies and agencies, nor our Member States' national government authorities, will pay ransom to such cyber criminals.
</p>

<h3>
	<a href="https://cyberscoop.com/technica-pentagon-alphv-ransomware/" rel="external nofollow" target="_blank">Pentagon investigating theft of sensitive files by ransomware group</a>
</h3>

<p class="bc_quote">
	The ransomware group ALPHV is threatening to leak data obtained from a Virginia IT services company that contracts with the U.S. military.
</p>

<h3>
	<a href="https://therecord.media/ransomware-saint-anthony-hospital-chicago" rel="external nofollow" target="_blank">December cyberattack on Chicago community hospital claimed by LockBit gang</a>
</h3>

<p class="bc_quote">
	A recently announced cyberattack on a large community hospital in Chicago was claimed by the LockBit ransomware gang.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1752567492499706365" rel="external nofollow" target="_blank">New Phobos ransomware variant</a>
</h3>

<p>
	PCrisk found a new Phobos ransomware variant that appends the <strong>.dx31</strong> extension.
</p>

<h2>
	February 2nd 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/legal/btc-e-server-admin-indicted-for-laundering-ransom-payments-stolen-crypto/" target="_blank" rel="external nofollow">BTC-e server admin indicted for laundering ransom payments, stolen crypto</a>
</h3>

<p>
	Aliaksandr Klimenka, a Belarusian and Cypriot national, has been indicted in the U.S. for his involvement in an international cybercrime money laundering operation.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/legal/interpol-operation-synergia-takes-down-1-300-servers-used-for-cybercrime/" rel="external nofollow">Interpol operation Synergia takes down 1,300 servers used for cybercrime</a>
</h3>

<p>
	An international law enforcement operation code-named 'Synergia' has taken down over 1,300 command and control servers used in ransomware, phishing, and malware campaigns.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1753305624610234628" rel="external nofollow" target="_blank">New Dharma ransomware variant</a>
</h3>

<p>
	PCrisk found a new Phobos ransomware variant that appends the <strong>.Mr</strong> extension and drops a ransom note named <strong>info-MIRROR.txt</strong>.
</p>

<h3>
	That's it for this week! Hope everyone has a nice weekend!
</h3>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/the-week-in-ransomware-february-2nd-2024-no-honor-among-thieves/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21524</guid><pubDate>Sat, 03 Feb 2024 07:46:25 +0000</pubDate></item><item><title>New Windows Event Log zero-day flaw gets unofficial patches</title><link>https://nsaneforums.com/news/security-privacy-news/new-windows-event-log-zero-day-flaw-gets-unofficial-patches-r21492/</link><description><![CDATA[<p>
	Free unofficial patches are available for a new Windows zero-day flaw dubbed <strong>EventLogCrasher</strong> that lets attackers remotely crash the Event Log service on devices within the same Windows domain.
</p>

<p>
	 
</p>

<p>
	This zero-day vulnerability affects all versions of Windows, from Windows 7 up to the latest Windows 11 and from Server 2008 R2 to Server 2022.
</p>

<p>
	 
</p>

<p>
	EventLogCrasher was discovered and reported to the Microsoft Security Response Center team by a security researcher known just as <a href="https://twitter.com/floesen_/status/1749809453367779758" rel="external nofollow" target="_blank">Florian</a>, with Redmond <a href="https://twitter.com/floesen_/status/1750199479175647294" rel="external nofollow" target="_blank">tagging it as not meeting servicing requirements</a> and saying it's a duplicate of the 2022 bug (Florian also published a <a href="https://github.com/floesen/EventLogCrasher" rel="external nofollow" target="_blank">proof-of-concept exploit</a> last week).
</p>

<p>
	 
</p>

<p>
	While Microsoft didn't provide more details regarding the 2022 vulnerability, software company Varonis disclosed a similar flaw dubbed <a href="https://www.varonis.com/blog/the-logging-dead-two-windows-event-log-vulnerabilities" rel="external nofollow" target="_blank">LogCrusher</a> (also still waiting for a patch) that can be exploited by any domain user to remotely crash the Event Log service on Windows machines across the domain.
</p>

<p>
	 
</p>

<p>
	To exploit the zero-day in default Windows Firewall configurations, attackers need network connectivity to the target device and any valid credentials (even with low privileges).
</p>

<p>
	 
</p>

<p>
	Therefore, they can always crash the Event Log service locally and on all Windows computers in the same Windows domain, including domain controllers, which will let them ensure that their malicious activity will no longer be recorded in the Windows Event Log.
</p>

<p>
	 
</p>

<p>
	As Florian explains, "The crash occurs in <em>wevtsvc!VerifyUnicodeString</em> when an attacker sends a malformed <em>UNICODE_STRING</em> object to the <em>ElfrRegisterEventSourceW</em> method exposed by the RPC-based EventLog Remoting Protocol."
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/43I62EWYbbQ?feature=oembed" title='The "EventLogCrasher" 0day For Remotely Disabling Windows Event Log,  And a Free Micropatch For It' width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	Once the Event Log service crashes, Security Information and Event Management (SIEM) and Intrusion Detection Systems (IDS) will be directly impacted as they can no longer ingest new events to trigger security alerts.
</p>

<p>
	 
</p>

<p>
	Luckily, security and system events are queued in memory and will be added to the event logs after the Event Log service becomes available again. However, such queued events may be irrecoverable if the queue gets filled or the attacked system shuts down via power-off or due to a blue screen error.
</p>

<p>
	 
</p>

<p>
	"So far we've discovered that a low-privileged attacker can crash the Event Log service both on the local machine and on any other Windows computer in the network they can authenticate to. In a Windows domain, this means all domain computers including domain controllers," <a href="https://blog.0patch.com/2024/01/the-eventlogcrasher-0day-for-remotely.html" rel="external nofollow" target="_blank">said</a> 0patch co-founder Mitja Kolsek.
</p>

<p>
	 
</p>

<p>
	"During the service downtime, any detection mechanisms ingesting Windows logs will be blind, allowing the attacker to take time for further attacks - password brute-forcing, exploiting remote services with unreliable exploits that often crash them, or running every attacker's favorite whoami - without being noticed."
</p>

<h2>
	Unnoficial security patches for affected Windows systems
</h2>

<p>
	The <a href="https://0patch.com/" rel="external nofollow" target="_blank">0patch micropatching service</a> released unofficial patches for most affected Windows versions on Wednesday, available for free until Microsoft releases official security updates to address the zero-day bug:
</p>

<p>
	 
</p>

<ol>
	<li>
		<strong>Windows 11 v22H2, v23H2 - fully updated</strong>
	</li>
	<li>
		<strong>Windows 11 v21H2 - fully updated</strong>
	</li>
	<li>
		<strong>Windows 10 v22H2 - fully updated</strong>
	</li>
	<li>
		<strong>Windows 10 v21H2 - fully updated</strong>
	</li>
	<li>
		<strong>Windows 10 v21H1 - fully updated</strong>
	</li>
	<li>
		<strong>Windows 10 v20H2 - fully updated</strong>
	</li>
	<li>
		<strong>Windows 10 v2004 - fully updated</strong>
	</li>
	<li>
		<strong>Windows 10 v1909 - fully updated</strong>
	</li>
	<li>
		<strong>Windows 10 v1809 - fully updated</strong>
	</li>
	<li>
		<strong>Windows 10 v1803 - fully updated</strong>
	</li>
	<li>
		<strong>Windows 7 - no ESU, ESU1, ESU2, ESU3</strong>
	</li>
	<li>
		<strong>Windows Server 2022 - fully updated</strong>
	</li>
	<li>
		<strong>Windows Server 2019 - fully updated</strong>
	</li>
	<li>
		<strong>Windows Server 2016 - fully updated</strong>
	</li>
	<li>
		<strong>Windows Server 2012 - no ESU, ESU1</strong>
	</li>
	<li>
		<strong>Windows Server 2012 R2 - no ESU, ESU1</strong>
	</li>
	<li>
		<strong>Windows Server 2008 R2 - no ESU, ESU1, ESU2, ESU3, ESU4</strong>
	</li>
</ol>

<p>
	 
</p>

<p>
	"Since this is a '0day' vulnerability with no official vendor fix available, we are providing our micropatches for free until such fix becomes available," Kolsek said.
</p>

<p>
	 
</p>

<p>
	To install the necessary patches on your Windows system, <a href="http://central.0patch.com/" rel="external nofollow" target="_blank">create a 0patch account</a> and install the <a href="http://0patch.com/" rel="external nofollow" target="_blank">0patch agent</a> on the device.
</p>

<p>
	 
</p>

<p>
	Once you've launched the agent, the micropatch will be applied automatically without requiring a system restart, provided there is no custom patching policy in place to block it.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/new-windows-event-log-zero-day-flaw-gets-unofficial-patches/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21492</guid><pubDate>Thu, 01 Feb 2024 17:22:03 +0000</pubDate></item><item><title>Linux users beware &#x2014; this security flaw could allow attackers to get root on major distros, so take extra care</title><link>https://nsaneforums.com/news/security-privacy-news/linux-users-beware-%E2%80%94-this-security-flaw-could-allow-attackers-to-get-root-on-major-distros-so-take-extra-care-r21481/</link><description><![CDATA[<p>
	Alocal privilege escalation flaw within the GNU C (glibc) has been disclosed, opening up the possibility of cyberattacks on endpoints with the library installed - quite a large pool, as the library enables critical kernel features across several major Linux distributions.
</p>

<p>
	 
</p>

<p>
	Per BleepingComputer, the flaw, disclosed as CVE-2023-6246, was fo<span>und in glibc’s __vsyslog_internal() function, called by the syslog and vyslog functions for logging messages to the system.</span>
</p>

<p>
	 
</p>

<p>
	The flaw allows, via a buffer overflow, unauthorised users to gain root access - full read, write and execute permissions - across a distribution instance, which is, to use the correct computing term, terrifying.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>The technical stuff</strong></span>
</p>

<p>
	 
</p>

<p>
	In its disclosure published on January 30 2024, researchers from security company Qualys wrote that even up to date Fedora installations were exploitable. That’s concerning, but disclosure should expedite a fix.
</p>

<p>
	<br />
	Making things worse is the fact that, per the disclosure again this vulnerability was backported to 2.36 via another code commit fixing a different flaw in __vsyslog_internal(), stemming from an uninitialized memory read, tracked as CVE-2022-39046.
</p>

<p>
	 
</p>

<p>
	Buffer overflow, or more data being written to a part of a computer program than it has allocated, allowing for the execution of arbitrary, potentially nefarious code, has always been a serious problem for the decades-old glibc library, to the point where Qualys found that a very similar bug in its code has occurred before, in 1997.
</p>

<p>
	 
</p>

<p>
	The common solution is to add functions to code that check memory bounds, so that, if an allocation to a buffer would cause an overflow, it’s refused.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>The implications</strong></span>
</p>

<p>
	<br />
	Even if you’re not a programmer, this news should trouble anyone who’s given into the hype and is now running Debian (versions 12 to 13) or a Debian-based Linux distribution, which includes Raspberry Pi OS, as well as other major Linux variants like Fedora (37 to 39) and Ubuntu (23.04 and 23.10) and their offshoots, including the established and popular Linux Mint.
</p>

<p>
	 
</p>

<p>
	Qualys also pointed out that ‘other distributions are probably also exploitable’, so even though we’ve named some of the popular distributions affected, you may wish to investigate further.
</p>

<p>
	 
</p>

<p>
	The one saving grace from all of this is that Qualys don’t believe the exploit can be triggered remotely, writing in its disclosure that “to the best of our knowledge, this vulnerability cannot be triggered remotely in any likely scenario (because it requires an argv[0], or an openlog() ident argument, longer than 1024 bytes to be triggered)”.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.msn.com/en-us/news/technology/linux-users-beware-this-security-flaw-could-allow-attackers-to-get-root-on-major-distros-so-take-extra-care/ar-BB1hy6ry" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">21481</guid><pubDate>Wed, 31 Jan 2024 17:52:34 +0000</pubDate></item><item><title>Online ransomware decryptor helps recover partially encrypted files</title><link>https://nsaneforums.com/news/security-privacy-news/online-ransomware-decryptor-helps-recover-partially-encrypted-files-r21468/</link><description><![CDATA[<p>
	CyberArk has created an online version of 'White Phoenix,' an open-source ransomware decryptor targeting operations using intermittent encryption.
</p>

<p>
	 
</p>

<p>
	The company <a href="https://www.cyberark.com/resources/threat-research-blog/ransomwares-playing-a-broken-game" rel="external nofollow" target="_blank">announced today</a> that although the tool was <a href="https://www.bleepingcomputer.com/news/security/new-ransomware-decryptor-recovers-data-from-partially-encrypted-files/" target="_blank" rel="external nofollow">already freely available</a> through GitHub as a Python project, they felt an <a href="https://getmyfileback.com/" rel="external nofollow" target="_blank">online version</a> was needed for the less tech-savvy ransomware victims who don't know how to work with the code.
</p>

<p>
	 
</p>

<p>
	Using the online White Phoenix is as simple as uploading files, hitting the "recover" button, and allowing the tool some time to restore whatever it can.
</p>

<p>
	 
</p>

<p>
	Currently, the tool supports PDFs, Word and Excel document files, ZIPs, and PowerPoint. Also, the online version has a file size limit of 10MB, so if you're looking to decrypt larger files or virtual machines (VMs), the <a href="https://github.com/cyberark/White-Phoenix" rel="external nofollow" target="_blank">GitHub version</a> is the only way to go.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="autoplay; fullscreen; picture-in-picture" frameborder="0" height="240" src="https://player.vimeo.com/video/908017146?app_id=122963" title="White Phoenix decryptor" width="426"></iframe>
	</div>
</div>

<h2>
	Intermittent encryption opportunities
</h2>

<p>
	Intermittent encryption is a <a href="https://www.bleepingcomputer.com/news/security/ransomware-gangs-switching-to-new-intermittent-encryption-tactic/" target="_blank" rel="external nofollow">method</a> used by many ransomware operations to speed up the encryption of devices by only partially encrypting the victim's files.
</p>

<p>
	 
</p>

<p>
	Current ransomware strains employing intermittent encryption include Blackcat/ALPHV, Play, Qilin/Agenda, BianLian, and DarkBit. Therefore, White Phoenix can only help victims hit by those strains.
</p>

<p>
	 
</p>

<p>
	Using intermittent encryption, threat actors can speed up their attacks while still leaving victims without a way to restore their data without paying.
</p>

<p>
	 
</p>

<p>
	However, intermittent encryption comes with a weakness, as it leaves significant chunks of unencrypted data in a file. If these chunks of unencrypted data contain useful information, especially at the start and end of the file, the chances for successfully rebuilding and restoring the file without paying for a decryptor is increased.
</p>

<p>
	 
</p>

<p>
	White Phoenix attempts to recover text in documents by concatenating unencrypted parts and by reversing hex encoding and CMAP (character mapping) scrambling.
</p>

<p>
	 
</p>

<p>
	White Phoenix is basically a tool that automates manual restoration used by data restoration experts, so depending on the file type and ransomware, the decryptor may not work particularly well.
</p>

<p>
	 
</p>

<p>
	CyberArk previously told BleepingComputer that certain strings need to be readable in the files depending on their type for the decryptor to work correctly. For example, ZIP files must contain the "PK\x03\x04" string, and PDFs need to contain "0 obj" and "endobj."
</p>

<p>
	 
</p>

<p>
	For PDFs that contain image files, CyberArk suggests checking the "separate files" option for more reliable results.
</p>

<p>
	 
</p>

<p>
	Even if White Phoenix cannot help restore entire systems, it could still help restore valuable files or at least retrieve some data from them.
</p>

<p>
	 
</p>

<p>
	There are currently no working decryptors for the mentioned ransomware families, so restoration options are severely limited, making White Phoenix worth a try.
</p>

<p>
	 
</p>

<p>
	Note that if you're working with sensitive information, it would be recommended to download White Phoenix from GitHub and use it locally rather than uploading sensitive documents to CyberArk's servers.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/online-ransomware-decryptor-helps-recover-partially-encrypted-files/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21468</guid><pubDate>Wed, 31 Jan 2024 06:36:05 +0000</pubDate></item><item><title>Microsoft Edge reportedly steals data from Chrome without user permission</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-edge-reportedly-steals-data-from-chrome-without-user-permission-r21445/</link><description><![CDATA[<p>
	Microsoft Edge is acting up again. Following multiple controversies and reports of user-hostile practices, the browser ended up in hot waters one more time for openly stealing data from other browsers. Customers across the vast seas of the internet claim Microsoft Edge is siphoning open tabs and other information from Chrome without permission.
</p>

<p>
	 
</p>

<p>
	Microsoft's browser has a toggle you can use to automatically migrate data from Edge to Chrome, like open tabs, history, favorites, etc. During the initial setup, Edge asks users to allow it to sync with other browsers so they can seamlessly switch from Chrome or Firefox. That option is also available in settings turned off by default. Interestingly, Microsoft also prompts you to allow this behavior with a carefully crafted screen during Windows 10's out-of-box experience.
</p>

<p>
	 
</p>

<p>
	The idea is OK. What is not OK is how Edge seemingly does not care what option you pick and steals data from Chrome when it is not supposed to. <a href="https://www.theverge.com/24054329/microsoft-edge-automatic-chrome-import-data-feature" rel="external nofollow">Tom Warren from The Verge</a> claims Edge took over his Chrome tabs on <em>two </em>devices without permission after the recent Windows updates. To add insult to injury, Microsoft Edge admitted its crimes by launching itself automatically with all the data copied from Chrome. Other users experienced the same software atrocities.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="697ee8bafb2a7c31636e3ac52bc8059a" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/tomwarren/status/1750175894306439601?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1750175894306439601%257Ctwgr%255E9f7e089b8f81b070a7905e9241c41b4fed658818%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/microsoft-edge-reportedly-steals-data-from-chrome-without-user-permission/"></iframe>
</div>

<p>
	I tried replicating it on my computers and virtual machines but could not get it. Since we do not have a word from Microsoft on the situation, we can only guess whether it is a "bug," or a gradual rollout of yet another annoyance. Either way, Edge is clearly having a hard time respecting its users' choice. A few weeks ago, <a href="https://www.neowin.net/news/microsoft-defends-edges-predatory-practices-with-cringe-and-audacious-reply-on-x/" rel="external nofollow">the browser's official X account posted a cringe response</a> to a user complaining about Edge's annoyances.
</p>

<p>
	 
</p>

<p>
	Fortunately, at least for the EU users, those tired of Microsoft Edge constantly getting in the way will soon be able to <a href="https://www.neowin.net/guides/here-is-a-simple-method-to-uninstall-edge-in-windows-10-and-11/" rel="external nofollow">uninstall the browser by simply right-clicking it in the Start menu</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-edge-reportedly-steals-data-from-chrome-without-user-permission/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21445</guid><pubDate>Mon, 29 Jan 2024 21:16:34 +0000</pubDate></item><item><title>The Week in Ransomware - January 26th 2024 - Govts strike back</title><link>https://nsaneforums.com/news/security-privacy-news/the-week-in-ransomware-january-26th-2024-govts-strike-back-r21428/</link><description><![CDATA[<p>
	Governments struck back this week against members of ransomware operations, imposing sanctions on one threat actor and sentencing another to prison.
</p>

<p>
	 
</p>

<p>
	On Tuesday, the Australian, US, and UK governments announced sanctions against Aleksandr Gennadievich Ermakov, a Russian national believed to be responsible for the 2022 Medibank hack and a member of the REvil ransomware group.
</p>

<p>
	 
</p>

<p>
	In a <a href="https://intel471.com/blog/medibanks-attacker-it-businessman-claimed-psychologist-and-alleged-cybercriminal" rel="external nofollow" target="_blank">report by Intel471</a>, we learn that Ermakov had extensive involvement in cybercrime, including as a ransomware operator and affiliate. The threat actor is also believed to be involved in both legitimate and criminal software development.
</p>

<p>
	 
</p>

<p>
	On Thursday, the <a href="https://www.bleepingcomputer.com/news/security/russian-trickbot-malware-dev-sentenced-to-64-months-in-prison/" target="_blank" rel="external nofollow">US government also sentenced Russian national Vladimir Dunaev</a> to five years and four months in prison for helping to create and distribute the TrickBot malware and working with ransomware operations.
</p>

<p>
	 
</p>

<p>
	"Dunaev was a malware developer for the Trickbot Group, overseeing the creation of internet browser injection, machine identification, and data harvesting codes used by the Trickbot malware," reads the complaint against Dunaev and his co-conspirators.
</p>

<p>
	 
</p>

<p>
	The <a href="https://www.justice.gov/opa/pr/russian-national-sentenced-involvement-development-and-deployment-trickbot-malware" rel="external nofollow" target="_blank">DOJ press release</a> also states that Dunaev also developed ransomware and helped deploy it to attack American hospitals, schools, and businesses in the USA.
</p>

<p>
	 
</p>

<p>
	Unfortunately, we also learned about numerous large-scale attacks this week, including an <a href="https://www.bleepingcomputer.com/news/security/tietoevry-ransomware-attack-causes-outages-for-swedish-firms-cities/" target="_blank" rel="external nofollow">Akira attack on Tietoevry</a>, an attack on <a href="https://www.bleepingcomputer.com/news/security/water-services-giant-veolia-north-america-hit-by-ransomware-attack/" target="_blank" rel="external nofollow">water services giant Veolia North America</a>, and an <a href="https://www.bleepingcomputer.com/news/security/global-fintech-firm-equilend-offline-after-recent-cyberattack/" target="_blank" rel="external nofollow">attack on fintech firm Equilend</a>, which LockBit claimed.
</p>

<p>
	 
</p>

<p>
	loanDepot also shared more information about the impact of its January 6th ransomware attack, stating that it <a href="https://www.bleepingcomputer.com/news/security/loandepot-cyberattack-causes-data-breach-for-166-million-people/" target="_blank" rel="external nofollow">exposed the data of 16.6 million people</a>.
</p>

<p>
	 
</p>

<p>
	Contributors and those who provided new ransomware information and stories this week include: <a href="https://twitter.com/billtoulas" rel="external nofollow" target="_blank">@billtoulas</a>, <a href="https://twitter.com/LawrenceAbrams" rel="external nofollow" target="_blank">@LawrenceAbrams</a>, <a href="https://twitter.com/serghei" rel="external nofollow" target="_blank">@serghei</a>, <a href="https://twitter.com/BleepinComputer" rel="external nofollow" target="_blank">@BleepinComputer</a>, <a href="https://twitter.com/Seifreed" rel="external nofollow" target="_blank">@Seifreed</a>, <a href="https://twitter.com/Ionut_Ilascu" rel="external nofollow" target="_blank">@Ionut_Ilascu</a>, <a href="https://twitter.com/demonslay335" rel="external nofollow" target="_blank">@demonslay335</a>, <a href="https://twitter.com/fwosar" rel="external nofollow" target="_blank">@fwosar</a>, <a href="https://twitter.com/malwrhunterteam" rel="external nofollow" target="_blank">@malwrhunterteam</a>, <a href="https://twitter.com/ncsc" rel="external nofollow" target="_blank">@NCSC</a>, <a href="https://www.bleepingcomputer.com/news/security/kasseika-ransomware-uses-antivirus-driver-to-kill-other-antiviruses/" target="_blank" rel="external nofollow">@TrendMicro</a>, <a href="https://twitter.com/Intrinsec" rel="external nofollow" target="_blank">@Intrinsec</a>, <a href="https://twitter.com/fortinet" rel="external nofollow" target="_blank">@Fortinet</a>, <a href="https://twitter.com/pcrisk" rel="external nofollow" role="link" tabindex="-1" target="_blank">@pcrisk</a>, and <a href="https://twitter.com/rivitna2" rel="external nofollow" role="link" tabindex="-1" target="_blank">@rivitna2</a>.
</p>

<h2>
	January 20th 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/researchers-link-3am-ransomware-to-conti-royal-cybercrime-gangs/" target="_blank" rel="external nofollow">Researchers link 3AM ransomware to Conti, Royal cybercrime gangs</a>
</h3>

<p>
	Security researchers analyzing the activity of the recently emerged 3AM ransomware operation uncovered close connections with infamous groups, such as the Conti syndicate and the Royal ransomware gang.
</p>

<h2>
	January 21st 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/tietoevry-ransomware-attack-causes-outages-for-swedish-firms-cities/" target="_blank" rel="external nofollow">Tietoevry ransomware attack causes outages for Swedish firms, cities</a>
</h3>

<p>
	Finnish IT services and enterprise cloud hosting provider Tietoevry has suffered an Akira ransomware attack impacting cloud hosting customers in one of its data centers in Sweden.
</p>

<h2>
	January 22nd 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/loandepot-cyberattack-causes-data-breach-for-166-million-people/" target="_blank" rel="external nofollow">loanDepot cyberattack causes data breach for 16.6 million people</a>
</h3>

<p>
	Mortgage lender loanDepot says that approximately 16.6 million people had their personal information stolen in a ransomware attack disclosed earlier this month.
</p>

<h3 data-content-field="title" itemprop="headline">
	<a href="https://www.shadowstackre.com/analysis/cactus" rel="external nofollow" target="_blank">Cactus Ransomware technical analysis</a>
</h3>

<p class="QuoteNewsStyle">
	On January 20th the Cactus ransomware group attacked a number of victims across varying industries. The attacks were disclosed on their leak site with the accompanying victim data. The ransomware group has routinely put pressure on victims by releasing personal information about employees of the victim organization; this has included drivers licenses, passports, pictures and other personal identification.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1749311024593834471" rel="external nofollow" target="_blank">New Phobos ransomware variant</a>
</h3>

<p>
	<a href="https://twitter.com/pcrisk" rel="external nofollow" role="link" target="_blank">PCrisk</a> found a new Phobos ransomware variant that appends the <strong>.gotmydatafast</strong> extension.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1749382514303517109" rel="external nofollow" target="_blank">New Frivinho Ransomware</a>
</h3>

<p>
	PCrisk found a new ransomware that appends the <strong>.Frivinho0</strong> extension and drops a ransom note named <strong>PLS_READ_ME.txt</strong>.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1749399968010412283" rel="external nofollow" target="_blank">New Chaos Ransomware variant</a>
</h3>

<p>
	PCrisk found a new ransomware that appends the <strong>.backoff</strong> extension and drops a ransom note named <strong>read_it.txt</strong>.
</p>

<h2>
	January 23rd 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/water-services-giant-veolia-north-america-hit-by-ransomware-attack/" target="_blank" rel="external nofollow">Water services giant Veolia North America hit by ransomware attack</a>
</h3>

<p>
	Veolia North America, a subsidiary of transnational conglomerate Veolia, disclosed a ransomware attack that impacted systems part of its Municipal Water division and disrupted its bill payment systems.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/kasseika-ransomware-uses-antivirus-driver-to-kill-other-antiviruses/" target="_blank" rel="external nofollow">Kasseika ransomware uses antivirus driver to kill other antiviruses</a>
</h3>

<p>
	A recently uncovered ransomware operation named 'Kasseika' has joined the club of threat actors that employs Bring Your Own Vulnerable Driver (BYOVD) tactics to disable antivirus software before encrypting files.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/us-uk-australia-sanction-revil-hacker-behind-medibank-data-breach/" target="_blank" rel="external nofollow">US, UK, Australia sanction REvil hacker behind Medibank data breach</a>
</h3>

<p>
	The Australian, US, and UK governments have announced sanctions for Aleksandr Gennadievich Ermakov, a Russian national considered responsible for the 2022 Medibank hack and a member of the REvil ransomware group.
</p>

<h3>
	<a href="https://unit42.paloaltonetworks.com/bianlian-ransomware-group-threat-assessment/" rel="external nofollow" target="_blank">Threat Assessment: BianLian</a>
</h3>

<p class="QuoteNewsStyle">
	Unit 42 researchers have been tracking the BianLian ransomware group, which has been in the top 10 of the most active groups based on leak site data we’ve gathered. From that leak site data, we’ve primarily observed activity affecting the healthcare and manufacturing sectors and industries, and impacting organizations mainly in the United States (US) and Europe (EU).
</p>

<h2>
	January 24th 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/uk-says-ai-will-empower-ransomware-over-the-next-two-years/" target="_blank" rel="external nofollow">UK says AI will empower ransomware over the next two years</a>
</h3>

<p>
	The United Kingdom's National Cyber Security Centre (NCSC) warns that artificial intelligence (AI) tools will have an adverse near-term impact on cybersecurity, helping escalate the threat of ransomware.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/global-fintech-firm-equilend-offline-after-recent-cyberattack/" target="_blank" rel="external nofollow">Global fintech firm EquiLend offline after recent cyberattack</a>
</h3>

<p>
	New York-based global financial technology firm EquiLend says its operations have been disrupted after some systems were taken offline in a Monday cyberattack.
</p>

<h3>
	<a href="https://intel471.com/blog/medibanks-attacker-it-businessman-claimed-psychologist-and-alleged-cybercriminal" rel="external nofollow" target="_blank">Medibank’s Attacker: IT Businessman, Claimed Psychologist and Alleged Cybercriminal</a>
</h3>

<p class="QuoteNewsStyle">
	Ermakov’s identity was uncovered by the Australian Signals Directorate (ASD) and the Australian Federal Police (AFP). According to a Jan. 23, 2024,<a href="https://www.smh.com.au/national/how-asd-caught-medibank-cyberhacker-20240123-p5ezjt.html" rel="external nofollow"> exclusive interview</a> with Australia’s Channel 9, ASD Acting Director-General Abi Bradshaw said the investigation met dead ends at times. But the ASD drew on help from other Five Eyes intelligence partners (the NSA, FBI and GCHQ in the U.K.) as well as data from private industry including Microsoft, which wrote about its role <a href="https://news.microsoft.com/en-au/features/working-with-the-australian-signals-directorate-to-hunt-threat-actors/" rel="external nofollow">here</a>. Bradshaw says Microsoft's data reinforced the government's confidence in Ermakov’s real-world identification.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1749311024593834471" rel="external nofollow" target="_blank">New Phobos ransomware variant</a>
</h3>

<p>
	PCrisk found a new Phobos ransomware variant that appends the <strong>.rdptest </strong>extension.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1749311024593834471" rel="external nofollow" target="_blank">New LockXX ransomware</a>
</h3>

<p>
	<a href="https://twitter.com/rivitna2" rel="external nofollow" role="link" target="_blank">rivitna</a> found the new LockXX ransomware that appends the <strong>.lockxx</strong> extension and drops a ransom note named <strong>lockxx.recovery_data.hta</strong>.
</p>

<h2>
	January 25th 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/russian-trickbot-malware-dev-sentenced-to-64-months-in-prison/" target="_blank" rel="external nofollow">Russian TrickBot malware dev sentenced to 64 months in prison</a>
</h3>

<p>
	Russian national Vladimir Dunaev has been sentenced to five years and four months in prison for his role in creating and distributing the Trickbot malware used in attacks against hospitals, companies, and individuals worldwide.
</p>

<h3>
	<a href="https://www.fortinet.com/blog/threat-research/phobos-ransomware-variant-launches-attack-faust" rel="external nofollow" target="_blank">Another Phobos Ransomware Variant Launches Attack – FAUST</a>
</h3>

<p class="QuoteNewsStyle">
	Recently, FortiGuard Labs uncovered an Office document containing a VBA script aimed at propagating the FAUST ransomware, another variant of Phobos. The attackers utilized the Gitea service to store several files encoded in Base64, each carrying a malicious binary. When these files are injected into a system's memory, they initiate a file encryption attack. Figure 1 shows the attack chain.
</p>

<h2>
	January 26th 2024
</h2>

<h3>
	<a href="https://www.fortinet.com/blog/threat-research/ransomware-roundup-albabat" rel="external nofollow" target="_blank">Ransomware Roundup - Albabat</a>
</h3>

<p class="QuoteNewsStyle">
	This edition of the Ransomware Roundup covers the Albabat ransomware.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1750812612470730997" rel="external nofollow" target="_blank">New STOP ransomware variants</a>
</h3>

<p>
	PCrisk found new STOP ransomware variants that append the <strong>.cdcc</strong> and <strong>.cdxx</strong> extensions.
</p>

<h3>
	That's it for this week! Hope everyone has a nice weekend!
</h3>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/the-week-in-ransomware-january-26th-2024-govts-strike-back/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21428</guid><pubDate>Sat, 27 Jan 2024 18:26:23 +0000</pubDate></item><item><title>In major gaffe, hacked Microsoft test account was assigned admin privileges</title><link>https://nsaneforums.com/news/security-privacy-news/in-major-gaffe-hacked-microsoft-test-account-was-assigned-admin-privileges-r21417/</link><description><![CDATA[<h3>
	How does a legacy test account grant access to read every Office 365 account?
</h3>

<div class="article-content post-page" itemprop="articleBody">
	
	<p>
		The hackers who recently broke into Microsoft’s network and monitored top executives’ email for two months did so by gaining access to an aging test account with administrative privileges, a major gaffe on the company's part, a researcher said.
	</p>

	<p>
		 
	</p>
	The new detail was provided in vaguely worded language included in a post Microsoft published on Thursday. It expanded on a disclosure Microsoft <a href="https://arstechnica.com/security/2024/01/microsoft-network-breached-through-password-spraying-by-russian-state-hackers/" rel="external nofollow">published late last Friday</a>. Russia-state hackers, Microsoft said, used a technique known as password spraying to exploit a weak credential for logging into a “legacy non-production test tenant account” that wasn’t protected by multifactor authentication. From there, they somehow acquired the ability to access email accounts that belonged to senior executives and employees working in security and legal teams.

	<h2>
		A “pretty big config error”
	</h2>

	<p>
		In <a href="https://www.microsoft.com/en-us/security/blog/2024/01/25/midnight-blizzard-guidance-for-responders-on-nation-state-attack/" rel="external nofollow">Thursday’s post</a> updating customers on findings from its ongoing investigation, Microsoft provided more details on how the hackers achieved this monumental escalation of access. The hackers, part of a group Microsoft tracks as Midnight Blizzard, gained persistent access to the privileged email accounts by abusing the OAuth authorization protcol, which is used industry-wide to allow an array of apps to access resources on a network. After compromising the test tenant, Midnight Blizzard used it to create a malicious app and assign it rights to access every email address on Microsoft’s Office 365 email service.
	</p>

	<p>
		 
	</p>

	<p>
		In Thursday’s update, Microsoft officials said as much, although in language that largely obscured the extent of the major blunder. They wrote:
	</p>

	<p>
		 
	</p>

	<blockquote class="QuoteNewsStyle">
		<p>
			Threat actors like Midnight Blizzard compromise user accounts to create, modify, and grant high permissions to OAuth applications that they can misuse to hide malicious activity. The misuse of OAuth also enables threat actors to maintain access to applications, even if they lose access to the initially compromised account. Midnight Blizzard leveraged their initial access to identify and compromise a legacy test OAuth application that had elevated access to the Microsoft corporate environment. The actor created additional malicious OAuth applications. They created a new user account to grant consent in the Microsoft corporate environment to the actor controlled malicious OAuth applications. <b>The threat actor then used the legacy test OAuth application to grant them the Office 365 Exchange Online full_access_as_app role, which allows access to mailboxes.</b> [Emphasis added.]
		</p>
	</blockquote>

	<p>
		Kevin Beaumont—a researcher and security professional with decades of experience, including a stint working for Microsoft—<a href="https://cyberplace.social/@GossiTheDog/111823778988979816" rel="external nofollow">pointed out on Mastodon</a> that the only way for an account to assign the all-powerful full_access_as_app role to an OAuth app is for the account to have administrator privileges. “Somebody,” he said, “made a pretty big config error in production.”
	</p>

	<div class="centered-figure-container">
		<figure class="center" style="width:640px">
			<iframe frameborder="0" height="480" scrolling="no" src="https://cyberplace.social/@GossiTheDog/111823778988979816/embed" width="640"></iframe>
		</figure>
	</div>
</div>

<div class="article-content post-page" itemprop="articleBody">
	<p>
		There's good reason for tightly restricting the accounts that can assign such broad access to an OAuth app. It’s hard to envision a legitimate reason for assigning and maintaining such rights to a test account, especially one that reached legacy status.
	</p>

	<p>
		 
	</p>

	<p>
		What makes the configuration of the test account such a security taboo is that it broke the intended safety net the restrictions are supposed to provide. One of the most fundamental network security practices is the principle of least privilege. Accounts should always be configured with the fewest privileges required to perform their assigned tasks. In the case at hand, it’s hard to understand why the legacy test account needs administrator privileges.
	</p>

	<p>
		 
	</p>

	<p>
		“It's a bit like having a Domain Admin user for the production system... except it's a test domain, with no security, MFA, firewalls, monitoring etc.,” Beaumont <a href="https://cyberplace.social/@GossiTheDog/111823967643915123" rel="external nofollow">wrote</a>. Translation: A domain administer user has full administrative privileges to all devices connected to a network, including the domain controller and active directory that stores credentials and creates new accounts. As the most powerful users on a network, they should be cordoned off and rarely, if ever, made part of a production system. Allowing such accounts to go unprotected by strong passwords and other standard security measures would make the lapse worse.
	</p>

	<p>
		 
	</p>

	<p>
		Microsoft officials declined to explain the reasons for the configuration of the test account in the first place and why it was allowed to persist once it reached legacy status.
	</p>

	<h2>
		New hack, old tricks
	</h2>

	<p>
		Thursday’s update provided two additional details. The first was that Microsoft had detected additional breaches by Midnight Blizzard hitting other organizations and notified those affected. <a href="https://arstechnica.com/security/2024/01/the-life-and-times-of-cozy-bear-the-russian-hackers-who-just-hit-microsoft-and-hpe/" rel="external nofollow">Hewlett Packard Enterprises</a> said earlier this week that its network had also been hacked by Midnight Blizzard. That breach occurred in May and wasn’t discovered or contained until December.
	</p>

	<p>
		 
	</p>

	<p>
		The second detail: The password spraying used to access the test account was restricted to a limited number of accounts with a low number of attempts to access each one. Midnight Blizzard further reduced its malicious activity by conducting these attacks from a distributed residential proxy infrastructure. The method has been in use for several years, <a href="https://arstechnica.com/information-technology/2021/12/solarwinds-hackers-have-a-whole-bag-of-new-tricks-for-mass-compromise-attacks/" rel="external nofollow">including</a> in the 2020 SolarWinds supply chain attack, which was also carried out by Midnight Blizzard. By connecting to targets from IP addresses with good reputations and that are geolocated to expected regions, the hackers blended in with legitimate users.
	</p>

	<p>
		 
	</p>
	Midnight Blizzard is one of several names used to track the hacking group, which the US and UK governments have said work on behalf of Russia’s Foreign Intelligence Service, also known as the SVR. Other names used to track the group include APT29, the Dukes, Cloaked Ursa, UNC2452, and Dark Halo.

	<p>
		 
	</p>

	<p>
		“As part of their multiple attempts to obfuscate the source of their attack, Midnight Blizzard used residential proxy networks, routing their traffic through a vast number of IP addresses that are also used by legitimate users, to interact with the compromised tenant and, subsequently, with Exchange Online,” Microsoft officials wrote. “While not a new technique, Midnight Blizzard’s use of residential proxies to obfuscate connections makes traditional indicators of compromise (IOC)-based detection infeasible due to the high changeover rate of IP addresses.”
	</p>

	<p>
		 
	</p>

	<p>
		It’s unclear why Microsoft is only acknowledging this lesson now rather than in the aftermath of the <a href="https://arstechnica.com/information-technology/2021/12/solarwinds-hackers-have-a-whole-bag-of-new-tricks-for-mass-compromise-attacks/" rel="external nofollow">SolarWinds campaign</a> three years ago.
	</p>

	<p>
		 
	</p>
</div>

<p>
	<a href="https://arstechnica.com/security/2024/01/in-major-gaffe-hacked-microsoft-test-account-was-assigned-admin-privileges/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21417</guid><pubDate>Sat, 27 Jan 2024 04:06:16 +0000</pubDate></item><item><title>What is X's new login method - Passkeys, a.k.a. "alternative to passwords"? And how is it different?</title><link>https://nsaneforums.com/news/security-privacy-news/what-is-xs-new-login-method-passkeys-aka-alternative-to-passwords-and-how-is-it-different-r21395/</link><description><![CDATA[<div class="main-content__blocks" id="primary">
	<p>
		X has announced the availability of “Passkeys,” a new authentication method designed to provide users with a more secure and convenient alternative to traditional passwords. 
	</p>

	<p>
		 
	</p>

	<p>
		We’d like to inform our readers that Passkeys isn’t a new technology; it was <a href="https://mspoweruser.com/google-account-now-accepts-passkeys/" rel="external nofollow">released by Google last year</a>, but it’s now implemented in X.
	</p>

	<p>
		 
	</p>

	<p>
		Passkeys leverage existing device security features, such as fingerprint sensors and facial recognition, to streamline the login process.
	</p>

	<p>
		 
	</p>

	<p>
		How Passkeys work:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Upon registering, users’ devices generate two cryptographic keys for each account: a public key, shared with the website or app, and a private key, stored securely on the device.
		</li>
		<li>
			Users choose the Passkey option during login and authenticate using their device’s built-in security features.
		</li>
		<li>
			The private and stored public keys interact to verify the user’s identity without revealing the private key, enhancing security.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		Should I choose Passkeys or not? Here are some benefits
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			No more remembering complex passwords or resetting them when you forget. Passkeys seamlessly integrate with your device, making logins a breeze.
		</li>
		<li>
			Passkeys are a major leap forward in security compared to passwords. They’re not stored on servers, making them less vulnerable to phishing attacks and data breaches.
		</li>
		<li>
			Use Passkeys across all your compatible devices, eliminating the need for separate logins on each one.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>Is X ditching passwords altogether?</strong>
	</p>

	<p>
		 
	</p>

	<p>
		Not quite yet. Passkeys are currently an optional feature. But as more websites and apps adopt Passkeys, you can expect them to become the go-to method for secure and convenient online access.
	</p>

	<p>
		 
	</p>

	<p>
		Supported devices? Currently, it is only available for iOS users of X.
	</p>

	<p>
		 
	</p>

	<p>
		Here are the <a href="https://help.twitter.com/en/managing-your-account/how-to-use-passkey" rel="external nofollow">FAQs</a>.
	</p>

	<p>
		 
	</p>

	<p>
		<a href="https://mspoweruser.com/what-is-xs-new-login-method-passkeys-a-k-a-alternative-to-passwords-and-how-is-it-different/" rel="external nofollow">Source</a>
	</p>
</div>
]]></description><guid isPermaLink="false">21395</guid><pubDate>Thu, 25 Jan 2024 17:39:51 +0000</pubDate></item><item><title>UK says AI will empower ransomware over the next two years</title><link>https://nsaneforums.com/news/security-privacy-news/uk-says-ai-will-empower-ransomware-over-the-next-two-years-r21372/</link><description><![CDATA[<p>
	The United Kingdom's National Cyber Security Centre (NCSC) warns that artificial intelligence (AI) tools will have an adverse near-term impact on cybersecurity, helping escalate the threat of ransomware.
</p>

<p>
	 
</p>

<p>
	The agency says cybercriminals already use AI for various purposes, and the phenomenon is expected to worsen over the next two years, helping increase the volume and severity of cyberattacks.
</p>

<p>
	 
</p>

<p>
	The NCSC <a href="https://www.ncsc.gov.uk/news/global-ransomware-threat-expected-to-rise-with-ai" rel="external nofollow" target="_blank">believes</a> that AI will enable inexperienced threat actors, hackers-for-hire, and low-skilled hacktivists to conduct more effective, tailored attacks that would otherwise require significant time, technical knowledge, and operational effort.
</p>

<p>
	 
</p>

<p>
	Most available large learning model (LLM) platforms, such as ChatGPT and Bing Chat, have safeguards that prevent the platform from creating malicious content.
</p>

<p>
	 
</p>

<p>
	However, the NCSC warns cybercriminals are crafting and marketing specialized generative AI services specifically designed to bolster criminal activities. Examples include WormGPT, a paid-for LLM service that allows threat actors to generate malicious content, including malware and phishing lures.
</p>

<p>
	 
</p>

<p>
	This indicates that the technology has already escaped the confines of controlled, secure frameworks, becoming accessible in the broader criminal ecosystem.
</p>

<p>
	 
</p>

<p>
	"Threat actors, including ransomware actors, are already using AI to increase the efficiency and effectiveness of aspects of cyber operations, such as reconnaissance, phishing and coding," warns the NCSC in a separate <a href="https://www.ncsc.gov.uk/report/impact-of-ai-on-cyber-threat" rel="external nofollow" target="_blank">threat assessment</a>.
</p>

<p>
	 
</p>

<p>
	"This trend will almost certainly continue to 2025 and beyond."
</p>

<p>
	 
</p>

<p>
	The report notes that AI's role in the cyber-risk landscape is expected to be evolutionary, enhancing existing threats rather than transformative.
</p>

<p>
	 
</p>

<p>
	The key points of NCSC's assessment are the following:
</p>

<p>
	 
</p>

<ul style="list-style-type:square">
	<li>
		AI will likely intensify cyber attacks in the next two years, particularly through the evolution of current tactics.
	</li>
	<li>
		Both skilled and less skilled cyber threat actors, including state and non-state entities, are currently utilizing AI.
	</li>
	<li>
		AI enhances reconnaissance and social engineering, making them more effective and difficult to detect.
	</li>
	<li>
		Sophisticated AI use in cyber operations will mainly be limited to actors with access to quality data, expertise, and resources until 2025.
	</li>
	<li>
		AI will make cyber attacks against the UK more impactful by enabling faster, more effective data analysis and training of AI models.
	</li>
	<li>
		AI lowers entry barriers for novice cybercriminals, contributing to the global ransomware threat.
	</li>
	<li>
		By 2025, the commoditization of AI capabilities will likely expand access to advanced tools for both cyber criminals and state actors.
	</li>
</ul>

<p>
	 
</p>

<p>
	The table below summarizes the effects AI is expected to have on specific threat areas for three skill levels.
</p>

<p>
	 
</p>

<p>
	<img alt="table.png" class="ipsImage" data-ratio="75.10" height="540" width="527" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Cybersecurity/table.png">
</p>

<p>
	 
</p>

<p>
	For sophisticated APTs, NCSC believes AI will help them generate evasive custom malware more easily and faster.
</p>

<p>
	 
</p>

<p>
	"AI has the potential to generate malware that could evade detection by current security filters, but only if it is trained on quality exploit data," explains NCSC
</p>

<p>
	 
</p>

<p>
	"There is a realistic possibility that highly capable states have repositories of malware that are large enough to effectively train an AI model for this purpose."
</p>

<p>
	 
</p>

<p>
	Intermediate-level hackers will primarily gain advantages in reconnaissance, social engineering, and data extraction, whereas less skilled threat actors will see enhancements across the board, except in lateral movement, which remains challenging.
</p>

<p>
	 
</p>

<p>
	"AI is likely to assist with malware and exploit development, vulnerability research, and lateral movement by making existing techniques more efficient," reads the analysis.
</p>

<p>
	 
</p>

<p>
	"However, in the near term, these areas will continue to rely on human expertise, meaning that any limited uplift will highly likely be restricted to existing threat actors that are already capable."
</p>

<p>
	 
</p>

<p>
	Overall, NCSC warns that generative AI and large language models will make it highly challenging for everyone, regardless of experience and skill level, to identify phishing, spoofing, and social engineering attempts.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/uk-says-ai-will-empower-ransomware-over-the-next-two-years/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21372</guid><pubDate>Wed, 24 Jan 2024 18:18:06 +0000</pubDate></item><item><title>Ambient light sensors can reveal your device activity. How big a threat is it?</title><link>https://nsaneforums.com/news/security-privacy-news/ambient-light-sensors-can-reveal-your-device-activity-how-big-a-threat-is-it-r21356/</link><description><![CDATA[<h3>
	For now, there's no reason for concern, but that could change in coming years.
</h3>

<div class="article-content post-page" itemprop="articleBody">
	
	<p>
		An overwhelming majority of handheld devices these days have ambient light sensors built into them. A large percentage of TVs and monitors do, too, and that proportion is growing. The sensors allow devices to automatically adjust the screen brightness based on how light or dark the surroundings are. That, in turn, reduces eye strain and improves power consumption.
	</p>

	<p>
		 
	</p>

	<p>
		<a href="https://www.csail.mit.edu/news/study-smart-devices-ambient-light-sensors-pose-imaging-privacy-risk" rel="external nofollow">New research</a> reveals that embedded ambient light sensors can, under certain conditions, allow website operators, app makers, and others to pry into user actions that until now have been presumed to be private. A proof-of-concept attack coming out of the research, for instance, can determine what touch gestures a user is performing on the screen. Gestures including one-finger slides, two-finger scrolls, three-finger pinches, four-finger swipes, and five-finger rotates can all be determined. As screen resolutions and sensors improve, the attack is likely to get better.
	</p>

	<h2>
		Always-on sensors, no permissions required
	</h2>

	<p>
		There are plenty of limitations that prevent the attack as it exists now from being practical or posing an immediate threat. The biggest restrictions: It works only on devices with a large screen, in environments without bright ambient light, and when the screen is displaying certain types of content that are known to the attacker. The technique also can’t reveal the identity of people in front of the screen. The researchers, from Massachusetts Institute of Technology, readily acknowledge these constraints but say it’s important for device makers and end users to be aware of the potential threat going forward.
	</p>

	<p>
		 
	</p>

	<p>
		“We aim to raise the public awareness and suggest that simple software steps can be made to make ambient light sensors safer, that is restricting the permission and information rate of ambient light sensors,” <a href="https://yangliu.mit.edu/" rel="external nofollow">Yang Liu</a>, a fifth-year PhD student and the lead author of the study, wrote in an email. “Additionally, we want to warn people of the potential privacy/security risk of the combination of passive (sensor) and active (screen) components of modern smart devices, as they are getting ‘smarter’ with more sensors. The trend of consumer electronics pursuing larger and brighter screens can also impact the landscape by pushing the imaging privacy threat towards the warning zone.”
	</p>

	<p>
		 
	</p>

	<p>
		There’s a large body of existing attacks that use sensors on phones and other devices as a <a href="https://en.wikipedia.org/wiki/Side-channel_attack" rel="external nofollow">side channel</a> that can leak private details about the people using them. An <a href="https://www.cl.cam.ac.uk/~rja14/Papers/pinskimmer_spsm13.pdf" rel="external nofollow">attack</a> devised by researchers in 2013, for instance, used the embedded video camera and microphone of a phone to accurately guess PINs entered. <a href="https://www.theregister.com/2011/08/17/android_key_logger/" rel="external nofollow">Research from 2019</a> showed how monitoring a device accelerometer and gyroscope output can also lead to the accurate guessing of PINS entered. Research from 2015 used accelerometers to <a href="https://venetosmani.com/publications/Automatic_Sensing_of_Speech_Activity_and_Correlation_with_Mood_Changes.pdf" rel="external nofollow">detect speech activity</a> and correlate it with mood. And an <a href="https://www.ndss-symposium.org/wp-content/uploads/2020/02/24076-paper.pdf" rel="external nofollow">attack</a> presented in 2020 shows how accelerometers can recognize speech and reconstruct the corresponding audio signals.
	</p>

	<p>
		 
	</p>

	<p>
		Exacerbating the potential risk: This sensor data is always on, and neither Android nor iOS limit the permissions required to access it. End users are left with few, if any, effective recourses.
	</p>

	<p>
		 
	</p>

	<p>
		The MIT researchers add to this existing corpus with an eavesdropping technique that can capture rough images of objects or events taking place directly in front of the device screen. The device used in the experiments was a Samsung Galaxy View2, a tablet that runs on Android. The researchers chose it because of its large (17.3-inch) screen. Under current conditions, large screens are necessary for the attack to work because they provide the large amount of brightness needed. The Galaxy View2 also provided easy access to the light sensor. MIT researcher Liu said iOS devices and light sensor-embedded TVs from a host of manufacturers are also likely vulnerable.
	</p>
</div>

<div class="article-content post-page" itemprop="articleBody">
	<h2>
		Turning the sensor into a camera
	</h2>

	<p>
		The springboard for the attack is the target viewing a series of known sequences, such as a video, that the attacker has already analyzed and knows is being displayed at the time the attack is performed. By knowing the intensity of the light being emitted from the screen at a given time and correlating it to the ambient light measured at that point, the researchers turn the sensor into a crude form of camera that can capture the shape of objects touching, or possibly very close to, the screen.
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="ambient-light-imaging-setup-640x234.png" class="ipsImage" data-ratio="36.56" height="234" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2024/01/ambient-light-imaging-setup-640x234.png">
	</p>

	<div>
		<em>Imaging setup with primal and dual configurations. (A) Primal configuration where the screen displays </em>
	</div>

	<div>
		<em>a sequence of patterns and the ambient light sensor receives the light first partially blocked by the </em>
	</div>

	<div>
		<em>interacting hand and then reflected from the human face. (B) dual configuration where the ambient </em>
	</div>

	<div>
		<em>light sensor works as the virtual point light source and the pixelated screen as the virtual sensor; </em>
	</div>

	<div>
		<em>no lens is required between the screen and the scene to form an image on the virtual sensor, </em>
	</div>

	<div>
		<em>because the interacting hands create in-contact shadows on the virtual sensor, forming one-to-one </em>
	</div>

	<div>
		<em>mapping between the target scene pixel and the sensor pixel.</em>
	</div>

	<div>
		<em>Liu et al.</em>
	</div>

	<p>
		 
	</p>

	<p>
		The other three co-authors of the research are Gregory W. Wornell, William T. Freeman, and Frédo Durand. In much more technical terms, the researchers described the technique this way:
	</p>

	<p>
		 
	</p>

	<blockquote class="QuoteNewsStyle">
		<p>
			We argue that the ambient light sensor can enable imaging if one uses the screen as a controllable active source of illumination displaying a known video sequence. The ambient light sensor measures the corresponding intensity variation of light reflected off or blocked by the scene. These sequential measurements and the corresponding known illumination sequence form a linear inverse problem, which can be solved to reconstruct an image from the perspective of the screen. Here, the problem is linear only when the measurements are not quantized with full precision of floating-point numbers. However, the ambient light sensor is of low sensitivity (at 1 lux level), and the contribution of screen fluctuation is heavily quantized to ≤5 bits per measurement. This type of imaging inverse problem is known as ghost imaging or single-pixel imaging, which was considered to be a quantum effect, was independently explored as dual photography, and can be accelerated by compressive sensing. A similar idea using arrays of light-emitting diodes as virtual sensors has also been explored in the internet of things community for skeleton posture and hand pose estimation. However, it has not been shown in any privacy settings. The imaging capability that we explore is a form of dual photography, where Helmholtz reciprocity indicates that the flow of light can be computationally reversed to swap out the sensor (ambient light sensor) and the illumination (screen). In our case, the light path from the screen to the scene and then to the ambient light sensor (primal path) can be reversed, resulting in a path from the ambient light sensor to the scene and eventually to the screen (dual path). The primal configuration, where the sensor has a single pixel and the illumination has good resolution, can be interpreted by its duality, where the pixelated screen works as a virtual sensor and the ambient light sensor as a virtual light source.
		</p>
	</blockquote>

	<p>
		The crudeness of the objects that can be detected by the attack is illustrated in the following images. Images C and D show how an open hand and a pointing index finger appear to an attacker.
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="touch-detection-640x210.png" class="ipsImage" data-ratio="32.81" height="210" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2024/01/touch-detection-640x210.png">
	</p>

	<div>
		<em>A) experimental setup where in-contact touch is revealed. (B) target touching hand to be resolved. </em>
	</div>

	<div>
		<em>(C) Recovered images by direct inverse transform, where the noise in images comes from the measurement </em>
	</div>

	<div>
		<em>process, especially the quantization noise of the ambient light sensor. (D) Final recovered images by </em>
	</div>

	<div>
		<em>the proposed inversion algorithm. Recovered images are acquired by displaying a sequence of full </em>
	</div>

	<div>
		<em>Walsh-Hadamard bases with corresponding pixel resolutions. The pixel resolution is 32×32, and each </em>
	</div>

	<div>
		<em>acquisition takes 17 min. Scale bars, 2 cm.</em>
	</div>

	<div>
		<em>Liu et al.</em>
	</div>

	<p>
		 
	</p>

	<p>
		The image below further illustrates the crudeness, but it also illustrates that the roughness is nonetheless sufficient for an attacker to identify touch gestures used to control or interact with devices.
	</p>

	<p>
		 
	</p>
</div>

<div class="article-content post-page" itemprop="articleBody">
	<p>
		<img alt="touch-gestures-revealed-640x445.png" class="ipsImage" data-ratio="69.53" height="445" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2024/01/touch-gestures-revealed-640x445.png">
	</p>

	<div>
		<em>A) Gesture names. (B) Gesture depiction. (C) Recovered gesture sequences in front of the screen </em>
	</div>

	<div>
		<em>by the proposed inversion algorithm. Each frame is of 32×32 pixel resolution and acquired with a </em>
	</div>

	<div>
		<em>3.3-min interval by displaying a sequence of half Walsh-Hadamard bases (low spatial frequency </em>
	</div>

	<div>
		<em>portion in a zigzag manner as shown in fig. S11) on the screen. Scale bars, 5 cm.</em>
	</div>

	<div>
		<em>Liu et al.</em>
	</div>

	<p>
		 
	</p>

	<p>
		In the event the attack one day meets the threshold for posing a real threat, there are several things that can mitigate the risk. One is for device manufacturers and OS or app developers to tighten restrictions on sensor output, possibly through the current permission system both iOS and Android employ. Another possible mitigation is for one or more of these parties to reduce the precision and speed of the sensor. A third option is to change the location of the sensor from the front of the device to elsewhere. For end users, an effective defense is to perform sensitive operations in a well-lit environment or to turn off sensor-based light adjustments in device settings.
	</p>

	<p>
		 
	</p>

	<p>
		There’s no need for end users or device or app builders to take any of these precautions now. That said, attacks only improve over time. It’s possible these measures may make good sense in the future.
	</p>

	<p>
		 
	</p>
</div>

<p>
	<a href="https://arstechnica.com/security/2024/01/ambient-light-sensors-can-reveal-your-device-activity-how-big-a-threat-is-it/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	You're welcome
</p>
]]></description><guid isPermaLink="false">21356</guid><pubDate>Tue, 23 Jan 2024 18:30:42 +0000</pubDate></item><item><title>Brave to end 'Strict' fingerprinting protection as it breaks websites</title><link>https://nsaneforums.com/news/security-privacy-news/brave-to-end-strict-fingerprinting-protection-as-it-breaks-websites-r21331/</link><description><![CDATA[<p>
	Brave Software has announced plans to deprecate the 'Strict' fingerprinting protection mode in its privacy-focused Brave Browser because it causes many sites to function incorrectly.
</p>

<p>
	 
</p>

<p>
	Fingerprinting protection in Brave Browser is a feature designed to enhance user privacy by preventing websites from tracking users through a technique called fingerprinting.
</p>

<p>
	 
</p>

<p>
	This tracking method does not rely on the use of cookies but instead involves collecting various device and browser data that can be combined to derive a unique and persistent identifying profile. 
</p>

<p>
	 
</p>

<p>
	Brave offers two protection modes, namely 'Standard' and 'Strict,' that implement different levels of blocking against known fingerprinting methods.
</p>

<p>
	 
</p>

<div style="text-align:center">
	<p style="text-align: left;">
		<img alt="setting.png" class="ipsImage" data-ratio="75.10" height="540" width="601" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Software/setting.png">
	</p>

	<div style="text-align: left;">
		<em>Brave v1.61 Settings</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	As the announcement explains, the Brave team has realized over time that Strict mode is causing more trouble than it is worth for both the project and its users.
</p>

<p>
	 
</p>

<p>
	Strict mode's aggressive blocking of fingerprintable APIs often results in websites not working correctly, or at all, leading to a severely degraded browsing experience.
</p>

<p>
	 
</p>

<p>
	Another issue is that Strict mode is used by roughly 0.5% of Brave's users, with the rest using the default setting, which is the Standard mode.
</p>

<p>
	 
</p>

<p>
	This low percentage actually makes these users more vulnerable to fingerprinting despite them using the more aggressive blocker, because they constitute a discernible subset of users standing out from the rest.
</p>

<p>
	 
</p>

<p>
	Ultimately, the Brave team believes that dedicating resources to maintain Strict mode for a relatively small user base is not the most efficient use of the project's limited resources.
</p>

<p>
	 
</p>

<p>
	Brave's 'Standard' fingerprinting protection will continue to exist, enhanced, and optimized for solid protection against tracking, so most users shouldn't experience a notable impact.
</p>

<p>
	 
</p>

<p>
	"Brave's Standard fingerprinting protection is already very extensive and the strongest of any major browser," <a href="https://brave.com/privacy-updates/28-sunsetting-strict-fingerprinting-mode/" rel="external nofollow" target="_blank">reads the announcement</a>.
</p>

<p>
	 
</p>

<p>
	"Brave's innovative farbling of a number of major fingerprintable Web APIs makes it difficult for fingerprinters to get a reliable unique ID on your browser."
</p>

<p>
	 
</p>

<p>
	"Going forward, we will continue to strengthen and expand Brave's Standard fingerprinting protections so that all our users have ever-improving protection against fingerprinters, while maintaining the highest possible level of compatibility with websites."
</p>

<p>
	 
</p>

<p>
	The removal of Strict fingerprinting protection has already taken place on the testing 'Nightly' release and will be rolled out to the stable branch with version 1.64 for the desktop and Android.
</p>

<p>
	 
</p>

<p>
	The current latest is version 1.61, so the change is expected to land in a couple of months.
</p>

<p>
	 
</p>

<p>
	Based on the 0.5% stat shared by the Brave team in the announcement and a reported 65.5 million active monthly users, this change is expected to directly impact over 330,000 users.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/brave-to-end-strict-fingerprinting-protection-as-it-breaks-websites/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21331</guid><pubDate>Mon, 22 Jan 2024 03:49:02 +0000</pubDate></item></channel></rss>
