<?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/44/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>Microsoft&#x2019;s Recall Feature Is Even More Hackable Than You Thought</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft%E2%80%99s-recall-feature-is-even-more-hackable-than-you-thought-r23546/</link><description><![CDATA[<h3>
	A new discovery that the AI-enabled feature’s historical data can be accessed even by hackers without administrator privileges only contributes to the growing sense that the feature is a “dumpster fire.”
</h3>

<p>
	Microsoft's CEO Satya Nadella has hailed the company's <a href="https://www.wired.com/story/everything-announced-microsoft-surface-event-2024/" rel="external nofollow">new Recall feature</a>, which <a href="https://www.wired.com/story/microsoft-recall-alternatives/" rel="external nofollow">stores a history of your computer desktop</a> and makes it available to AI for analysis, as “photographic memory” for your PC. Within the cybersecurity community, meanwhile, the notion of a tool that silently takes a screenshot of your desktop every five seconds has been hailed as <a href="https://www.wired.com/story/total-recall-windows-recall-ai/" rel="external nofollow">a hacker's dream come true</a> and the worst product idea in recent memory.
</p>

<p>
	 
</p>

<p>
	Now, security researchers have pointed out that even the one remaining security safeguard meant to protect that feature from exploitation can be trivially defeated.
</p>

<p>
	 
</p>

<p>
	Since Recall was first announced last month, the cybersecurity world has pointed out that if a hacker can install malicious software to gain a foothold on a target machine with the feature enabled, they can quickly gain access to the user's entire history stored by the function. The only barrier, it seemed, to that high-resolution view of a victim's entire life at the keyboard was that accessing Recall's data required administrator privileges on a user's machine. That meant malware without that higher-level privilege would trigger a permission pop-up, allowing users to prevent access, and that malware would also likely be blocked by default from accessing the data on most corporate machines.
</p>

<p>
	 
</p>

<p>
	Then on Wednesday, James Forshaw, a researcher with Google's Project Zero vulnerability research team, published <a class="external-link" data-event-click='{"element":"ExternalLink","outgoingURL":"https://www.tiraniddo.dev/2024/06/working-your-way-around-acl.html"}' data-offer-url="https://www.tiraniddo.dev/2024/06/working-your-way-around-acl.html" href="https://www.tiraniddo.dev/2024/06/working-your-way-around-acl.html" rel="external nofollow" target="_blank">an update to a blog post</a> pointing out that he had found methods for accessing Recall data <em>without</em> administrator privileges—essentially stripping away even that last fig leaf of protection. “No admin required ;-)” the post concluded.
</p>

<p>
	 
</p>

<p>
	“Damn,” Forshaw <a class="external-link" data-event-click='{"element":"ExternalLink","outgoingURL":"https://infosec.exchange/@tiraniddo/112566044174482506"}' data-offer-url="https://infosec.exchange/@tiraniddo/112566044174482506" href="https://infosec.exchange/@tiraniddo/112566044174482506" rel="external nofollow" target="_blank">added on Mastodon</a>. “I really thought the Recall database security would at least be, you know, secure.”
</p>

<p>
	 
</p>

<div>
	<div aria-hidden="true" class="ConsumerMarketingUnitThemedWrapper-iUTMTf jssHut consumer-marketing-unit consumer-marketing-unit--article-mid-content" role="presentation">
		<div class="consumer-marketing-unit__slot consumer-marketing-unit__slot--article-mid-content consumer-marketing-unit__slot--in-content">
			 
		</div>

		<div class="journey-unit">
			 
		</div>
	</div>
</div>

<p>
	Forshaw's blog post described two different techniques to bypass the administrator privilege requirement, both of which exploit ways of defeating a basic security function in Windows known as access control lists that determine which elements on a computer require which privileges to read and alter. One of Forshaw's methods exploits an exception to those control lists, temporarily impersonating a program on Windows machines called AIXHost.exe that can access even restricted databases. Another is even simpler: Forshaw points out that because the Recall data stored on a machine is considered to belong to the user, a hacker with the same privileges as the user could simply rewrite the access control lists on a target machine to grant themselves access to the full database.
</p>

<p>
	 
</p>

<div class="AdWrapper-dQtivb fZrssQ ad ad--in-content">
	<div class="ad__slot ad__slot--in-content" data-node-id="z1hvt">
		 
	</div>
</div>

<p>
	That second, simpler bypass technique “is just mindblowing, to be honest,” says Alex Hagenah, a cybersecurity strategist and ethical hacker. Hagenah recently <a href="https://www.wired.com/story/total-recall-windows-recall-ai/" rel="external nofollow">built a proof-of-concept hacker tool called TotalRecall</a> designed to show that someone who gained access to a victim's machine with Recall could immediately siphon out all the user's history recorded by the feature. Hagenah's tool, however, still required that hackers find another way to gain administrator privileges through a so-called “privilege escalation” technique before his tool would work.
</p>

<p>
	 
</p>

<p>
	With Forshaw's technique, “you don’t need any privilege escalation, no pop-up, nothing,” says Hagenah. “This would make sense to implement in the tool for a bad guy.”
</p>

<p>
	 
</p>

<p>
	In fact, just an hour after speaking to WIRED about Forshaw's finding, Hagenah added the simpler of Forshaw's two techniques to his TotalRecall tool, then confirmed that the trick worked by accessing all the Recall history data stored on another user's machine for which he didn't have administrator access. “So simple and genius,” he wrote in a text to WIRED after testing the technique.
</p>

<p>
	 
</p>

<p>
	That confirmation removes one of the last arguments Recall's defenders have had against criticisms that the feature acts as, essentially, a piece of pre-installed spyware on a user's machine, ready to be exploited by any hacker who can gain a foothold on the device. “It makes your security very fragile, in the sense that anyone who penetrates your computer for even a second can get your whole history,” says Dave Aitel, the founder of the cybersecurity firm Immunity and a former NSA hacker. “Which is not something people want.”
</p>

<p>
	 
</p>

<p>
	For now, security researchers have been testing Recall in preview versions of the tool ahead of its expected launch later this month. Microsoft said it plans to integrate Recall on compatible Copilot+ PCs with the feature turned on by default. WIRED reached out to the company for comment on Forshaw's findings about Recall's security issues, but the company has yet to respond.
</p>

<p>
	 
</p>

<p>
	The revelation that hackers can exploit Recall without even using a separate privilege escalation technique only contributes further to the sense that the feature was rushed to market without a proper review from the company's cybersecurity team—despite the company's CEO Nadella proclaiming just last month that Microsoft would make <a href="https://www.theverge.com/24148033/satya-nadella-microsoft-security-memo" rel="external nofollow">security its first priority in every decision going forward</a>. “You cannot convince me that Microsoft's security teams looked at this and said ‘that looks secure,’” says Jake Williams, a former NSA hacker and now the VP of R&amp;D at the cybersecurity consultancy Hunter Strategy, where he says he's been asked by some of the firm's clients to test Recall's security before they add Microsoft devices that use it to their networks.
</p>

<p>
	 
</p>

<p>
	“As it stands now, it’s a security dumpster fire,” Williams says. “This is one of the scariest things I’ve ever seen from an enterprise security standpoint.”
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/microsoft-windows-recall-privilege-escalation/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every single day for many years.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>2023: Over 5,800 news posts | 2024 (till end of May): Nearly 2,400 news posts</em></span>
</p>
]]></description><guid isPermaLink="false">23546</guid><pubDate>Fri, 07 Jun 2024 04:48:01 +0000</pubDate></item><item><title>Microsoft: Protect yourself with VBS, TPM-based Enhanced Sign-in Security using our guide</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-protect-yourself-with-vbs-tpm-based-enhanced-sign-in-security-using-our-guide-r23545/</link><description><![CDATA[<p>
	Yesterday, Microsoft published official guides on how to <a href="https://www.neowin.net/news/microsoft-releases-official-guides-for-windows-11-passkeys-on-how-to-save-use-manage-them/" rel="external nofollow">Save, Use and Manage</a> Windows 11 Passkeys. Following that, today, the company has published a new guide related to passwordless sign-in.
</p>

<p>
	 
</p>

<p>
	The guide is available inside a new support document published by the company regarding Enhanced Sign-in Security or ESS. If you are not aware, ESS essentially provides an additional level of security to biometric data with the help of Virtualization-based Security (VBS) and TPM 2.0.
</p>

<p>
	 
</p>

<p>
	Windows Hello allows authentication via facial recognition, fingerprint recognition, as well as via PIN, and with the help of ESS the authentication is done securely. If you recall, when Windows 11 was first released, Microsoft had explained the benefits of security features like <a href="https://www.neowin.net/news/microsoft-explains-why-tpm-20-and-vbs-on-windows-11-are-so-key-for-next-gen-security/" rel="external nofollow">VBS and TPM 2.0</a>.
</p>

<p>
	 
</p>

<p>
	Here's MIcrosoft's guide on how to configure ESS inside Windows 11 Settings is given below:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		You can use the Settings app to configure ESS.
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			<p>
				In the Settings app on your Windows device, select <strong> Accounts </strong> &gt; <strong> Sign-in options </strong> or use the following shortcut:
			</p>

			<p>
				 
			</p>

			<p>
				<a class="ocpExternalLink supLinkButton" href="ms-settings:signinoptions" target="_blank" rel="">Sign-in options</a>
			</p>

			<p>
				 
			</p>
		</li>
		<li>
			<p>
				Under <strong>Additional settings</strong> &gt; <strong>Sign in with an external camera or fingerprint reader</strong>, there's a toggle that allows you to enable or disable ESS:
			</p>

			<p>
				 
			</p>

			<ul>
				<li>
					<p>
						When the toggle is <strong>Off</strong>, ESS is enabled and you can't use external peripherals to sign in. Remember, you can still use external peripherals within apps like Teams
					</p>

					<p>
						 
					</p>
				</li>
				<li>
					<p>
						When the toggle is <strong>On</strong>, ESS is disabled and you can use Windows Hello compatible peripherals to sign in
					</p>

					<p>
						 
					</p>
				</li>
			</ul>
		</li>
	</ul>

	<p>
		<img alt="1717714072_windows_11_ess.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2024/06/1717714072_windows_11_ess.jpg">
	</p>
</blockquote>

<p>
	Bear in mind though that ESS does require specially <a href="https://www.neowin.net/news/microsoft-starts-ensuring-windows-11-24h2-system-requirements-compatibility-server-2025-too/" rel="external nofollow">certified hardware</a>. For example, Microsoft says that a face or fingerprint reader should have the “CM_DEVCAP_SECUREDEVICE” capability to support ESS. This can be found in the Details tab inside the device's property.
</p>

<p>
	 
</p>

<p>
	You can find the new support article Microsoft published here. You can also learn much more about it in this document <a href="https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/windows-hello-enhanced-sign-in-security" rel="external nofollow">here</a> on Microsoft's official website. This guide was published by Microsoft simultaneously in addition to one about going passwordless using MSA.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-protect-yourself-with-vbs-tpm-based-enhanced-sign-in-security-using-our-guide/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every single day for many years.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>2023: Over 5,800 news posts | 2024 (till end of May): Nearly 2,400 news posts</em></span>
</p>
]]></description><guid isPermaLink="false">23545</guid><pubDate>Fri, 07 Jun 2024 04:46:28 +0000</pubDate></item><item><title>Microsoft wants you to ditch Windows 11/10 passwords with the help of MSA using this guide</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-wants-you-to-ditch-windows-1110-passwords-with-the-help-of-msa-using-this-guide-r23544/</link><description><![CDATA[<p>
	It seems Microsoft has been on a roll these last couple of days or so. The company published official guides on how to <a href="https://www.neowin.net/news/microsoft-releases-official-guides-for-windows-11-passkeys-on-how-to-save-use-manage-them/" rel="external nofollow">Save, Use and Manage</a> Windows 11 Passkeys. Following that, it has now posted a guide on how to go passwordless using the Microsoft account (MSA).
</p>

<p>
	 
</p>

<p>
	This is not the first time Microsoft has talked about passwordless sign-ins <a href="https://support.microsoft.com/en-us/account-billing/how-to-go-passwordless-with-your-microsoft-account-674ce301-3574-4387-a93d-916751764c43" rel="external nofollow">using MSA though</a>. However, this time the company has published a simple guide that is very easy to follow along for non-tech-savvy people.
</p>

<p>
	 
</p>

<p>
	In case you may not be aware, passwordless sign ins on Windows are done using Hello, which allows authentication via face recognition, fingerprint recognition, as well as PIN.
</p>

<p>
	 
</p>

<p>
	In its guide below, Microsoft has also explained the benefits of using MSA-based Windows Hello sign ups:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Once you remove the password option, all features on your device that require your Microsoft account and password, including various apps and web browsers, will seamlessly transition to using Windows Hello’s facial recognition, fingerprint identification, or PIN code.
	</p>

	<p>
		 
	</p>

	<div class="ocpAlert">
		<p>
			<strong>Note: </strong>This option is available only when you sign in with your Microsoft account.
		</p>

		<p>
			 
		</p>
	</div>

	<p>
		To go passwordless, you can use the Settings app.
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			<p>
				In the Settings app on your Windows device, select <strong> Accounts </strong> &gt; <strong> Sign-in options </strong> or use the following shortcut:
			</p>

			<p>
				 
			</p>

			<p>
				<a class="ocpExternalLink supLinkButton" href="ms-settings:signinoptions" target="_blank" rel="">Sign-in options</a>
			</p>

			<p>
				 
			</p>
		</li>
		<li>
			<p>
				Under <strong> Additional settings</strong>, turn on the option <strong> For improved security, only allow Windows Hello sign-in for Microsoft accounts on this device</strong><br>
				<br>
				<strong>Note: </strong>in Windows 10, this option is under<strong> Require Windows Hello sign-in for Microsoft accounts</strong>.
			</p>

			<p>
				 
			</p>
		</li>
	</ul>

	<p>
		<img alt="1717715616_msa_passwordless_windows_hell" class="ipsImage" data-ratio="73.33" height="501" width="720" src="https://cdn.neowin.com/news/images/uploaded/2024/06/1717715616_msa_passwordless_windows_hello.jpg">
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Sign-in experience</strong>
	</p>

	<p>
		 
	</p>

	<p>
		The next time you sign in to your device, you won't have the option to use your password. Only the Windows Hello face, fingerprint, or PIN gestures will be available.
	</p>
</blockquote>

<p>
	You can view the official support document <a href="https://support.microsoft.com/en-us/windows/go-passwordless-with-your-microsoft-account-585a71d7-2295-4878-aeac-a014984df856" rel="external nofollow">here</a> on Microsoft's website. The company has also simultaneously published a guide on how to enable Enhanced Security Sign-in that you can find here.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-wants-you-to-ditch-windows-1110-passwords-with-the-help-of-msa-using-this-guide/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every single day for many years.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>2023: Over 5,800 news posts | 2024 (till end of May): Nearly 2,400 news posts</em></span>
</p>
]]></description><guid isPermaLink="false">23544</guid><pubDate>Fri, 07 Jun 2024 04:43:42 +0000</pubDate></item><item><title>DuckDuckGo offers &#x201C;anonymous&#x201D; access to AI chatbots through new service</title><link>https://nsaneforums.com/news/security-privacy-news/duckduckgo-offers-%E2%80%9Canonymous%E2%80%9D-access-to-ai-chatbots-through-new-service-r23533/</link><description><![CDATA[<h3>
	DDG offers LLMs from OpenAI, Anthropic, Meta, and Mistral for factually-iffy conversations.
</h3>

<div class="article-content post-page" itemprop="articleBody">
	
	<p>
		On Thursday, DuckDuckGo unveiled a new "<a href="https://www.spreadprivacy.com/ai-chat/" rel="external nofollow">AI Chat</a>" service that allows users to converse with four mid-range large language models (LLMs) from OpenAI, Anthropic, Meta, and Mistral in an interface similar to <a href="https://arstechnica.com/information-technology/2023/11/chatgpt-was-the-spark-that-lit-the-fire-under-generative-ai-one-year-ago-today" rel="external nofollow">ChatGPT</a> while attempting to preserve privacy and anonymity. While the AI models involved can output inaccurate information readily, the site allows users to test different mid-range LLMs without having to install anything or sign up for an account.
	</p>

	<p>
		 
	</p>

	<p>
		DuckDuckGo's AI Chat currently features access to OpenAI's <a href="https://arstechnica.com/information-technology/2023/03/chatgpt-and-whisper-apis-debut-allowing-devs-to-integrate-them-into-apps/" rel="external nofollow">GPT-3.5 Turbo</a>, Anthropic's <a href="https://arstechnica.com/information-technology/2024/03/the-ai-wars-heat-up-with-claude-3-claimed-to-have-near-human-abilities/" rel="external nofollow">Claude 3 Haiku</a>, and two open source models, Meta's <a href="https://arstechnica.com/information-technology/2024/04/meta-releases-chatgpt-like-ai-site-and-open-weights-llama-3-model/" rel="external nofollow">Llama 3</a> and Mistral's <a href="https://arstechnica.com/information-technology/2023/12/new-french-ai-model-makes-waves-by-matching-gpt-3-5-on-benchmarks/" rel="external nofollow">Mixtral 8x7B</a>. The service is currently free to use within daily limits. Users can access AI Chat through the DuckDuckGo search engine, <a href="https://duckduckgo.com/?q=DuckDuckGo&amp;ia=chat" rel="external nofollow">direct links to the site</a>, or by using "!ai" or "!chat" shortcuts in the search field. AI Chat can also be disabled in the site's settings for users with accounts.
	</p>

	<p>
		 
	</p>

	<p>
		According to DuckDuckGo, chats on the service are anonymized, with metadata and IP address removed to prevent tracing back to individuals. The company states that chats are not used for AI model training, citing its privacy policy and <a href="https://duckduckgo.com/aichat/privacy-terms?ref=spreadprivacy.com" rel="external nofollow">terms of use</a>.
	</p>

	<p>
		 
	</p>

	<p>
		"We have agreements in place with all model providers to ensure that any saved chats are completely deleted by the providers within 30 days," says DuckDuckGo, "and that none of the chats made on our platform can be used to <a href="https://arstechnica.com/information-technology/2023/04/chatgpt-users-can-now-opt-out-of-chat-history-and-model-training/" rel="external nofollow">train or improve the models</a>."
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="gpt_swallow_Image3.jpg" class="ipsImage" data-ratio="75.10" height="363" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2024/06/gpt_swallow_Image3.jpg">
	</p>

	<div>
		<em>An example of DuckDuckGo AI Chat with GPT-3.5 answering a silly question in an inaccurate way.</em>
	</div>

	<div>
		<em>Benj Edwards</em>
	</div>

	<p>
		 
	</p>

	<p>
		However, the privacy experience is not bulletproof because, in the case of GPT-3.5 and Claude Haiku, DuckDuckGo is required to send a user's inputs to remote servers for processing over the Internet. Given certain inputs (i.e., "Hey, GPT, my name is Bob, and I live on Main Street, and I just murdered Bill"), a user could still potentially be identified if such an extreme need arose.
	</p>

	<p>
		 
	</p>

	<p>
		While the service appears to work well for us, there's a question about its utility. For example, while GPT-3.5 initially wowed people when it <a href="https://arstechnica.com/information-technology/2022/12/openai-invites-everyone-to-test-new-ai-powered-chatbot-with-amusing-results/" rel="external nofollow">launched with ChatGPT in 2022</a>, it also <a href="https://arstechnica.com/information-technology/2023/04/why-ai-chatbots-are-the-ultimate-bs-machines-and-how-people-hope-to-fix-them/" rel="external nofollow">confabulated</a> a lot—and it still does. GPT-4 was the first major LLM to get confabulations under control to a point where the bot became more reasonably useful for some tasks (though this itself is a controversial point), but that more capable model isn't present in DuckDuckGo's AI Chat. Also missing are similar GPT-4-level models like Claude Opus or Google's Gemini Ultra, likely because they are far more expensive to run. DuckDuckGo says it may roll out paid plans in the future, and those may include higher daily usage limits or access to "more advanced models.")
	</p>

	<p>
		 
	</p>

	<p>
		It's true that the other three models generally (and subjectively) pass GPT-3.5 in capability for coding with lower hallucinations, but they can still make things up, too. With DuckDuckGo AI Chat as it stands, the company is left with a chatbot novelty with a decent interface and the promise that your conversations with it will remain private. But what use are fully private AI conversations if they are full of errors?
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="mixtral_wrong.jpg" class="ipsImage" data-ratio="75.10" height="433" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2024/06/mixtral_wrong.jpg">
	</p>

	<div>
		<em>Mixtral 8x7B on DuckDuckGo AI Chat when asked about the author. Everything in red boxes is sadly incorrect, </em>
	</div>

	<div>
		<em>but it provides an interesting fantasy scenario. It's a good example of an LLM plausibly filling gaps between </em>
	</div>

	<div>
		<em>concepts that are underrepresented in its training data, called confabulation. For the record, Llama 3 gives a </em>
	</div>

	<div>
		<em>more accurate answer.</em>
	</div>

	<div>
		<em>Benj Edwards</em>
	</div>

	<p>
		 
	</p>

	<p>
		As DuckDuckGo itself <a href="https://duckduckgo.com/aichat/privacy-terms?ref=spreadprivacy.com" rel="external nofollow">states</a> in its privacy policy, "By its very nature, AI Chat generates text with limited information. As such, Outputs that appear complete or accurate because of their detail or specificity may not be. For example, AI Chat cannot dynamically retrieve information and so Outputs may be outdated. You should not rely on any Output without verifying its contents using other sources, especially for professional advice (like medical, financial, or legal advice)."
	</p>

	<p>
		 
	</p>

	<p>
		So, have fun talking to bots, but tread carefully. They'll easily "lie" to your face because they don't understand what they are saying and are tuned to output statistically plausible information, not factual references.
	</p>

	<p>
		 
	</p>
</div>

<p>
	<a href="https://arstechnica.com/information-technology/2024/06/duckduckgo-offers-anonymous-access-to-ai-chatbots-through-new-service/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every single day for many years.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>2023: Over 5,800 news posts | 2024 (till end of May): Nearly 2,400 news posts</em></span>
</p>
]]></description><guid isPermaLink="false">23533</guid><pubDate>Thu, 06 Jun 2024 20:13:17 +0000</pubDate></item><item><title>Proton launches Proton Pass on macOS and Linux</title><link>https://nsaneforums.com/news/security-privacy-news/proton-launches-proton-pass-on-macos-and-linux-r23532/</link><description><![CDATA[<p>
	Today, Proton announced that Proton Pass, its privacy-focused password manager, is expanding to more platforms. In addition to Windows, Android, and iOS, Proton Pass is now available on macOS and Linux, giving customers a true cross-platform experience.
</p>

<p>
	 
</p>

<p>
	Proton's native password manager app for macOS, Linux, Windows, Android, and iOS features end-to-end encryption and offline support for all your stored data. Additional capabilities include secure password sharing, <a href="https://www.neowin.net/news/the-proton-pass-password-manager-adds-pass-monitor-for-better-identity-protection/" rel="external nofollow">password monitoring</a>, hide-my-email capabilities for protection against spam and phishing, and <a href="https://www.neowin.net/news/proton-pass-gets-passkey-support-for-both-free-and-paid-users/" rel="external nofollow">the recently announced passkey support</a>.
</p>

<p>
	 
</p>

<p>
	The macOS version of the Proton Pass app also has a new Safari extension with cross-device sync support.
</p>

<p>
	 
</p>

<p>
	Proton Pass subscribers will also benefit from the Argon2 hashing algorithm, which is included in the offline mode. It protects your passwords and sensitive data from unauthorized access without an active internet connection.
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		This approach ensures the highest level of security and data integrity. Users can securely access their stored information while offline, ensuring their data is always within reach. Additionally, we guarantee that any updates are synchronized and managed with the utmost security standards once connected.
	</p>

	<p>
		 
	</p>

	<p>
		This dual-layered strategy ensures both convenience and top-notch security for our users' data. Argon2, distinguished for its defense against brute-force attacks, underscores our unwavering commitment to safeguarding user privacy with the most robust security measures available today.
	</p>
</blockquote>

<p>
	It is worth noting that TouchID for Mac and Linux authentication API support will arrive in an upcoming update in a few weeks. For now, these capabilities are not supported.
</p>

<p>
	 
</p>

<p>
	<a href="https://proton.me/pass" rel="external nofollow">Proton Pass is available for free</a> on an unlimited number of devices. You can upgrade to Proton Pass Plus to get additional features, such as hide-my-email, two-factor authentication, password monitoring, and more. For now, you can get the first year of Proton Pass Plus for $23.88 and save $10. You can learn more about Proton Pass <a href="https://proton.me/blog/proton-pass-all-devices" rel="external nofollow">here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/proton-launches-proton-pass-on-macos-and-linux/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every single day for many years.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>2023: Over 5,800 news posts | 2024 (till end of May): Nearly 2,400 news posts</em></span>
</p>
]]></description><guid isPermaLink="false">23532</guid><pubDate>Thu, 06 Jun 2024 20:10:58 +0000</pubDate></item><item><title>7,000 LockBit decryption keys now in the hands of the FBI, offering victims hope</title><link>https://nsaneforums.com/news/security-privacy-news/7000-lockbit-decryption-keys-now-in-the-hands-of-the-fbi-offering-victims-hope-r23531/</link><description><![CDATA[<h3>
	The announcement could be good news for those whose data has been inaccessible.
</h3>

<div class="article-content post-page" itemprop="articleBody">
	
	<p>
		The FBI is urging victims of one of the most prolific ransomware groups to come forward after agents recovered thousands of decryption keys that may allow the recovery of data that has remained inaccessible for months or years.
	</p>

	<p>
		 
	</p>
	The revelation, <a href="https://www.fbi.gov/news/speeches/fbi-cyber-assistant-director-bryan-vorndran-s-remarks-at-the-2024-boston-conference-on-cyber-security" rel="external nofollow">made Wednesday</a> by a top FBI official, comes three months after an international roster of law enforcement agencies <a href="https://arstechnica.com/security/2024/02/after-years-of-losing-its-finally-feds-turn-to-troll-ransomware-group/" rel="external nofollow">seized servers</a> and other infrastructure used by LockBit, a ransomware syndicate that authorities say has extorted more than $1 billion from 7,000 victims around the world. Authorities said at the time that they took control of 1,000 decryption keys, 4,000 accounts, and 34 servers and froze 200 cryptocurrency accounts associated with the operation.

	<p>
		 
	</p>

	<p>
		At a speech before a cybersecurity conference in Boston, FBI Cyber Assistant Director Bryan Vorndran <a href="https://www.fbi.gov/news/speeches/fbi-cyber-assistant-director-bryan-vorndran-s-remarks-at-the-2024-boston-conference-on-cyber-security" rel="external nofollow">said Wednesday</a> that agents have also recovered an asset that will be of intense interest to thousands of LockBit victims—the decryption keys that could allow them to unlock data that’s been held for ransom by LockBit associates.
	</p>

	<p>
		 
	</p>

	<p>
		“Additionally, from our ongoing disruption of LockBit, we now have over 7,000 decryption keys and can help victims reclaim their data and get back online,” Vorndran said after noting other accomplishments resulting from the seizure. “We are reaching out to known LockBit victims and encouraging anyone who suspects they were a victim to visit our Internet Crime Complaint Center at ic3.gov.”
	</p>

	<p>
		 
	</p>

	<p>
		The number of decryption keys now in the possession of law enforcement is significantly higher than the 1,000 keys authorities said they had obtained on the day the takedown <a href="https://www.nationalcrimeagency.gov.uk/news/nca-leads-international-investigation-targeting-worlds-most-harmful-ransomware-group" rel="external nofollow">was announced</a>.
	</p>

	<p>
		 
	</p>

	<p>
		The assistant director warned that recovering decryption keys by purchasing them from the operators solves only one of two problems for victims. Like most ransomware groups, LockBit follows a double-extortion model, which demands a bounty not only for the decryption key but also the promise not to sell confidential data to third parties or publish it on the Internet. While the return of the keys may allow victims to recover their data, it does nothing to prevent LockBit from selling or disseminating the data.
	</p>

	<p>
		 
	</p>

	<p>
		“When companies are extorted and choose to pay to prevent the leak of data, you are paying to prevent the release of data right now—not in the future,” Vorndran said. “Even if you get the data back from the criminals, you should assume it may one day be released, or you may one day be extorted again for the same data.”
	</p>

	<p>
		 
	</p>

	<p>
		It stands to reason that victims who obtain one of the 7,000 keys recovered by law enforcement face the same threat that their data will be released unless they pay.
	</p>

	<p>
		 
	</p>
	The fight against ransomware is marked with similarly limited victories, and efforts to curb LockBit’s activities are no different. Authorities arrested one LockBit associate named Mikhail Vasiliev in 2022 and secured a <a href="https://arstechnica.com/security/2024/03/member-of-lockbit-ransomware-group-sentenced-to-4-years-in-prison/" rel="external nofollow">four-year prison sentence</a> against him in March. Last month, authorities named the shadowy LockBit kingpin as 31-year-old Russian national <a href="https://arstechnica.com/security/2024/05/the-mastermind-of-the-prolific-ransomware-group-lockbit-has-finally-been-unmasked/" rel="external nofollow">Yuryevich Khoroshev</a>.

	<p>
		 
	</p>

	<p>
		Despite those actions and the February seizure of key LockBit infrastructure, LockBit-based malware has <a href="https://arstechnica.com/security/2024/02/ransomware-associated-with-lockbit-still-spreading-2-days-after-server-takedown/" rel="external nofollow">continued to spread</a>. Researchers have also observed <a href="https://twitter.com/threatlabz/status/1762521408205430863" rel="external nofollow">new LockBit attacks</a> and the release of <a href="https://www.virustotal.com/gui/file/8d7a7439c4317f52b5bd3bb12a54e7f445c1b015d3dd027821daffa08fd892dc" rel="external nofollow">new</a> <a href="https://www.virustotal.com/gui/file/c244ab74a7436cfcef4725474761a0996a8b3c66b8a67da675620382c2be962a/detection" rel="external nofollow">encryptors</a> by the group. Since the law enforcement operation, LockBit associates have also <a href="https://x.com/AlvieriD/status/1787457514902032571" rel="external nofollow">released</a> tranches of data stolen from victims both before and since.
	</p>

	<p>
		 
	</p>

	<p>
		The US State Department is offering $10 million for information that leads to the arrest or conviction of LockBit leaders and $5 million for affiliates of the group.
	</p>
</div>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/security/2024/06/fbi-urges-lockbit-victims-to-step-forward-after-seizing-7000-decryption-keys/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every single day for many years.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>2023: Over 5,800 news posts | 2024 (till end of May): Nearly 2,400 news posts</em></span>
</p>
]]></description><guid isPermaLink="false">23531</guid><pubDate>Thu, 06 Jun 2024 20:10:03 +0000</pubDate></item><item><title>New Gitloker attacks wipe GitHub repos in extortion scheme</title><link>https://nsaneforums.com/news/security-privacy-news/new-gitloker-attacks-wipe-github-repos-in-extortion-scheme-r23530/</link><description><![CDATA[<p>
	Attackers are targeting GitHub repositories, wiping their contents, and asking the victims to reach out on Telegram for more information.
</p>

<p>
	 
</p>

<p>
	These attacks are part of what looks like an ongoing campaign <a href="https://x.com/1ZRR4H/status/1798412587484496068" rel="external nofollow" target="_blank">first spotted</a> on Wednesday by Germán Fernández, a security researcher at Chilean cybersecurity company CronUp.
</p>

<p>
	 
</p>

<p>
	The threat actor behind this campaign—who has the <a href="https://t.me/gitlokers" rel="external nofollow" target="_blank">Gitloker</a> handle on Telegram and is posing as a cyber incident analyst—is likely compromising targets' GitHub accounts using stolen credentials.
</p>

<p>
	 
</p>

<p>
	Subsequently, they claim to steal the victims' data, creating a backup that could help restore the deleted data. They then rename the repository and add a single README.me file, instructing the victims to reach out on Telegram.
</p>

<p>
	 
</p>

<p>
	"I hope this message finds you well. This is an urgent notice to inform you that your data has been compromised, and we have secured a backup," the ransom notes <a href="https://github.com/search?q=%22t.me%2Fgitlokers%22&amp;type=repositories" rel="external nofollow" target="_blank">read</a>.
</p>

<p>
	 
</p>

<p>
	When BleepingComputer contacted GitHub earlier today for more details regarding the Gitloker extortion campaign, a spokesperson was not immediately available for comment.
</p>

<p>
	 
</p>

<div style="">
	<p>
		<img alt="Impacted_GitHub_repositories.png" class="ipsImage" data-ratio="56.94" height="184" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2024/Impacted_GitHub_repositories.png">
	</p>

	<div>
		<em>Dozens of GitHub repos already impacted (BleepingComputer)</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	After previous attacks against GitHub users, the company <a href="https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access" rel="external nofollow" target="_blank">advised users</a> to change their passwords to secure their accounts against unauthorized access. This should protect against malicious actions such as adding new SSH keys, authorizing new apps, or modifying team members.
</p>

<p>
	 
</p>

<p>
	To prevent attackers from compromising your GitHub account and detect suspicious activity, you should also:
</p>

<p>
	 
</p>

<ul>
	<li>
		Enable two-factor authentication.
	</li>
	<li>
		Add a passkey for secure, passwordless login.
	</li>
	<li>
		Review and revoke unauthorized access to SSH keys, deploy keys, and authorized integrations.
	</li>
	<li>
		Verify all email addresses associated with your account.
	</li>
	<li>
		Review account security logs to track repository changes.
	</li>
	<li>
		Manage webhooks on your repositories.
	</li>
	<li>
		Check for and revoke any new deploy keys.
	</li>
	<li>
		Regularly review recent commits and collaborators for each repository.
	</li>
</ul>

<h2>
	Commonly targeted in data theft attacks
</h2>

<p>
	This isn't the first time GitHub accounts have been compromised to steal data from users' private repositories.
</p>

<p>
	 
</p>

<p>
	Around March 2020, hackers also compromised the account of Microsoft, the developer platform's parent company <a href="https://news.microsoft.com/announcement/microsoft-acquires-github/" rel="external nofollow" target="_blank">since June 2018</a>, stealing <a href="https://www.bleepingcomputer.com/news/security/microsofts-github-account-hacked-private-repositories-stolen/" target="_blank" rel="external nofollow">more than 500GB worth of files</a> from Redmond's private repositories.
</p>

<p>
	 
</p>

<p>
	While the stolen files contained mostly code samples, test projects, and other generic items (nothing significant for Microsoft to worry about), security experts were concerned that private API keys or passwords might have also accidentally been exposed in the breach.
</p>

<p>
	 
</p>

<p>
	A now-notorious threat actor known as ShinyHunters also confirmed the inconsequential nature of the stolen data by leaking it on a hacker forum for free after first planning to sell the stolen files to the highest bidder.
</p>

<p>
	 
</p>

<p>
	In September 2020, GitHub warned of a phishing campaign targeting users to compromise their accounts. The campaign used emails pushing fake CircleCI notifications <a href="https://www.bleepingcomputer.com/news/security/hackers-stealing-github-accounts-using-fake-circleci-notifications/" target="_blank" rel="external nofollow">to steal their GitHub credentials and two-factor authentication (2FA) codes</a> by relaying them through reverse proxies.
</p>

<p>
	 
</p>

<p>
	GitHub said that the attackers almost immediately began exfiltrating data from victims' private repositories after the compromise, adding new user accounts to the organizations to maintain persistence if it used management permissions.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/new-gitloker-attacks-wipe-github-repos-in-extortion-scheme/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every single day for many years.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>2023: Over 5,800 news posts | 2024 (till end of May): Nearly 2,400 news posts</em></span>
</p>
]]></description><guid isPermaLink="false">23530</guid><pubDate>Thu, 06 Jun 2024 20:08:44 +0000</pubDate></item><item><title>Kaspersky released a free Linux virus removal tool - but is it necessary?</title><link>https://nsaneforums.com/news/security-privacy-news/kaspersky-released-a-free-linux-virus-removal-tool-but-is-it-necessary-r23496/</link><description><![CDATA[<p>
	No operating system is 100% safe. As long as your computer is connected to a network, there is always the possibility that it can be compromised. These compromises can come by way of viruses, malware, or ransomware, each of which holds a particular danger.
</p>

<p>
	Such a possibility is why Kaspersky released its Virus Tool for Linux. According to the official announcement the "application can scan system memory, startup objects, boot sectors, and all files in the operating system for known malware. It scans files of all formats -- including archived ones."
</p>

<p>
	 
</p>

<p>
	Antivirus solutions for the Linux operating system are not plentiful, and for good reason. I've been vocal about this topic for years, landing on the side that Linux doesn't need such solutions.
</p>

<p>
	 
</p>

<p>
	But for those migrating from Windows, antivirus tools are ingrained in the psyche, and using the OS without them may feel like a danger no one should take. On top of that, virus creators are getting more sophisticated to the point where the security of nothing (not even Linux) is certain. Although Linux itself is about as safe an operating system as you'll ever use, malicious code is finding its way into open-source projects. Should a malicious application make its way to your Linux desktop, there's no guarantee the operating system alone will be able to prevent bad things from happening.
</p>

<p>
	 
</p>

<p>
	I decided to kick the tires of Kaspersky's new tool, with the help of the EICAR malware test files to see if it could catch anything. I saved the files to my home directory and then copied the .txt version of the file to /usr/lib. I also downloaded the EICAR COM and ZIP files (saving them to the same directories).
</p>

<p>
	 
</p>

<p>
	To my surprise, the Kaspersky tool did not detect any of the EICAR files in my ~/ directory but did catch all files copied to /usr/lib. Once found, it gave me the options to Disinfect, Delete, Copy to Quarantine, or Skip. It then gave me the option to disinfect with or without a reboot.
</p>

<p>
	 
</p>

<p>
	It didn't take me long to figure out why the EICAR files in the home directory weren't found. By default, the Kaspersky tool for Linux doesn't scan user's home directories. To make that happen, you have to go to Settings and then add /home as an object.
</p>

<p>
	 
</p>

<p>
	Once I did that, the app caught the files in my home directory and gave me the same options it did when it discovered them in /usr/lib.
</p>

<p>
	 
</p>

<p>
	I'm not saying you should shrug off the idea of an antivirus solution for Linux because who knows what the future holds. But that Kaspersky has created a free tool for Linux users shouldn't be discounted.
</p>

<p>
	 
</p>

<p>
	You can download the new Kaspersky tool from the official download page. Once you've downloaded it, you'll need to give it executable permissions with the command:
</p>

<p>
	 
</p>

<p>
	chmod u+x kvrt.run
</p>

<p>
	<br />
	To run the application, you can either right-click the downloaded file and select Run As Program, or issue the command (from within the directory housing the file):
</p>

<p>
	 
</p>

<p>
	./kvrt.run
</p>

<p>
	<br />
	You'll be asked for your sudo password before the app will run.
</p>

<p>
	 
</p>

<p>
	If you're paranoid about viruses on your computer, this is certainly as good an antivirus option as you'll find for Linux. The one caveat is that the Kaspersky Antivirus for Linux doesn't work in real-time (you have to run it manually every time). Even so, it's good to know companies like Kaspersky have Linux's back.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.msn.com/en-us/news/technology/kaspersky-released-a-free-linux-virus-removal-tool-but-is-it-necessary/ar-BB1nymfJ" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">23496</guid><pubDate>Wed, 05 Jun 2024 16:47:01 +0000</pubDate></item><item><title>361 million stolen accounts leaked on Telegram added to HIBP</title><link>https://nsaneforums.com/news/security-privacy-news/361-million-stolen-accounts-leaked-on-telegram-added-to-hibp-r23455/</link><description><![CDATA[<p>
	A massive trove of 361 million emails in credentials stolen by password-stealing malware, in credential stuffing attacks, and from data breaches was added to the Have I Been Pwned data breach notification service, allowing anyone to check if their accounts have been compromised.
</p>

<p>
	 
</p>

<p>
	Cybersecurity researchers collected these credentials from numerous Telegram cybercrime channels, where the stolen data is commonly leaked to the channel's users to build reputation and subscribers.
</p>

<p>
	 
</p>

<p>
	The stolen data is usually leaked as username and password combinations (usually stolen via credential stuffing attacks or data breaches), username and passwords along with a URL associated with them (stolen via password-stealing malware), and raw cookies (stolen via password-stealing malware).
</p>

<p>
	 
</p>

<div style="">
	<p>
		<img alt="stealer-logs-offered-for-free.jpg" class="ipsImage" data-ratio="75.10" height="446" width="720" src="https://www.bleepstatic.com/images/news/malware/i/information-stealing-malware/350-million-logs/stealer-logs-offered-for-free.jpg">
	</p>

	<div>
		<em>Stolen credentials shared for free on TelegramSource: Troy Hunt (left) and BleepingComputer (right)</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	The researchers, who asked BleepingComputer to remain anonymous, shared 122 GB of credentials with Troy Hunt, the owner of Have I Been Pwned, collected from many Telegram channels.
</p>

<p>
	 
</p>

<p>
	According to Hunt, this data is massive, containing 361 million unique email addresses, with 151 million never previously seen by the data breach notification service.
</p>

<p>
	 
</p>

<p>
	"It contained 1.7k files with 2B lines and 361M unique email addresses of which 151M had never been seen in HIBP before," posted Hunt.
</p>

<p>
	 
</p>

<p>
	"Alongside those addresses were passwords and, in many cases, the website the data pertains to."
</p>

<p>
	 
</p>

<p>
	With a dataset this large, it is impossible to verify that all of the leaked credentials are legitimate.
</p>

<p>
	 
</p>

<p>
	However, Hunt said that he utilized sites' password reset forms to confirm that many leaked email addresses are correctly associated with the website listed in the stolen credentials. Hunt could not confirm the password, as that would require him to log into the account, which would be illegal.
</p>

<p>
	 
</p>

<div style="">
	<p>
		<img alt="confirming-email.jpg" class="ipsImage" data-ratio="78.62" height="500" width="636" src="https://www.bleepstatic.com/images/news/malware/i/information-stealing-malware/350-million-logs/confirming-email.jpg">
	</p>

	<div>
		<em>Using website password recovery forms to confirm breachesSource: Troy Hunt</em>
	</div>
</div>

<h2>
	No site unaffected
</h2>

<p>
	With a dataset this large, no site that allows logins is unaffected by these leaked credentials, including BleepingComputer.
</p>

<p>
	 
</p>

<p>
	Last week, the same researchers shared with BleepingComputer a list of credentials stolen by information-stealing malware associated with the <a href="https://www.bleepingcomputer.com/forums/" target="_blank" rel="external nofollow">BleepingComputer forums</a>.
</p>

<p>
	 
</p>

<p>
	Information-stealing malware is an infection that steals passwords, cookies, browser history, cryptocurrency wallets, and other data from an infected device.
</p>

<p>
	 
</p>

<p>
	This data is compiled into an archive called a "log" and then transmitted back to the threat actor's servers, where it is sold on cybercrime marketplaces, shared with other threat actors, or used to breach a victim's other accounts.
</p>

<p>
	 
</p>

<p>
	This type of malware is commonly distributed through social media, <a href="https://www.bleepingcomputer.com/news/security/pirated-software-is-all-fun-and-games-until-your-data-s-stolen/" target="_blank" rel="external nofollow">cracked software</a>, <a href="https://www.bleepingcomputer.com/news/security/fake-vpn-site-pushes-cryptbot-and-vidar-info-stealing-trojans/" target="_blank" rel="external nofollow">fake VPN products</a>, or simply through malicious email campaigns <a href="https://www.bleepingcomputer.com/news/security/2k-game-support-hacked-to-email-redline-info-stealing-malware/" target="_blank" rel="external nofollow">sent through hacked gaming company support sites</a>.
</p>

<p>
	 
</p>

<p>
	The data shared with BleepingCompute includes the username, password, and URL that a member used to log into our forums, which was then saved in their browser's password manager.
</p>

<p>
	 
</p>

<div style="">
	<p>
		<img alt="stolen-bleepingcomputer-forum-credential" class="ipsImage" data-ratio="60.00" height="194" width="720" src="https://www.bleepstatic.com/images/news/malware/i/information-stealing-malware/350-million-logs/stolen-bleepingcomputer-forum-credentials.jpg">
	</p>

	<div>
		<em>Subset of BleepingComputer accounts stolen by information-stealing malware </em>
	</div>

	<div>
		<em>Source: BleepingComputer</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	As you can see from the URLs above, many users visited BleepingComputer because they suspected their computer was infected, which we now know was true.
</p>

<p>
	 
</p>

<p>
	BleepingComputer is currently analyzing the data and removing duplicates so we can proactively reset impacted members' passwords and warn them that they were infected at some point with information-stealing malware.
</p>

<p>
	 
</p>

<p>
	Users who are infected with information-stealing malware will now have to reset every password on every account that was saved in their browser's password manager, and any other site using the same credentials.
</p>

<p>
	 
</p>

<p>
	Unfortunately, stolen credentials are usually not shared with a timestamp to indicate when they are stolen. Therefore, impacted users must consider that all of their credentials have been compromised.
</p>

<p>
	 
</p>

<p>
	While this will be an arduous task, at least they will know why their accounts and services have exhibited strange behavior over the years.
</p>

<p>
	 
</p>

<p>
	BleepingComputer is commonly contacted by people who tell us that their accounts continuously get hacked, even when they change the password over and over. These people constantly report strange behavior on their devices or networks, but no malware infections are ever found.
</p>

<p>
	 
</p>

<p>
	The user can now gain some closure, knowing that they were not crazy, but that the malicious activity is likely attributed to their credentials previously being stolen and threat actors abusing them for their own amusement or malicious activity.
</p>

<p>
	 
</p>

<p>
	Information-stealing malware has become a scourge of cybersecurity, used by threat actors to conduct massive attacks, such as ransomware and data theft attacks.
</p>

<p>
	 
</p>

<p>
	Some well known attacks caused by credentials being stolen by information stealing malware, including attacks on the <a href="https://www.bleepingcomputer.com/news/security/how-conti-ransomware-hacked-and-encrypted-the-costa-rican-government/" target="_blank" rel="external nofollow">Costa Rican government</a>, <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-confirms-they-were-hacked-by-lapsus-extortion-group/" target="_blank" rel="external nofollow">Microsoft</a>, <a href="https://www.bleepingcomputer.com/news/security/circlecis-hack-caused-by-malware-stealing-engineers-2fa-backed-session/" target="_blank" rel="external nofollow">CircleCi</a>, and an <a href="https://www.bleepingcomputer.com/news/security/hacker-hijacks-orange-spain-ripe-account-to-cause-bgp-havoc/" target="_blank" rel="external nofollow">account at Orange Spain RIPE</a> that led to a intentional BGP misconfiguration.
</p>

<p>
	 
</p>

<p>
	More recently <a href="https://www.bleepingcomputer.com/news/security/snowflake-account-hacks-linked-to-santander-ticketmaster-breaches/" target="_blank" rel="external nofollow">threat actors stole data from Snowflake databases</a> using what is believed to be compromised credentials stolen using information-stealing malware.
</p>

<p>
	 
</p>

<p>
	Unfortunately, there is no easy solution to prevent information-stealing attacks, as they are low complexity, making them have have wide distribution through a variety of attacks.
</p>

<p>
	 
</p>

<p>
	The best defense is to practice good cybersecurity habits, including not opening attachments from untrusted sources, downloading software only from trusted sources, <a href="https://www.bleepingcomputer.com/news/microsoft/hiding-windows-file-extensions-is-a-security-risk-enable-now/" target="_blank" rel="external nofollow">enabling file extensions in Windows</a>, using antivirus software, and keeping your software updated. 
</p>

<p>
	 
</p>

<p>
	A more detailed guide related to ransomware but still applicable <a href="https://www.bleepingcomputer.com/news/microsoft/hiding-windows-file-extensions-is-a-security-risk-enable-now/" target="_blank" rel="external nofollow">can be found here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/361-million-stolen-accounts-leaked-on-telegram-added-to-hibp/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>
]]></description><guid isPermaLink="false">23455</guid><pubDate>Mon, 03 Jun 2024 20:01:18 +0000</pubDate></item><item><title>Windows 11's new AI feature makes it way too easy to steal everything you viewed or typed</title><link>https://nsaneforums.com/news/security-privacy-news/windows-11s-new-ai-feature-makes-it-way-too-easy-to-steal-everything-you-viewed-or-typed-r23438/</link><description><![CDATA[<p>
	<img alt="1716386903_recall_ui_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2024/05/1716386903_recall_ui_story.jpg">
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11s-ai-explorer-debuts-as-recall-a-feature-that-remembers-everything-you-do/" rel="external nofollow">Microsoft unveiled "Recall"</a> at its special event on May 20. This Copilot+ PC-exclusive feature promises to bring "photographic memory" to your computer, allowing going back to any app or file you worked with. To combat privacy concerns, <a href="https://www.neowin.net/news/microsoft-shares-more-info-about-privacy-controls-in-the-new-recall-feature-in-windows-11/" rel="external nofollow">Microsoft published a page</a> with details on how Recall works. However, security researchers strongly disagree with the company's statements.
</p>

<p>
	 
</p>

<p>
	Kevin Beaumont, a cybersecurity expert, published a detailed blog post on Medium where he dug deeper into how Recall works. The verdict is a rather harsh one: stealing everything you viewed or typed on your computer is now very easy.
</p>

<p>
	 
</p>

<p>
	<img alt="1716386911_recall.jpg" class="ipsImage" data-ratio="65.83" height="450" width="720" src="https://cdn.neowin.com/news/images/uploaded/2024/05/1716386911_recall.jpg">
</p>

<p>
	 
</p>

<p>
	Beaumont claims that the idea of Recall is an interesting feature that requires "incredibly careful communication, cybersecurity, engineering, and implementation." Sadly, Recall allegedly has none of those.
</p>

<p>
	 
</p>

<p>
	Although the data processing and encryption are indeed happening on-device only, all that info is not immune to hackers and malware. The encryption will protect your data if the attacker doesn't know your username and password, but things change when hackers get a hold of your credentials using infostealers.
</p>

<p>
	 
</p>

<p>
	Recall works by taking screenshots of everything that happens on your computer every few seconds. Then, the system OCRs (recognizes optical characters) that data and puts it into a database in the user folder. Everything is stored in plain text, and there is no need for system rights to access it.
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		They have tried to do a bunch of things but none of it actually works properly in the real world due to gaps you can drive a plane through.
	</p>
</blockquote>

<p>
	Kevin Beaumont created a website that can process a Recall database and instantly search for anything inside it. However, he is holding the project back until Microsoft ships it or maybe does something to improve security. Kevin says, "the wider cyber community will have so much fun with this when generally available."
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="4a38f9f54fbd38d74e0e154408fd8368" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/GossiTheDog/status/1796218726808748367?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1796218726808748367%257Ctwgr%255E57c38a5994f88b4a88799fad19e14842bbf410db%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/windows-11s-new-ai-feature-makes-it-way-too-easy-to-steal-everything-you-viewed-or-typed/"></iframe>
</div>

<p>
	Things get worse when you realize what is stored in your Recall database:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Everything a user has ever seen, ordered by application. Every bit of text the user has seen, with some minor exceptions (e.g. Microsoft Edge InPrivate mode is excluded, but Google Chrome isn’t).
	</p>

	<p>
		 
	</p>

	<p>
		Every user interaction, e.g. minimizing a window. There is an API for user activity, and third party apps can plug in to enrich data and also view store data. It also stores all websites you visit, even if third party.
	</p>
</blockquote>

<p>
	Customers should also know that deleting emails, messages, pictures, files, or anything else on your computer will not delete them from Recall—it stays there indefinitely or until manually deleted/overwritten.
</p>

<p>
	 
</p>

<p>
	Although Microsoft Defender is pretty good at detecting infostealers and malware, "off the shelf" malware can scrape the entire database before automated detection kicks in.
</p>

<p>
	 
</p>

<p>
	Beaumont claims Microsoft "should recall Recall" and rework the feature to address all the privacy concerns, especially in light of Satya Nadella saying engineers should prioritize security over any other priority.
</p>

<p>
	 
</p>

<p>
	You can read the full story i<a href="https://doublepulsar.com/recall-stealing-everything-youve-ever-typed-or-viewed-on-your-own-windows-pc-is-now-possible-da3e12e9465e" rel="external nofollow">n Kevin's Medium post</a>. If you still want to try Recall and see how it works, check out <a href="https://www.neowin.net/news/unofficial-app-lets-you-install-controversial-windows-recall-on-unsupported-intel-amd-pcs/" rel="external nofollow">this third-party app</a> that makes it possible to enable the feature on existing hardware (with caveats).
</p>

<p>
	 
</p>

<p>
	It remains to be seen how Microsoft will address these revelations. For now, Recall is technically available in the Release Preview Channel of the Windows Insider program. It is expected to arrive for the general public with the first Copilot+ PCs, such as <a href="https://www.neowin.net/news/the-new-surface-pro-with-oled-display-and-arm-processors-is-now-official/" rel="external nofollow">the new Surface Pro</a> and <a href="https://www.neowin.net/news/microsoft-announces-new-surface-laptop-with-snapdragon-processors/" rel="external nofollow">Surface Laptop</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11s-new-ai-feature-makes-it-way-too-easy-to-steal-everything-you-viewed-or-typed/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Sincere thank you for your Feedback and Likes.</em></span>
</p>
]]></description><guid isPermaLink="false">23438</guid><pubDate>Sun, 02 Jun 2024 21:48:45 +0000</pubDate></item><item><title>Kaspersky releases free tool that scans Linux for known threats</title><link>https://nsaneforums.com/news/security-privacy-news/kaspersky-releases-free-tool-that-scans-linux-for-known-threats-r23437/</link><description><![CDATA[<p>
	Kaspersky has released a new virus removal tool named KVRT for the Linux platform, allowing users to scan their systems and remove malware and other known threats for free.
</p>

<p>
	 
</p>

<p>
	The security firm notes that despite the common misconception that Linux systems are intrinsically secure from threats, there has been a constant supply of "in the wild" examples that prove otherwise, most recently, the XZ Utils backdoor.
</p>

<p>
	 
</p>

<p>
	Kaspersky's new tool isn't a real-time threat protection tool but a standalone scanner that can detect malware, adware, legitimate programs abused for malicious purposes, and other known threats and offers to clean them.
</p>

<p>
	 
</p>

<p>
	Copies of malicious files that are deleted or disinfected are stored in a quarantine directory at '/var/opt/KVRT2024_Data/Quarantine' (for root users) in a non-harmful form.
</p>

<p>
	 
</p>

<p>
	The application uses a frequently updated antivirus database to scan the entire system for matches, but users need to download a new copy each time for the latest definitions.
</p>

<p>
	 
</p>

<p>
	"Our application can scan system memory, startup objects, boot sectors, and all files in the operating system for known malware. It scans files of all formats — including archived ones," says <a href="https://www.kaspersky.com/blog/kvrt-for-linux/51375/" rel="external nofollow" target="_blank">Kaspersky</a>.
</p>

<p>
	 
</p>

<p>
	One thing to note is that KVRT only supports 64-bit systems and requires an active internet connection to work.
</p>

<p>
	 
</p>

<p>
	Kaspersky has tested the tool on popular Linux distributions and confirmed it works on Red Hat Enterprise Linux, CentOS, Linux Mint, Ubuntu, SUSE, openSUSE, and Debian, <a href="https://support.kaspersky.com/help/kvrt/2024/en-us/269440.htm" rel="external nofollow" target="_blank">among others</a>.
</p>

<p>
	 
</p>

<p>
	Even if your distribution isn't on the list of supported systems, there's a good chance that KVRT will work without problems, so it wouldn't hurt to attempt to run a scan, Kaspersky says.
</p>

<p>
	 
</p>

<div style="">
	<p>
		<img alt="main-window.png" class="ipsImage" data-ratio="95.92" height="470" width="490" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Software/08/main-window.png">
	</p>

	<div>
		<em>KVRT main window Source: Kaspersky</em>
	</div>
</div>

<h2>
	Using KVRT
</h2>

<p>
	KVRT can be downloaded from <a href="https://www.kaspersky.com/downloads/free-virus-removal-tool" rel="external nofollow" target="_blank">here</a>, and once downloaded, the user needs to make the file executable and run it as root for maximum functionality.
</p>

<p>
	 
</p>

<p>
	KVRT can be executed both in a graphical user interface (GUI) or the terminal, as a command-line tool. So, it's also usable in lower init runlevels (down to 3) where people might be stuck following a malware infection.
</p>

<p>
	 
</p>

<p>
	If regular users execute the scanner, it won't have the required permissions to scan all directories and partitions where threats could be hiding.
</p>

<p>
	 
</p>

<p>
	During initialization, the scanner unpacks some necessary files into a temporary directory at '/tmp/&lt;random_character_sequence,' but those are wiped once it's closed.
</p>

<p>
	 
</p>

<p>
	Kaspersky has provided detailed instructions on how to set up the binary for execution both via the GUI and the console on <a href="https://support.kaspersky.com/help/kvrt/2024/en-us/269465.htm" rel="external nofollow" target="_blank">this webpage</a>.
</p>

<p>
	 
</p>

<p>
	BleepingComputer has not tested the effectiveness, nor can it guarantee the safety of KVRT, so use the tool at your own risk.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/software/kaspersky-releases-free-tool-that-scans-linux-for-known-threats/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Sincere thank you for your Feedback and Likes.</em></span>
</p>
]]></description><guid isPermaLink="false">23437</guid><pubDate>Sun, 02 Jun 2024 21:46:09 +0000</pubDate></item><item><title>Pirated Microsoft Office delivers malware cocktail on systems</title><link>https://nsaneforums.com/news/security-privacy-news/pirated-microsoft-office-delivers-malware-cocktail-on-systems-r23424/</link><description><![CDATA[<p>
	Cybercriminals are distributing a malware cocktail through cracked versions of Microsoft Office promoted on torrent sites.
</p>

<p>
	 
</p>

<p>
	The malware delivered to users includes remote access trojans (RATs), cryptocurrency miners, malware downloaders, proxy tools, and anti-AV programs.
</p>

<p>
	 
</p>

<p>
	AhnLab Security Intelligence Center <a href="https://asec.ahnlab.com/en/66017/" rel="external nofollow" target="_blank">(ASEC) has identified the ongoing campaign</a> and warns about the risks of downloading pirated software.
</p>

<p>
	 
</p>

<p>
	The Korean researchers discovered that the attackers use multiple lures, including Microsoft Office, Windows, and the Hangul Word Processor, which is popular in Korea.
</p>

<h2>
	Microsoft Office to malware
</h2>

<p>
	The cracked Microsoft Office installer features a well-crafted interface, letting users select the version they want to install, the language, and whether to use 32 or 64-bit variants.
</p>

<p>
	 
</p>

<div style="">
	<p>
		<img alt="installer.jpg" class="ipsImage" data-ratio="70.53" height="462" width="655" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Software/08/installer.jpg">
	</p>

	<div>
		<em>The malicious installer's interfaceSource: ASEC</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	However, in the background, the installer launches an obfuscated .NET malware that contacts a Telegram or Mastodon channel to receive a valid download URL from where it will fetch additional components.
</p>

<p>
	 
</p>

<p>
	The URL points to Google Drive or GitHub, both legitimate services that are unlikely to trigger AV warnings.
</p>

<p>
	 
</p>

<p>
	The base64 payloads hosted on those platforms contain PowerShell commands that introduce a range of malware strains to the system, unpacked using 7Zip.
</p>

<p>
	 
</p>

<div style="">
	<p>
		<img alt="ps-7zip.jpg" class="ipsImage" data-ratio="19.31" height="99" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Software/08/ps-7zip.jpg">
	</p>

	<div>
		<em>Fetching and unpacking malware componentsSource: ASEC</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	The malware component 'Updater' registers tasks in the Windows Task Scheduler to ensure it persists between system reboots.
</p>

<p>
	 
</p>

<p>
	According to ASEC, the following types of malware are installed by the malware on the breached system:
</p>

<p>
	 
</p>

<ul style="list-style-type:square">
	<li>
		<strong>Orcus RAT</strong>: Enables comprehensive remote control, including keylogging, webcam access, screen capture, and system manipulation for data exfiltration.
	</li>
	<li>
		<strong>XMRig</strong>: Cryptocurrency miner that uses system resources to mine Monero. It halts mining during high resource usage, such as when the victim is gaming, to avoid detection.
	</li>
	<li>
		<strong>3Proxy</strong>: Converts infected systems into proxy servers by opening port 3306 and injecting them into legitimate processes, allowing attackers to route malicious traffic.
	</li>
	<li>
		<strong>PureCrypter</strong>: Downloads and executes additional malicious payloads from external sources, ensuring the system remains infected with the latest threats.
	</li>
	<li>
		<strong>AntiAV</strong>: Disrupts and disables security software by modifying its configuration files, preventing the software from operating correctly and leaving the system vulnerable to the operation of the other components.
	</li>
</ul>

<p>
	 
</p>

<p>
	Even if the user discovers and removes any of the above malware, the 'Updater' module, which executes upon system launch, will re-introduce it.
</p>

<p>
	 
</p>

<div style="">
	<p>
		<img alt="chain.jpg" class="ipsImage" data-ratio="67.64" height="398" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2024/Software/08/chain.jpg">
	</p>

	<div>
		<em>The attack chainSource: ASEC</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	Users should be cautious when installing files downloaded from dubious sources and generally avoid pirated/cracked software.
</p>

<p>
	 
</p>

<p>
	Similar campaigns have been used to push <a href="https://www.bleepingcomputer.com/news/security/meet-stop-ransomware-the-most-active-ransomware-nobody-talks-about/" target="_blank" rel="external nofollow">STOP ransomware</a>, which is the most active ransomware operation targeting consumers.
</p>

<p>
	 
</p>

<p>
	As these files are not digitally signed and users are prepared to ignore antivirus warnings when running them, they are often used to infect systems with malware, in this case, an entire set.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/pirated-microsoft-office-delivers-malware-cocktail-on-systems/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23424</guid><pubDate>Sat, 01 Jun 2024 16:34:39 +0000</pubDate></item><item><title>Google to begin phasing out Manifest V2 extensions in Chrome on June 3</title><link>https://nsaneforums.com/news/security-privacy-news/google-to-begin-phasing-out-manifest-v2-extensions-in-chrome-on-june-3-r23417/</link><description><![CDATA[<p>
	Google is finally ready to begin phasing out Manifest V2 extensions in Chrome and its Web Store. The process will follow the timeline that was first announced <a href="https://developer.chrome.com/blog/resuming-the-transition-to-mv3" rel="external nofollow">in November 2023</a>, with the first signs of Manifest V2 removal starting to appear in preview versions of Chrome as soon as June 3.
</p>

<p>
	 
</p>

<p>
	In the official Chromium Blog, Google reminded users that despite popular belief, the idea behind Manifest V3 was not to <a href="https://www.neowin.net/news/the-eff-will-fight-google-chrome-manifest-v3-which-kills-extensions-that-reliably-block-ads/" rel="external nofollow">kill content blockers</a> but to improve security, privacy, and performance in the extension ecosystem.
</p>

<p>
	 
</p>

<p>
	The road to Manifest V3 was a bumpy one, and after significant user and developer backlash, Google was forced to implement some important changes and even <a href="https://www.neowin.net/news/google-gives-adblockers-in-chrome-another-year-as-it-postpones-manifest-v3/" rel="external nofollow">postpone the enforcement</a> of Manifest V3. Community feedback resulted in Google implementing support for user scripts, increasing the number of rule sets, allowing DOM (Document Object Model) APIs, and more. As a result, a lot of popular extensions, namely ad blockers, are already on Manifest V3.
</p>

<p>
	 
</p>

<p>
	The process of phasing out Manifest V2 extensions will kick off on June 3, 2024, with Google Chrome showing a warning banner for customers running Beta, Dev, and Canary builds with Manifest V2 extensions. The message will notify that some of those extensions will soon be out of support. Also, outdated Manifest V2 extensions will lose their badges in the Chrome Web Store.
</p>

<p>
	 
</p>

<p>
	Killing Manifest V2 is a long and slow process that won't happen overnight. Chrome will direct customers to the store and recommend Manifest V3 alternatives for extensions that no longer work. Also, there will be a grace period during which the browser will allow disabled extensions to be turned back on. However, Google will eventually remove this option.
</p>

<p>
	 
</p>

<p>
	Users in Chrome Stable will get all those changes over the next few months. Google plans to finish the process by early 2025. Enterprise customers will have the option to avoid Manifest V2 changes with a special policy until June 2025.
</p>

<p>
	 
</p>

<p>
	You can learn more about the end of the road for Manifest V2 extensions in Google Chrome on the <a href="https://blog.chromium.org/2024/05/manifest-v2-phase-out-begins.html?m=1" rel="external nofollow">official Chromium Blog</a>. Microsoft Edge, which is also powered by Chromium, has <a href="https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/developer-guide/manifest-v3" rel="external nofollow">its own timeline</a> for Manifest V2 extensions, but most of it is still TBD. Firefox also <a href="https://blog.mozilla.org/addons/2022/05/18/manifest-v3-in-firefox-recap-next-steps" rel="external nofollow">has a similar one</a>.
</p>

<p>
	 
</p>

<p>
	<em>As an online publication, Neowin relies on ads for operating costs, and if you use an ad blocker, we'd appreciate being whitelisted. In addition, we have an <a href="https://www.neowin.net/subscribe/" rel="external nofollow">ad-free subscription for $28 a year</a>, which is another way to show support!</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/google-to-begin-phasing-out-manifest-v2-extensions-in-chrome-on-june-3/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Feedback welcome and Likes very much appreciated.</em></span>
</p>
]]></description><guid isPermaLink="false">23417</guid><pubDate>Fri, 31 May 2024 19:43:30 +0000</pubDate></item><item><title>Internet Archive is continuing to face DDoS attacks after several days</title><link>https://nsaneforums.com/news/security-privacy-news/internet-archive-is-continuing-to-face-ddos-attacks-after-several-days-r23386/</link><description><![CDATA[<p>
	Internet Archive, the San Fransisco-based non-profit known for its digital archive Wayback Machine, has been facing DDoS (Distributed Denial-of-Service) attacks for the last few days. The non-profit announced that an unknown attacker(s) has been launching tens of thousands of fake information requests per second since the attacks began on Sunday.
</p>

<p>
	 
</p>

<p>
	Internet Archive explained in a <a href="https://blog.archive.org/2024/05/28/internet-archive-and-the-wayback-machine-under-ddos-cyber-attack/" rel="external nofollow">blog post</a>:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		The Internet Archive, the nonprofit research library that’s home to millions of historical documents, preserved websites, and media content, is currently in its third day of warding off an intermittent DDoS (distributed denial-of-service) cyber-attack.
	</p>

	<p>
		 
	</p>

	<p>
		According to library staff, the collections are safe, though service remains inconsistent. Access to the Internet Archive Wayback Machine – which preserves the history of more than 866 billion web pages – has also been impacted.
	</p>
</blockquote>

<p>
	This came after the Internet Archive shared a series of updates about the DDoS attacks on the social media platform X (formerly Twitter). It notes that cyberattacks have become more frequent against libraries and other knowledge institutions, such as the British Library, Berlin Natural History Museum, and Ontario’s London Public Library, among the recent victims.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="61a550be1e7349ba76a882177c5c198b" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/internetarchive/status/1794793738482659453?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1794793738482659453%257Ctwgr%255Efccb81733a8f88e52a31b22d66c8f1e2aa673207%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/internet-archive-is-continuing-to-face-ddos-attacks-after-several-days/"></iframe>
</div>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="34f46ed897ab06aacb08430f163c166d" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/internetarchive/status/1795117949499445554?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1795117949499445554%257Ctwgr%255Efccb81733a8f88e52a31b22d66c8f1e2aa673207%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/internet-archive-is-continuing-to-face-ddos-attacks-after-several-days/"></iframe>
</div>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="91c7b6fab1e77f52299c1768ebcde405" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/internetarchive/status/1795451463465845141?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1795451463465845141%257Ctwgr%255Efccb81733a8f88e52a31b22d66c8f1e2aa673207%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/internet-archive-is-continuing-to-face-ddos-attacks-after-several-days/"></iframe>
</div>

<p>
	Internet Archive's founder Brewster Kahle assured the collections are safe and said the organization is hardening its defenses to offer more reliable access to the library. "What is new is this attack has been sustained, impactful, targeted, adaptive, and importantly, mean,” he added.
</p>

<p>
	 
</p>

<p>
	The cyberattacks share the timeline with the legal battle Internet Archive is facing from US book publishers, claiming copyright infringement and seeking combined damages of hundreds of millions of dollars from all libraries. Last year, the non-profit <a href="https://www.neowin.net/news/court-rules-against-internet-archive-in-favour-of-book-publishers-on-digital-lending/" rel="external nofollow">lost a lower court ruling</a> against the book publishers in a case about its Controlled Digital Lending program.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/internet-archive-is-continuing-to-face-ddos-attacks-after-several-days/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23386</guid><pubDate>Wed, 29 May 2024 08:22:38 +0000</pubDate></item><item><title>Google won&#x2019;t comment on a potentially massive leak of its search algorithm documentation</title><link>https://nsaneforums.com/news/security-privacy-news/google-won%E2%80%99t-comment-on-a-potentially-massive-leak-of-its-search-algorithm-documentation-r23381/</link><description><![CDATA[<h3>
	A purported leak of 2,500 pages of internal documentation from Google sheds light on how Search, the most powerful arbiter of the internet, operates.
</h3>

<div>
	<div class="duet--article--article-body-component">
		<p>
			Google’s search algorithm is perhaps the most consequential system on the internet, dictating <a href="https://www.theverge.com/2024/5/2/24147152/google-search-seo-publishing-housefresh-product-reviews" rel="external nofollow">what sites live and die</a> and <a href="https://www.theverge.com/c/23998379/google-search-seo-algorithm-webpage-optimization" rel="external nofollow">what content on the web looks like</a>. But how exactly Google ranks websites has long been a mystery, pieced together by journalists, researchers, and people working in search engine optimization.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Now, an explosive leak that purports to show <a href="https://sparktoro.com/blog/an-anonymous-source-shared-thousands-of-leaked-google-search-api-documents-with-me-everyone-in-seo-should-see-them/" rel="external nofollow">thousands of pages of internal documents</a> appears to offer an unprecedented look under the hood of how Search works — and suggests that Google hasn’t been entirely truthful about it for years. So far, Google hasn’t responded to multiple requests for comment on the legitimacy of the documents.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Rand Fishkin, who worked in SEO for more than a decade, says a source shared 2,500 pages of documents with him with the hopes that reporting on the leak would counter the “lies” that Google employees had shared about how the search algorithm works. The documents outline Google’s search API and break down what information is available to employees, according to Fishkin.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			The details shared by Fishkin are dense and technical, likely more legible to developers and SEO experts than the layperson. The contents of the leak are also not necessarily proof that Google uses the specific data and signals it mentions for search rankings. Rather, the leak outlines what data Google collects from webpages, sites, and searchers and offers indirect hints to SEO experts about what Google seems to care about, as SEO expert Mike King <a href="https://ipullrank.com/google-algo-leak" rel="external nofollow">wrote</a> in his overview of the documents.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			The leaked documents touch on topics like what kind of data Google collects and uses, which sites Google elevates for sensitive topics like elections, how Google handles small websites, and more. Some information in the documents appears to be in conflict with public statements by Google representatives, according to Fishkin and King.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			“‘Lied’ is harsh, but it’s the only accurate word to use here,” King writes. “While I don’t necessarily fault Google’s public representatives for protecting their proprietary information, I do take issue with their efforts to actively discredit people in the marketing, tech, and journalism worlds who have presented reproducible discoveries.”
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Google has not responded to <em>The Verge’</em>s requests for comment<em> </em>regarding the documents, including a direct request to refute their legitimacy. Fishkin told <em>The Verge </em>in an email that the company has not disputed the veracity of the leak, but that an employee asked him to change some language in the post regarding how an event was characterized.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Google’s secretive search algorithm has <a href="https://www.theverge.com/features/23931789/seo-search-engine-optimization-experts-google-results" rel="external nofollow">birthed an entire industry</a> of marketers who closely follow Google’s public guidance and execute it for millions of companies around the world. The pervasive, often annoying tactics have led to a general narrative that Google Search results are getting worse, crowded with junk that website operators <a href="https://www.theverge.com/23753963/google-seo-shopify-small-business-ai" rel="external nofollow">feel required to produce</a> to have their sites seen. In response to <em>The Verge</em>’s past reporting on the SEO-driven tactics, Google representatives often fall back to a familiar defense: that’s not what the <a href="https://developers.google.com/search/docs/fundamentals/seo-starter-guide" rel="external nofollow">Google guidelines</a> say.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			But some details in the leaked documents call into question the accuracy of Google’s public statements regarding how Search works.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			One example cited by Fishkin and King is whether Google Chrome data is used in ranking at all. Google representatives have <a href="https://www.seroundtable.com/google-chrome-search-usage-15618.html" rel="external nofollow">repeatedly</a> <a href="https://iloveseo.com/seo/google-does-not-use-anything-from-google-chrome-for-ranking/" rel="external nofollow">indicated</a> that it doesn’t use Chrome data to rank pages, but Chrome is <a href="https://hexdocs.pm/google_api_content_warehouse/0.4.0/GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTargetGroup.html#module-attributes" rel="external nofollow">specifically mentioned in sections</a> about how websites appear in Search. In the screenshot below, which I captured as an example, the links appearing below the main vogue.com URL may be created in part using Chrome data, according to the documents.
		</p>
	</div>

	<div class="duet--article--article-body-component clear-both block">
		<div class="my-9">
			<div class="duet--media--caption pt-6 font-polysans-mono text-12 font-light leading-130 tracking-1">
				<p>
					 
				</p>

				<p>
					<img alt="Screenshot_2024_05_28_at_9.33.43_AM.png" class="ipsImage" data-ratio="75.10" height="540" width="660" src="https://duet-cdn.vox-cdn.com/thumbor/0x0:1284x1052/750x614/filters:focal(642x526:643x527):format(webp)/cdn.vox-cdn.com/uploads/chorus_asset/file/25467524/Screenshot_2024_05_28_at_9.33.43_AM.png">
				</p>

				<p>
					<em>Chrome is mentioned in a section about how additional links are created.</em>
				</p>
				<cite class="duet--article--dangerously-set-cms-markup inline not-italic text-gray-63 dark:text-gray-bd [&amp;&gt;a:hover]:text-gray-63 [&amp;&gt;a:hover]:shadow-underline-black dark:[&amp;&gt;a:hover]:text-gray-bd dark:[&amp;&gt;a:hover]:shadow-underline-gray [&amp;&gt;a]:shadow-underline-gray-63 dark:[&amp;&gt;a]:text-gray-bd dark:[&amp;&gt;a]:shadow-underline-gray">Image: Google</cite>
			</div>
		</div>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			 
		</p>

		<p>
			Another question raised is what role, if any, E-E-A-T plays in ranking. E-E-A-T stands for experience, expertise, authoritativeness, and trustworthiness, <a href="https://developers.google.com/search/blog/2022/12/google-raters-guidelines-e-e-a-t" rel="external nofollow">a Google metric used to evaluate the quality of results</a>. Google representatives have <a href="https://x.com/searchliaison/status/1755283334631231514" rel="external nofollow">previously said E-E-A-T isn’t a ranking factor</a>. Fishkin notes that he hasn’t found much in the documents mentioning E-E-A-T by name.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			King, however, detailed how Google appears to collect author data from a page and has a field for whether an entity on the page is the author. A portion of the documents shared by King reads that the field was “mainly developed and tuned for news articles... but is also populated for other content (e.g., scientific articles).” Though this doesn’t confirm that bylines are an explicit ranking metric, it does show that Google is at least keeping track of this attribute. Google representatives have <a href="https://x.com/searchliaison/status/1744379351297081637" rel="external nofollow">previously insisted</a> that author bylines are something website owners should do for readers, not Google, because it doesn’t impact rankings.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Though the documents aren’t exactly a smoking gun, they provide a deep, unfiltered look at a tightly guarded black box system. The <a href="https://www.theverge.com/23869483/us-v-google-search-antitrust-case-updates" rel="external nofollow">US government’s antitrust case against Google</a> — which revolves around Search — has also led to internal documentation becoming public, offering further insights into how the company’s main product works.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Google’s general caginess on how Search works has led to <a href="https://www.theverge.com/c/23998379/google-search-seo-algorithm-webpage-optimization" rel="external nofollow">websites looking the same</a> as SEO marketers try to outsmart Google based on hints the company offers. Fishkin also calls out the publications credulously propping up Google’s public claims as truth without much further analysis.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			“Historically, some of the search industry’s loudest voices and most prolific publishers have been happy to uncritically repeat Google’s public statements. They write headlines like ‘Google says XYZ is true,’ rather than ‘Google Claims XYZ; Evidence Suggests Otherwise,’” Fishkin writes. “Please, do better. If this leak and the DOJ trial can create just one change, I hope this is it.”
		</p>

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

<p>
	<a href="https://www.theverge.com/2024/5/28/24166177/google-search-ranking-algorithm-leak-documents-link-seo" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23381</guid><pubDate>Wed, 29 May 2024 02:07:37 +0000</pubDate></item><item><title>How Researchers Cracked an 11-Year-Old Password to a $3 Million Crypto Wallet</title><link>https://nsaneforums.com/news/security-privacy-news/how-researchers-cracked-an-11-year-old-password-to-a-3-million-crypto-wallet-r23375/</link><description><![CDATA[<h3>
	Thanks to a flaw in a decade-old version of the RoboForm password manager and a bit of luck, researchers were able to unearth the password to a crypto wallet containing a fortune.
</h3>

<p>
	<span class="lead-in-text-callout">Two years ago</span> when “Michael,” an owner of <a href="https://www.wired.com/tag/cryptocurrency/" rel="external nofollow">cryptocurrency</a>, contacted Joe Grand to help recover access to about $2 million worth of <a href="https://www.wired.com/tag/bitcoin/" rel="external nofollow">bitcoin</a> he stored in encrypted format on his computer, Grand turned him down.
</p>

<p>
	 
</p>

<p>
	Michael, who is based in Europe and asked to remain anonymous, stored the cryptocurrency in a password-protected digital wallet. He generated a password using the RoboForm password manager and stored that password in a file encrypted with a tool called TrueCrypt. At some point, that file got corrupted and Michael lost access to the 20-character password he had generated to secure his 43.6 BTC (worth a total of about €4,000, or $5,300, in 2013). Michael used the RoboForm password manager to generate the password but did not store it in his manager. He worried that someone would hack his computer and obtain the password.
</p>

<p>
	 
</p>

<p>
	“At [that] time, I was really paranoid with my security,” he laughs.
</p>

<p>
	 
</p>

<div class="AdWrapper-dQtivb fZrssQ ad ad--in-content">
	<div class="ad__slot ad__slot--in-content" data-node-id="ighurd">
		 
	</div>
</div>

<p>
	Grand is a famed hardware hacker who in 2022 helped another crypto wallet owner <a href="https://www.theverge.com/2022/1/24/22898712/crypto-hardware-wallet-hacking-lost-bitcoin-ethereum-nft" rel="external nofollow">recover access to $2 million in cryptocurrency</a> he thought he’d lost forever after forgetting the PIN to his Trezor wallet. Since then, dozens of people have contacted Grand to help them recover their treasure. But Grand, known by the hacker handle “Kingpin,” turns down most of them, for various reasons.
</p>

<p>
	 
</p>

<p>
	Grand is an <a class="external-link" data-event-click='{"element":"ExternalLink","outgoingURL":"http://www.grandideastudio.com/"}' data-offer-url="http://www.grandideastudio.com/" href="http://www.grandideastudio.com/" rel="external nofollow" target="_blank">electrical engineer</a> who began hacking computing hardware at age 10 and in 2008 cohosted the Discovery Channel’s <em>Prototype This</em> show. He now consults with companies that build complex digital systems to help them understand how hardware hackers like him might subvert their systems. He cracked the Trezor wallet in 2022 using complex hardware techniques that forced the USB-style wallet to reveal its password.
</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" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube-nocookie.com/embed/o5IySpAkThg?feature=oembed" title="I hacked time to recover $3 million from a Bitcoin software wallet" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	But Michael stored his cryptocurrency in a software-based wallet, which meant none of Grand’s hardware skills were relevant this time. He considered brute-forcing Michael’s password—writing a script to automatically guess millions of possible passwords to find the correct one—but determined this wasn’t feasible. He briefly considered that the RoboForm password manager Michael used to generate his password might have a flaw in the way it generated passwords, which would allow him to guess the password more easily. Grand, however, doubted such a flaw existed.
</p>

<p>
	 
</p>

<p>
	Michael contacted multiple people who specialize in cracking cryptography; they all told him “there’s no chance” of retrieving his money. But last June he approached Grand again, hoping to convince him to help, and this time Grand agreed to give it a try, working with a friend named Bruno in Germany who also hacks digital wallets.
</p>

<p>
	 
</p>

<div>
	<div aria-hidden="true" class="ConsumerMarketingUnitThemedWrapper-iUTMTf jssHut consumer-marketing-unit consumer-marketing-unit--article-mid-content" role="presentation">
		<div class="consumer-marketing-unit__slot consumer-marketing-unit__slot--article-mid-content consumer-marketing-unit__slot--in-content">
			 
		</div>

		<div class="journey-unit">
			 
		</div>
	</div>
</div>

<p>
	Grand and Bruno spent months reverse engineering the version of the RoboForm program that they thought Michael had used in 2013 and found that the pseudo-random number generator used to generate passwords in that version—and subsequent versions until 2015—did indeed have a significant flaw that made the random number generator not so random. The RoboForm program unwisely tied the random passwords it generated to the date and time on the user’s computer—it determined the computer’s date and time, and then generated passwords that were predictable. If you knew the date and time and other parameters, you could compute any password that would have been generated on a certain date and time in the past.
</p>

<p>
	 
</p>

<p>
	If Michael knew the day or general time frame in 2013 when he generated it, as well as the parameters he used to generate the password (for example, the number of characters in the password, including lower- and upper-case letters, figures, and special characters), this would narrow the possible password guesses to a manageable number. Then they could hijack the RoboForm function responsible for checking the date and time on a computer and get it to travel back in time, believing the current date was a day in the 2013 time frame when Michael generated his password. RoboForm would then spit out the same passwords it generated on the days in 2013.
</p>

<p>
	 
</p>

<p>
	There was one problem: Michael couldn’t remember when he created the password.
</p>

<p>
	 
</p>

<p>
	According to the log on his software wallet, Michael moved bitcoin into his wallet for the first time on April 14, 2013. But he couldn’t remember if he generated the password the same day or some time before or after this. So, looking at the parameters of other passwords he generated using RoboForm, Grand and Bruno configured RoboForm to generate 20-character passwords with upper- and lower-case letters, numbers, and eight special characters from March 1 to April 20, 2013.
</p>

<p>
	 
</p>

<p>
	It failed to generate the right password. So Grand and Bruno lengthened the time frame from April 20 to June 1, 2013, using the same parameters. Still no luck.
</p>

<p>
	 
</p>

<p>
	Michael says they kept coming back to him, asking if he was sure about the parameters he’d used. He stuck to his first answer.
</p>

<p>
	 
</p>

<p>
	“They really annoyed me, because who knows what I did 10 years ago,” he recalls. He found other passwords he generated with RoboForm in 2013, and two of them did not use special characters, so Grand and Bruno adjusted. Last November, they reached out to Michael to set up a meeting in person. “I thought, ‘Oh my God, they will ask me again for the settings.”
</p>

<p>
	 
</p>

<p>
	Instead, they revealed that they had finally found the correct password—no special characters. It was generated on May 15, 2013, at 4:10:40 pm GMT.
</p>

<p>
	 
</p>

<p>
	“We ultimately got lucky that our parameters and time range was right. If either of those were wrong, we would have … continued to take guesses/shots in the dark,” Grand says in an email to WIRED. “It would have taken significantly longer to precompute all the possible passwords.”
</p>

<p>
	 
</p>

<p>
	Grand and Bruno <a href="https://www.youtube.com/watch?v=o5IySpAkThg" rel="external nofollow">created a video</a> to explain the technical details more thoroughly.
</p>

<p>
	 
</p>

<p>
	RoboForm, made by US-based Siber Systems, was one of the first password managers on the market, and <a class="external-link" data-event-click='{"element":"ExternalLink","outgoingURL":"https://earthweb.com/roboform-users/"}' data-offer-url="https://earthweb.com/roboform-users/" href="https://earthweb.com/roboform-users/" rel="external nofollow" target="_blank">currently has more than 6 million users</a> worldwide, according to a company report. In 2015, Siber seemed to fix the RoboForm password manager. In a cursory glance, Grand and Bruno couldn’t find any sign that the pseudo-random number generator in the 2015 version used the computer’s time, which makes them think they removed it to fix the flaw, though Grand says they would need to examine it more thoroughly to be certain.
</p>

<p>
	 
</p>

<p>
	Siber Systems confirmed to WIRED that it did fix the issue with version 7.9.14 of RoboForm, released June 10, 2015, but a spokesperson wouldn’t answer questions about how it did so. In a <a class="external-link" data-event-click='{"element":"ExternalLink","outgoingURL":"https://www.roboform.com/news-windows"}' data-offer-url="https://www.roboform.com/news-windows" href="https://www.roboform.com/news-windows" rel="external nofollow" target="_blank">changelog</a> on the company’s website, it mentions only that Siber programmers made changes to “increase randomness of generated passwords,” but it doesn’t say how they did this. Siber spokesman Simon Davis says that “RoboForm 7 was discontinued in 2017.”
</p>

<p>
	 
</p>

<p>
	Grand says that, without knowing how Siber fixed the issue, attackers may still be able to regenerate passwords generated by versions of RoboForm released before the fix in 2015. He’s also not sure if current versions contain the problem.
</p>

<p>
	 
</p>

<p>
	“I'm still not sure I would trust it without knowing how they actually improved the password generation in more recent versions,” he says. “I'm not sure if RoboForm knew how bad this particular weakness was.”
</p>

<p>
	 
</p>

<p>
	Customers may also still be using passwords that were generated with the early versions of the program before the fix. It doesn’t appear that Siber ever notified customers when it released the fixed version 7.9.14 in 2015 that they should generate new passwords for critical accounts or data. The company didn’t respond to a question about this.
</p>

<p>
	 
</p>

<p>
	If Siber didn’t inform customers, this would mean that anyone like Michael who used RoboForm to generate passwords prior to 2015—and are still using those passwords—may have vulnerable passwords that hackers can regenerate.
</p>

<p>
	 
</p>

<p>
	“We know that most people don't change passwords unless they're prompted to do so,” Grand says. “Out of 935 passwords in my password manager (not RoboForm), 220 of them are from 2015 and earlier, and most of them are [for] sites I still use.”
</p>

<p>
	 
</p>

<p>
	Depending on what the company did to fix the issue in 2015, newer passwords may also be vulnerable.
</p>

<p>
	 
</p>

<p>
	Last November, Grand and Bruno deducted a percentage of bitcoins from Michael’s account for the work they did, then gave him the password to access the rest. The bitcoin was worth $38,000 per coin at the time. Michael waited until it rose to $62,000 per coin and sold some of it. He now has 30 BTC, now worth $3 million, and is waiting for the value to rise to $100,000 per coin.
</p>

<p>
	 
</p>

<p>
	Michael says he was lucky that he lost the password years ago because, otherwise, he would have sold off the bitcoin when it was worth $40,000 a coin and missed out on a greater fortune.
</p>

<p>
	 
</p>

<p>
	“That I lost the password was financially a good thing.”
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/roboform-password-3-million-dollar-crypto-wallet/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23375</guid><pubDate>Tue, 28 May 2024 18:13:36 +0000</pubDate></item><item><title>Newly discovered ransomware uses BitLocker to encrypt victim data</title><link>https://nsaneforums.com/news/security-privacy-news/newly-discovered-ransomware-uses-bitlocker-to-encrypt-victim-data-r23339/</link><description><![CDATA[<h3>
	ShrinkLocker is the latest ransomware to use Windows' full-disk encryption.
</h3>

<div class="article-content post-page" itemprop="articleBody">
	
	<p>
		A previously unknown piece of ransomware, dubbed ShrinkLocker, encrypts victim data using the BitLocker feature built into the Windows operating system.
	</p>

	<p>
		 
	</p>

	<p>
		BitLocker is a <a href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/manage-bde" rel="external nofollow">full-volume encryptor</a> that debuted in 2007 with the release of Windows Vista. Users employ it to encrypt entire hard drives to prevent people from reading or modifying data in the event they get physical access to the disk. Starting with the <a href="https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/whats-new/whats-new-windows-10-version-1507-and-1511" rel="external nofollow">rollout of Windows 10</a>, BitLocker by default has used the 128-bit and 256-bit XTS-AES encryption algorithm, giving the feature extra protection from attacks that rely on manipulating cipher text to cause predictable changes in plain text.
	</p>

	<p>
		 
	</p>

	<p>
		Recently, researchers from security firm Kaspersky found a threat actor using BitLocker to encrypt data on systems located in Mexico, Indonesia, and Jordan. The researchers named the new ransomware ShrinkLocker, both for its use of BitLocker and because it shrinks the size of each non-boot partition by 100 MB and splits the newly unallocated space into new primary partitions of the same size.
	</p>

	<p>
		 
	</p>

	<p>
		“Our incident response and malware analysis are evidence that attackers are constantly refining their tactics to evade detection,” the researchers <a href="https://securelist.com/ransomware-abuses-bitlocker/112643/" rel="external nofollow">wrote Friday</a>. “In this incident, we observed the abuse of the native BitLocker feature for unauthorized data encryption.”
	</p>

	<p>
		 
	</p>

	<p>
		ShrinkLocker isn’t the first malware to leverage BitLocker. In 2022, Microsoft <a href="https://www.microsoft.com/en-us/security/blog/2022/09/07/profiling-dev-0270-phosphorus-ransomware-operations/" rel="external nofollow">reported</a> that ransomware attackers with a nexus to Iran also used the tool to encrypt files. That same year, the Russian agricultural business Miratorg was <a href="https://web.archive.org/web/20220322133723/https://fsvps.gov.ru/fsvps/news/47945.html" rel="external nofollow">attacked</a> by ransomware that used BitLocker to encrypt files residing in the system storage of infected devices.
	</p>

	<p>
		 
	</p>

	<p>
		Once installed on a device, ShrinkLocker runs a VisualBasic script that first invokes the Windows Management Instrumentation and Win32_OperatingSystem class to obtain information about the operating system.
	</p>

	<p>
		 
	</p>

	<p>
		“For each object within the query results, the script checks if the current domain is different from the target,” the Kaspersky researchers wrote. “If it is, the script finishes automatically. After that, it checks if the name of the operating system contains 'xp,' '2000,' '2003,' or 'vista,' and if the Windows version matches any one of these, the script finishes automatically and deletes itself.”
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="shrinklocker-01.png" class="ipsImage" data-ratio="55.83" height="195" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2024/05/shrinklocker-01.png">
	</p>

	<div>
		<em>A screenshot showing initial conditions for execution.</em>
	</div>

	<div>
		<em>Kaspersky</em>
	</div>

	<p>
		 
	</p>

	<p>
		The script then continues to use the WMI for querying information about the OS. It goes on to perform the disk resizing operations, which can vary depending on the OS version detected. The ransomware performs these operations only on local, fixed drives. The decision to leave network drives alone is likely motivated by the desire not to trigger network detection protections.
	</p>

	<p>
		 
	</p>

	<p>
		Eventually, ShrinkLocker disables protections designed to secure the BitLocker encryption key and goes on to delete them. It then enables the use of a numerical password, both as a protector against anyone else taking back control of BitLocker and as an encryptor for system data. The reason for deleting the default protectors is to disable key recovery features by the device owner. ShrinkLocker then goes on to generate a 64-character encryption key using random multiplication and replacement of:
	</p>

	<p>
		 
	</p>

	<ul>
		<li aria-level="1">
			A variable with the numbers 0–9;
		</li>
		<li aria-level="1">
			The famous pangram, “The quick brown fox jumps over the lazy dog,” in lowercase and uppercase, which contains every letter of the English alphabet;
		</li>
		<li aria-level="1">
			Special characters.
		</li>
	</ul>

	<p>
		After several additional steps, data is encrypted. The next time the device reboots, the display looks like this:
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="shrinklocker-02.png" class="ipsImage" data-ratio="75.10" height="525" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2024/05/shrinklocker-02.png">
	</p>

	<div>
		<em>Screenshot showing the BitLocker recovery screen.</em>
	</div>

	<div>
		<em>Kaspersky</em>
	</div>

	<p>
		 
	</p>

	<p>
		Decrypting drives without the attacker-supplied key is difficult and likely impossible in many cases. While it is possible to recover some of the passphrases and fixed values used to generate the keys, the script uses variable values that are different on each infected device. These variable values aren’t easy to recover.
	</p>

	<p>
		 
	</p>

	<p>
		There are no protections specific to ShrinkLocker for preventing successful attacks. Kaspersky advises the following:
	</p>

	<p>
		 
	</p>

	<ul>
		<li aria-level="1">
			Use robust, properly configured endpoint protection to detect threats that try to abuse BitLocker;
		</li>
		<li aria-level="1">
			Implement<a href="https://www.kaspersky.com/enterprise-security/managed-detection-and-response" rel="external nofollow"> Managed Detection and Response (MDR)</a> to proactively scan for threats;
		</li>
		<li aria-level="1">
			If BitLocker is enabled, make sure it uses a strong password and that the recovery keys are stored in a secure location;
		</li>
		<li aria-level="1">
			Ensure that users have only minimal privileges. This prevents them from enabling encryption features or changing registry keys on their own;
		</li>
		<li aria-level="1">
			Enable network traffic logging and monitoring. Configure the logging of both GET and POST requests. In case of infection, the requests made to the attacker’s domain may contain passwords or keys;
		</li>
		<li aria-level="1">
			Monitor for events associated with VBS execution and PowerShell, then save the logged scripts and commands to an external repository storing activity that may be deleted locally;
		</li>
		<li aria-level="1">
			Make backups frequently, store them offline, and test them.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		Friday’s report also includes indicators that organizations can use to determine if they have been targeted by ShrinkLocker.
	</p>

	<p>
		 
	</p>

	<p>
		<em>Listing image by <a href="https://www.gettyimages.com/" rel="external nofollow">Getty Images</a></em>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<a href="https://arstechnica.com/security/2024/05/newly-discovered-ransomware-uses-bitlocker-to-encrypt-victim-data/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23339</guid><pubDate>Sat, 25 May 2024 08:09:03 +0000</pubDate></item><item><title>Elon Musk calls Microsoft's controversial AI Recall a "Black Mirror episode" but NPUs will protect your privacy on Copilot+ PCs</title><link>https://nsaneforums.com/news/security-privacy-news/elon-musk-calls-microsofts-controversial-ai-recall-a-black-mirror-episode-but-npus-will-protect-your-privacy-on-copilot-pcs-r23311/</link><description><![CDATA[<h3>
	Windows 11's new Recall feature allows apps to "travel back in time," and Microsoft says your privacy is safe with an NPU.
</h3>

<p>
	Having covered multiple Microsoft events in the past, this week's <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/news/live/microsoft-event-2024-windows-ai-surface-live-blog" href="https://www.windowscentral.com/news/live/microsoft-event-2024-windows-ai-surface-live-blog" rel="external nofollow">special press event</a> where the company unveiled its new lineup of Surface hardware powered by <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/hardware/laptops/what-is-snapdragon-x-elite" href="https://www.windowscentral.com/hardware/laptops/what-is-snapdragon-x-elite" rel="external nofollow">Qualcomm's cutting-edge Snapdragon X Series SoCs</a> (what our Editor-in-chief refers to as <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/arm64-and-ai-and-the-great-reset-in-pcs" href="https://www.windowscentral.com/microsoft/arm64-and-ai-and-the-great-reset-in-pcs" rel="external nofollow">"The Great PC Reset"</a>) was by far the best I've seen yet. 
</p>

<p>
	 
</p>

<p>
	And while we didn't get <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/phones/windows-phone" href="https://www.windowscentral.com/phones/windows-phone" rel="external nofollow">the beloved Windows Phone</a> back or a <em>Surface-themed variant</em>, I'm stoked to see Microsoft go all in on <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/windows-on-arm" href="https://www.windowscentral.com/windows-on-arm" rel="external nofollow">Windows on Arm</a>. We won't have to wait for long to lay hands on these shiny products, either. Microsoft promises that they will be available as early as next month.
</p>

<p>
	 
</p>

<p>
	On the Windows side of things, Microsoft is <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/microsoft-is-bringing-a-wave-of-crazy-next-gen-ai-features-to-windows-11-next-month-heres-who-gets-them" href="https://www.windowscentral.com/software-apps/windows-11/microsoft-is-bringing-a-wave-of-crazy-next-gen-ai-features-to-windows-11-next-month-heres-who-gets-them" rel="external nofollow">bringing a plethora of next-gen AI features to Windows 11 in June</a>, including Recall, Live Captions, Windows Studio effects, and more. However, not everyone will have access to these sophisticated features. This is because they'll require a device with a <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/hardware/what-is-npu-vs-gpu" href="https://www.windowscentral.com/hardware/what-is-npu-vs-gpu" rel="external nofollow">neural processing unit (NPU)</a> that can output up to <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/hardware/laptops/what-is-tops" href="https://www.windowscentral.com/hardware/laptops/what-is-tops" rel="external nofollow">40 TOPS</a> of power. Essentially, you'll need a <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/microsoft-ushers-in-new-era-of-windows-with-copilot-pcs-the-true-next-gen-ai-laptops-are-here" href="https://www.windowscentral.com/software-apps/windows-11/microsoft-ushers-in-new-era-of-windows-with-copilot-pcs-the-true-next-gen-ai-laptops-are-here" rel="external nofollow">Copilot+ PC</a> to access them.
</p>

<h2 id="is-windows-11-apos-s-recall-feature-diabolical-3">
	Is Windows 11's Recall feature diabolical?
</h2>

<div data-nosnippet="">
	<div>
		<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" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube-nocookie.com/embed/iRwBcKMRRaY?feature=oembed" title="Hands-on with Windows 11's new AI Recall, Cocreator, and Studio Effects for Copilot+ PCs!" width="200"></iframe>
			</div>
		</div>

		<p>
			 
		</p>

		<p>
			There's no ETA on when Microsoft plans to ship these new features to 'traditional' Windows PCs in the wake of a new era of Windows PCs supercharged with AI. The Recall feature in particular caught my eye and is perhaps the most interesting feature shipping to Windows 11 next month. Simply put by our Senior Editor Zac Bowden:
		</p>

		<p>
			 
		</p>

		<p>
			<em>"It's a tool that runs in the background and can capture snapshots of everything you see and do on your computer, enabling the ability to search for anything you've ever done on your PC with natural language."</em>
		</p>

		<p>
			 
		</p>

		<p>
			Bowden's report also details that Recall will feature a timeline feature placed at the top of your screen that lets you scroll back based on your search input. The feature can achieve this because it has access to your screen which spans across apps, webpages, pictures, and more. Think of it like <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/microsoft-updates-windows-11s-photos-app-with-new-slideshow-options-brings-back-spot-fixing-tool" href="https://www.windowscentral.com/software-apps/windows-11/microsoft-updates-windows-11s-photos-app-with-new-slideshow-options-brings-back-spot-fixing-tool" rel="external nofollow">Microsoft Photos' scrollbar feature</a> that lets you scheme through photos taken years ago in seconds, but the only difference here is that Recall has higher clearance to more than just photos.
		</p>

		<p>
			 
		</p>

		<p>
			I know, what does this mean for your privacy and security? Microsoft categorically stated that the feature is <em>100% privacy-focused</em>. Simply put, the company won't use any of the data accessed by Recall to train its models. 
		</p>

		<p>
			 
		</p>

		<div id="slice-container-newsletterForm-articleInbodyContent-5C9Qc5qd63VbTUtyyCYNFW">
			<div data-hydrate="true">
				<p>
					This is because Recall runs on-device NPU, which essentially places you in the driver's seat with <em>absolute control</em> over how your data is handled. You can also restrict the feature from grabbing screenshots from specific apps or websites (which are stored locally on your PC). Users can also choose how long they'd like to have the screenshots stored and how much space is dedicated to this function. Lastly, you can <em>turn off the feature</em> if you don't find it useful.
				</p>

				<h2 id="100-privacy-focused-but-concern-continues-to-riddle-users-3">
					100% privacy-focused, but concern continues to riddle users
				</h2>

				<p>
					<img alt="pvLKeTndhtZqPypR6H42Sf-970-80.jpg.webp" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://cdn.mos.cms.futurecdn.net/pvLKeTndhtZqPypR6H42Sf-970-80.jpg.webp">
				</p>

				<p>
					<em><span itemprop="copyrightHolder">(Image credit: Future)</span></em>
				</p>

				<p>
					 
				</p>

				<p>
					Microsoft's just-announced Recall is a neat and handy feature that could potentially revolutionize how we interact with Windows PCs forever, saving time and resources while simultaneously promoting efficiency and effectiveness. That's one of the benefits of having access to AI anyway. 
				</p>

				<p>
					 
				</p>

				<p>
					However, I've been silently keeping tabs on users' responses and reactions to the new feature. Right now, everything is sort of in the middle ground. No one is playing it too safe or throwing caution to the wind and exploring the wild side of things where an AI-powered feature spies on everything you're doing on your PC. 
				</p>

				<p>
					 
				</p>

				<p>
					Users' privacy and security are warranted if the past has taught us anything.
				</p>

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

						<div class="ipsEmbeddedOther" contenteditable="false">
							<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="4f71805ec294e02e6dc5f18aa4814b95" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/elonmusk/status/1792690964672450971?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1792690964672450971%257Ctwgr%255E317156201ba27480d0c0b416b14538e9f643f38a%257Ctwcon%255Es1_%26ref_url=https://www.windowscentral.com/software-apps/windows-11/elon-musk-calls-microsofts-controversial-ai-recall-a-black-mirror-episode-but-npus-will-protect-your-privacy-on-copilot-pcs"></iframe>
						</div>

						<p>
							In an interview with <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.wsj.com/tech/personal-tech/microsoft-ceo-satya-nadella-interview-ai-laptops-76eef1e1" href="https://www.wsj.com/tech/personal-tech/microsoft-ceo-satya-nadella-interview-ai-laptops-76eef1e1" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">The Wall Street Journal's Joanna Stern</a>, Microsoft CEO Satya Nadella indicated: 
						</p>

						<p>
							 
						</p>

						<p>
							<em>"One of the dreams we've always had is how do we introduce memory. Right? Photographic memory into what you do on your PC? And now we have it. So it's called Recall. It's not a keyword search, right, it's a semantic search over all your history. And it is not just about any document. It can recreate moments from the past essentially."</em>
						</p>

						<p>
							 
						</p>

						<p>
							Microsoft's 100% privacy-focused promise for its Recall feature is seemingly being taken with a pinch of salt. Billionaire Elon Musk has blatantly expressed his reservations about the feature, while comparing it to a Black Mirror episode. He outrightly indicated that he'll be turning off the enabled-by-default feature once it ships.
						</p>

						<p>
							 
						</p>

						<p>
							Musk's sentiments are echoed loudly across social media platforms, with a user in Reddit's r/Windows 11 subreddit indicating that <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.reddit.com/r/Windows11/comments/1cxwqu8/i_think_im_done_after_20_years_of_using_windows/?share_id=GJgq12GDsqB0UM8hN8k44&amp;utm_content=1&amp;utm_medium=ios_app&amp;utm_name=ioscss&amp;utm_source=share&amp;utm_term=1" href="https://www.reddit.com/r/Windows11/comments/1cxwqu8/i_think_im_done_after_20_years_of_using_windows/?share_id=GJgq12GDsqB0UM8hN8k44&amp;utm_content=1&amp;utm_medium=ios_app&amp;utm_name=ioscss&amp;utm_source=share&amp;utm_term=1" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">it might be time to transition to Linux from Windows after 20 years</a> of being an avid Windows user. 
						</p>

						<p>
							 
						</p>

						<blockquote class="QuoteNewsStyle">
							<a data-hl-processed="none" data-url="https://www.reddit.com/r/Windows11/comments/1cxwqu8/i_think_im_done_after_20_years_of_using_windows" href="https://www.reddit.com/r/Windows11/comments/1cxwqu8/i_think_im_done_after_20_years_of_using_windows" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">I think I'm done. After 20 years of using Windows</a> from <a data-hl-processed="none" data-url="https://www.reddit.com/r/Windows11" href="https://www.reddit.com/r/Windows11" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">r/Windows11</a>
						</blockquote>

						<p>
							<em>"This is ridiculous. What in the world are Microsoft executives thinking with this extreme spyware?</em>
						</p>

						<p>
							 
						</p>

						<p>
							<em>Just imagine: By 2025, the only PC people will be able to buy is this Copliot+ nonsense. Most people won't know about it or change their settings. And the security risk and attack surface of this thing is INSANE. And it won't censor sensitive information? This is a hacker's, law enforcement's, oppressive government's wet dream.</em>
						</p>

						<p>
							 
						</p>

						<p>
							<em>This is f**king outrageous.</em>
						</p>

						<p>
							 
						</p>

						<p>
							<em>I've been thinking about switching to Linux, but now I want to switch as soon as possible."</em>
						</p>

						<p>
							 
						</p>

						<p>
							Microsoft's Recall feature is quite impressive, and I can't wait to try it out. It'll improve and enhance how I interact with my PC — a straightforward way to 'recall' where I saw <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/microsoft-is-finally-getting-its-windows-ui-platform-act-together-with-winui-3-and-wpf" href="https://www.windowscentral.com/software-apps/windows-11/microsoft-is-finally-getting-its-windows-ui-platform-act-together-with-winui-3-and-wpf" rel="external nofollow">Microsoft announcing WinUI 3 joining WPF as the recommended native UI platform for Windows</a> in my broad list of <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/tag/microsoft-build-2024" href="https://www.windowscentral.com/tag/microsoft-build-2024" rel="external nofollow">Microsoft Build 2024</a> embargo documents. But the privacy and security concerns are valid, hopefully, the on-device NPU will have a definite answer.
						</p>

						<p>
							 
						</p>

						<p>
							<a href="https://www.windowscentral.com/software-apps/windows-11/elon-musk-calls-microsofts-controversial-ai-recall-a-black-mirror-episode-but-npus-will-protect-your-privacy-on-copilot-pcs" rel="external nofollow">Source</a>
						</p>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">23311</guid><pubDate>Thu, 23 May 2024 19:23:35 +0000</pubDate></item><item><title>Lawyers say OpenAI could be in real trouble with Scarlett Johansson</title><link>https://nsaneforums.com/news/security-privacy-news/lawyers-say-openai-could-be-in-real-trouble-with-scarlett-johansson-r23305/</link><description><![CDATA[<h3>
	Scarlett Johansson could invoke right to publicity laws in California to protect her against further use of ChatGPT’s Sky voice.
</h3>

<div>
	<div class="duet--article--article-body-component">
		<p>
			OpenAI could face legal consequences for making a ChatGPT voice that sounds a lot like Scarlett Johansson — whether the company did so intentionally or not. And the fact that OpenAI’s CEO referenced those similarities? That only makes matters worse, intellectual property lawyers tell <em>The Verge</em>.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			“There are a few courses of actions she can take, but case law supports her position,” says Purvi Patel Albers, partner at the law firm Haynes Boone with a focus on trademarks and copyright.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			After demoing updates to ChatGPT last week, OpenAI spurred commentary and headlines noting that the voice of its AI assistant — named Sky — sounded a lot like Johansson, especially her performance as an AI assistant in the movie <em>Her</em>.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component clear-both block md:float-left md:mr-30 md:w-[320px] lg:-ml-100">
		<div class="duet--article--article-pullquote mb-20">
			<p>
				Past celebrity likeness lawsuits “have clear implications for AI voice clones”
			</p>

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

	<div class="duet--article--article-body-component">
		<p>
			Albers says that Johansson and other celebrities can invoke right to publicity laws, which protect identifying features of a person from being used without their permission. “If you misappropriate someone’s name, likeness, or voice, you could be violating their right to publicity,” Albers says.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Celebrities have previously won cases over similar-sounding voices in commercials. In 1988, <a href="https://law.justia.com/cases/federal/appellate-courts/F2/849/460/37485/" rel="external nofollow">Bette Midler sued Ford</a> for hiring one of her backup singers for an ad and instructing the singer to “sound as much as possible like the Bette Midler record.” Midler had refused to be in the commercial. That same year, <a href="http://law2.umkc.edu/faculty/projects/ftrials/communications/waits.html" rel="external nofollow">Tom Waits sued Frito-Lay</a> for voice misappropriation after the company’s ad agency got someone to imitate Waits for a parody of his song in a Doritos commercial. Both cases, filed in California courts, were decided in the celebrities’ favor. The wins by Midler and Waits “have clear implications for AI voice clones,” says Christian Mammen, a partner at Womble Bond Dickinson who specializes in intellectual property law.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			To win in these cases, celebrities generally have to prove that their voice or other identifying features are unregistered trademarks and that, by imitating them, consumers could connect them to the product being sold, even if they’re not involved. That means identifying what is “distinctive” about her voice — something that may be easier for a celebrity who played an AI assistant in an Oscar-winning movie.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			What makes things difficult is <a href="https://www.theverge.com/2023/9/21/23836337/music-generative-ai-voice-likeness-regulation" rel="external nofollow">the lack of federal right to publicity laws</a> — instead, the laws are state by state, and not all states have one on the books. Each state also designs its likeness laws differently; for example, <a href="https://www.nysenate.gov/legislation/bills/2019/S5959" rel="external nofollow">New York recognizes every individual</a> has the right to control the commercial use of personal characteristics like their name, picture, voice, and even their signature. This right extends to a deceased person, whose estate must give prior consent for the use of a computer-generated replica. California, where OpenAI is headquartered, does not mention using digital replicas like AI-generated voices in its law. But <a href="https://www.dmlp.org/legal-guide/california-right-publicity-law#:~:text=Generally%20speaking%2C%20the%20Right%20of,and%20a%20common%20law%20right." rel="external nofollow">California protects a living person’s voice</a> from being used in commercial activities without consent. It states that using a person’s “identity,” whether a voice, face, or name, could violate these protections.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component clear-both block md:float-left md:mr-30 md:w-[320px] lg:-ml-100">
		<div class="duet--article--article-pullquote mb-20">
			<p>
				Even though OpenAI didn’t mention Johansson, consumers pointed out the similarities
			</p>

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

	<div class="duet--article--article-body-component">
		<p>
			“The Ninth Circuit held that a celebrity with a distinctive voice could recover against someone who used a voice impersonator to create the impression that the celebrity had endorsed the product or was speaking in the advertisement,”<strong> </strong>Mammen says.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Johansson has not sued OpenAI, but she has lawyered up. On Monday, Johansson said that she had <a href="https://www.theverge.com/2024/5/20/24161253/scarlett-johansson-openai-altman-legal-action" rel="external nofollow">hired legal counsel</a> to draft letters to OpenAI asking for an explanation about how the voice of Sky was created. Johansson said OpenAI had previously reached out to her about voicing the assistant and that she had refused the company’s request. 
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			OpenAI says it <a href="https://www.theverge.com/2024/5/13/24155652/chatgpt-voice-mode-gpt4o-upgrades" rel="external nofollow">did not intend for the Sky</a> voice to sound like Johansson, but that doesn’t necessarily protect the company. Albers says that even though OpenAI did not explicitly mention Johansson, consumers were already pointing out the similarities. The commentary began while OpenAI’s demo of ChatGPT-4o was ongoing, and <em>Saturday Night Live</em> even joked about it. 
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Sam Altman, OpenAI’s CEO, may have complicated matters further. Altman posted the word “her” on X as the company’s event was happening last week, seemingly referencing the demo’s similarity to what was portrayed in the film. Albers says that could fuel the public’s opinion that the voice is meant to imitate Johansson.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			OpenAI has pulled the voice of Sky for the time being, which could quell Johansson’s concerns. But Albers says OpenAI could further Johansson’s ire if they put the Sky voice back and it still sounds like the actor.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			“The question we need to ask is why on Earth did OpenAI do this?” Albers says. “[Johansson] is a known <a href="https://www.theverge.com/2021/7/29/22600396/scarlett-johansson-suing-disney-black-widow-release" rel="external nofollow">advocate for protecting her rights</a>, so she’s not going to shy away from going against them.”
		</p>

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

<p>
	<a href="https://www.theverge.com/2024/5/22/24162429/scarlett-johansson-openai-legal-right-to-publicity-likeness-midler-lawyers" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23305</guid><pubDate>Thu, 23 May 2024 07:52:36 +0000</pubDate></item><item><title>Microsoft's new Windows 11 Recall is a privacy nightmare</title><link>https://nsaneforums.com/news/security-privacy-news/microsofts-new-windows-11-recall-is-a-privacy-nightmare-r23299/</link><description><![CDATA[<p>
	Microsoft's announcement of the new AI-powered Windows 11 Recall feature has sparked a lot of concern, with many thinking that it has created massive privacy risks and a new attack vector that threat actors can exploit to steal data.
</p>

<p>
	 
</p>

<p>
	Revealed during a Monday AI event, the feature is designed to help "recall" information you have looked at in the past, making it easily accessible via a simple search.
</p>

<p>
	 
</p>

<p>
	While it's currently only available on Copilot+ PCs running Snapdragon X ARM processors, Microsoft says they are working with Intel and AMD to create compatible CPUs.
</p>

<p>
	 
</p>

<p>
	Recall works by taking a screenshot of your active window every few seconds, recording everything you do in Windows for up to three months by default.
</p>

<p>
	 
</p>

<p>
	These snapshots will be analyzed by the on-device Neural Processing Unit (NPU) and an AI model to extract data from the screenshot. The data will be saved in a semantic index, allowing Windows users to browse through the snapshot history or search using human language queries.
</p>

<p>
	 
</p>

<div style="">
	<p>
		<img alt="windows-11-recal.jpg" class="ipsImage" data-ratio="75.10" height="450" width="720" src="https://www.bleepstatic.com/images/news/Microsoft/windows-11/r/recall/windows-11-recal.jpg">
	</p>

	<div>
		<em>Windows 11 Recall</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	Microsoft says that all of this data is encrypted using BitLocker tied to the user's Windows account and is not shared with other users on the same device.
</p>

<p>
	 
</p>

<p>
	While this sounds fun and interesting, it immediately raised concerns about obvious privacy risks and whether Microsoft plans on gobbling up all of this data.
</p>

<p>
	 
</p>

<p>
	However, Microsoft says Recall has been designed so that all of the data is saved directly on the user's device in an encrypted format, providing users with complete control over the feature, including if it's enabled and what apps it can take screenshots of.
</p>

<p>
	 
</p>

<div class="fan_quote">
	<p>
		"Recall is a key part of what makes Copilot+ PCs special, and Microsoft built privacy into Recall's design from the ground up. On Copilot+ PCs powered by a Snapdragon® X Series processor, you will see the Recall taskbar icon after you first activate your device. You can use that icon to open Recall's settings and make choices about what snapshots Recall collects and stores on your device. You can limit which snapshots Recall collects; for example, you can select specific apps or websites visited in a supported browser to filter out of your snapshots. In addition, you can pause snapshots on demand from the Recall icon in the system tray, clear some or all snapshots that have been stored, or delete all the snapshots from your device."
	</p>

	<p>
		 
	</p>
	❖ Microsoft
</div>

<p>
	Microsoft also says it will not create screenshots of Microsoft Edge's InPrivate windows (and other Chromium-based browsers) or content protected by DRM. However, they have not confirmed whether other browser's private modes, like Firefox, will be supported.
</p>

<p>
	 
</p>

<p>
	In a Monday press event, Yusuf Mehdi, Corporate Vice President &amp; Consumer Chief Marketing Officer, assured journalists that Microsoft is taking a very conservative approach with Recall.
</p>

<p>
	 
</p>

<p>
	"We're going to keep your Recall index private and local and secure on just the device," said Mehdi.
</p>

<p>
	 
</p>

<p>
	"We won't use any of that information to train any AI model, and we put you completely in control with the ability to edit and delete anything that is captured."
</p>

<p>
	 
</p>

<p>
	Furthermore, Microsoft also reiterated to BleepingComputer that data for Recall will only be available locally and not be stored in the cloud, with the company once again restating that "data is not accessed by Microsoft."
</p>

<p>
	 
</p>

<p>
	Microsoft has also started to share more technical details, such as <a href="https://learn.microsoft.com/en-us/windows/client-management/manage-recall#configure-policies-for-recall" rel="external nofollow" target="_blank">group policies</a> that can be used to disable Recall company-wide and how end users can <a href="https://support.microsoft.com/en-us/windows/privacy-and-control-over-your-recall-experience-d404f672-7647-41e5-886c-a3c59680af15" rel="external nofollow" target="_blank">disable the feature</a>.
</p>

<h2>
	Cybersecurity experts and regular users still concerned
</h2>

<p>
	Microsoft's promises have not done much to reassure the cybersecurity community or its customers, with <a data-sk="tooltip_parent" data-stringify-link="https://x.com/BleepinComputer/status/1792631130983706926" delay="150" href="https://x.com/BleepinComputer/status/1792631130983706926" rel="external nofollow" target="_blank">our tweet</a> regarding this new feature receiving over 90 comments, all negative.
</p>

<p>
	 
</p>

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

<p>
	So, why are most cybersecurity experts, researchers, and analysts so worried about this feature?
</p>

<p>
	 
</p>

<p>
	First and foremost, large companies have a history of exploiting users' data for their own profit, making it <a data-sk="tooltip_parent" data-stringify-link="https://x.com/MegaMarian12350/status/1792642295814082659" delay="150" href="https://x.com/MegaMarian12350/status/1792642295814082659" rel="external nofollow" target="_blank">hard for users to trust Microsoft</a> when they say they won't access the Recall data.
</p>

<p>
	 
</p>

<p>
	Users are not alone, as the United Kingdom's data protection agency, the Information Commissioner's Office (ICO), is also contacting Microsoft to ensure that users' data will be properly safeguarded and not used by the company.
</p>

<p>
	 
</p>

<p>
	"We expect organisations to be transparent with users about how their data is being used and only process personal data to the extent that it is necessary to achieve a specific purpose. Industry must consider data protection from the outset and rigorously assess and mitigate risks to peoples' rights and freedoms before bringing products to market," reads a <a href="https://ico.org.uk/about-the-ico/media-centre/news-and-blogs/2024/05/statement-in-response-to-microsoft-recall-feature/" rel="external nofollow" target="_blank">press statement</a> from the ICO.
</p>

<p>
	 
</p>

<p>
	"We are making enquiries with Microsoft to understand the safeguards in place to protect user privacy."
</p>

<p>
	 
</p>

<p>
	Even if we accept that Microsoft will not access Recall data, there are still massive security and privacy implications with this product.
</p>

<p>
	 
</p>

<p>
	Microsoft admits that the feature performs no content moderation, meaning it will gobble up anything it sees, including passwords in a password manager or your account numbers on your banking website.
</p>

<p>
	 
</p>

<p>
	Or if you are in Word, writing a confidential agreement, a screenshot of that content will be created, too. If you have a single PC and share it with others, then you may want to be careful about what pictures or videos you look at, as, guess what, those will be recorded as well.
</p>

<p>
	 
</p>

<p>
	Yes, you can block apps from being screenshotted by this feature, but most people will just let it run without mucking around with the feature's settings.
</p>

<p>
	 
</p>

<p>
	All of this information is now stored in Windows 11's semantic index and easily searchable by anyone with access to your PC, whether authorized or not.
</p>

<p>
	 
</p>

<p>
	That's just the tip of the iceberg, though.
</p>

<p>
	 
</p>

<p>
	If a threat actor or malware compromised your device, all of this data will already be decrypted by Bitlocker, making it accessible to the hacker. 
</p>

<p>
	 
</p>

<p>
	For example, a threat actor or malware could simply steal a Recall database and upload it to their own servers for analysis. This information could then be used to extort users or potentially breach user's accounts if credentials were exposed.
</p>

<p>
	 
</p>

<p>
	Cybersecurity expert Kevin Beaumont, known to be an outspoken critic of Microsoft at times, also expressed concern about how this feature creates a massive attack surface, likening it to a keylogger "baked into Windows."
</p>

<p>
	 
</p>

<p>
	"If you look at what has happened historically with infostealer malware — malicious software snuck onto PCs — it has pivoted to automatically steal browser passwords stored locally," Beaumont explained in a <a href="https://doublepulsar.com/how-the-new-microsoft-recall-feature-fundamentally-undermines-windows-security-aa072829f218" rel="external nofollow" target="_blank">new blog post</a>.
</p>

<p>
	 
</p>

<p>
	"In other words, if a malicious threat actor gains access to a system, they already steal important databases stored locally. They can just extend this to steal information recorded by Copilot's Recall feature."
</p>

<p>
	 
</p>

<p>
	And it's not only information-stealing malware, as enterprise-targeting malware like TrickBot had previously included modules that would<a href="https://www.bleepingcomputer.com/news/security/trickbot-now-steals-windows-active-directory-credentials/" target="_blank" rel="external nofollow"> steal a domain's Active Directory database</a> for offline cracking of credentials. There is nothing to stop malware from taking a similar approach and stealing the Recall databases as well.
</p>

<p>
	 
</p>

<p>
	Microsoft has always taken the stance with vulnerabilities and attacks that once a device is compromised, all bets are off, and security boundaries are thrown out the window.
</p>

<p>
	 
</p>

<p>
	Basically, you got infected or fell for a social engineering attack, so it's your fault all these bad things will happen to you.
</p>

<p>
	 
</p>

<p>
	However, as Microsoft is one of, if not <strong>the</strong>, largest caretakers of consumer data and computing security, it seems irresponsible to introduce additional risk into an already risky environment.
</p>

<p>
	 
</p>

<p>
	While we can go on and on expressing how this feature is a massive privacy risk, I will instead leave you with this quote from <a href="https://blogs.microsoft.com/blog/2024/05/03/prioritizing-security-above-all-else/" rel="external nofollow" target="_blank">Microsoft's recent pledge</a> to prioritize security above all else.
</p>

<p>
	 
</p>

<p>
	"If you're faced with the tradeoff between security and another priority, your answer is clear: <strong>Do security</strong>. In some cases, this will mean prioritizing security above other things we do, such as releasing new features or providing ongoing support for legacy systems," Microsoft's CEO Satya Nadella said in an email to Microsoft employees.
</p>

<p>
	 
</p>

<p>
	"This is key to advancing both our platform quality and capability such that we can protect the digital estates of our customers and build a safer world for all."
</p>

<p>
	 
</p>

<p>
	<em>Update 5/22/24: This article previously said Microsoft is working with Intel and AMD to make all Windows 11 devices compatible, when they are instead working with them to make compatible CPUs.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/microsofts-new-windows-11-recall-is-a-privacy-nightmare/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23299</guid><pubDate>Thu, 23 May 2024 07:44:08 +0000</pubDate></item><item><title>Microsoft shares more info about privacy controls in the new 'Recall' feature in Windows 11</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-shares-more-info-about-privacy-controls-in-the-new-recall-feature-in-windows-11-r23294/</link><description><![CDATA[<p>
	Microsoft <a href="https://www.neowin.net/news/windows-11s-ai-explorer-debuts-as-recall-a-feature-that-remembers-everything-you-do/" rel="external nofollow">officially unveiled</a> the "Recall" feature at its special event on May 20, 2024. The company pitched it as a new experience with "photographic" memory, capable of remembering literally everything you do on your computer so that you can go back to any app or file whenever you like it. Naturally, that sounds very fishy to some users, so Microsoft published a new support page with a detailed explanation of available privacy controls.
</p>

<p>
	 
</p>

<p>
	<img alt="1716386911_recall.jpg" class="ipsImage" data-ratio="65.83" height="450" width="720" src="https://cdn.neowin.com/news/images/uploaded/2024/05/1716386911_recall.jpg">
</p>

<p>
	 
</p>

<p>
	Microsoft says right off the bat that all the processing and snapshot storing happens on-device only. Windows 11 should not send any of that data to Microsoft or third parties. That also means you can use Recall without an internet connection. In addition, Windows 11 encrypts snapshots so that nobody can access your activities. Finally, users can pause or turn off the experience, filter apps, and delete taken snapshots at any time.
</p>

<p>
	 
</p>

<p>
	Windows 11 will notify you about Recall during the initial setup experience and offer you the option to customize some of its parts. Once turned on, Recall will place an icon in the tray area to notify you that the operating system is taking snapshots of what is going on. Clicking the icon will let you pause snapshots, open Racall, or go to Settings.
</p>

<p>
	 
</p>

<p>
	<img alt="1716386903_recall_ui.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2024/05/1716386903_recall_ui.jpg">
</p>

<p>
	 
</p>

<p>
	Speaking of settings, Recall options will sit under Privacy &amp; Security &gt; Recall &amp; Snapshots. Available customization includes the ability to tweak how much space Windows reserves for snapshots, filtered apps, filtered websites, and more. Note, however, that website filters will only work in Microsoft Edge and other Chromium-based browsers.
</p>

<p>
	 
</p>

<p>
	You can learn more about privacy measures Microsoft uses in the new Recall experience in <a href="https://support.microsoft.com/en-us/windows/privacy-and-control-over-your-recall-experience-d404f672-7647-41e5-886c-a3c59680af15" rel="external nofollow">a document</a> on the official support page. The first Copilot+ PCs with Recall and other AI-based experiences will start shipping in June 2024 (some features will arrive later).
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-shares-more-info-about-privacy-controls-in-the-new-recall-feature-in-windows-11/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	You're welcome.
</p>
]]></description><guid isPermaLink="false">23294</guid><pubDate>Wed, 22 May 2024 16:00:02 +0000</pubDate></item><item><title>Two students find security bug that could let millions do laundry for free</title><link>https://nsaneforums.com/news/security-privacy-news/two-students-find-security-bug-that-could-let-millions-do-laundry-for-free-r23255/</link><description><![CDATA[<h3>
	Who could have seen a free laundry exploit for internet-connected laundry machines coming?
</h3>

<div>
	<div class="duet--article--article-body-component">
		<p>
			A security lapse could let millions of college students do free laundry, thanks to one company. That’s because of a vulnerability that two University of California, Santa Cruz students found in internet-connected washing machines in commercial use in several countries, <a href="https://techcrunch.com/2024/05/17/csc-serviceworks-free-laundry-million-machines/" rel="external nofollow">according to <em>TechCrunch</em></a>.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			The two students, Alexander Sherbrooke and Iakov Taranenko, apparently exploited an API for the machines’ app to do things like remotely command them to work without payment and update a laundry account to show it had millions of dollars in it. The company that owns the machines, CSC ServiceWorks, claims to have <a href="https://www.cscsw.com/about-us/" rel="external nofollow">more than a million laundry and vending machines</a> in service at colleges, multi-housing communities, laundromats, and more in the US, Canada, and Europe.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			CSC never responded when Sherbrooke and Taranenko reported the vulnerability via emails and a phone call in January, <em>TechCrunch </em>writes. Despite that, the students told the outlet that the company “quietly wiped out” their false millions after they contacted it.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			The lack of response led them to tell others about their findings. That includes that the company has a <a href="https://web.archive.org/web/20240120071238/https://mycscgo.com/api/v1/docs/static/index.html" rel="external nofollow">published list of commands</a>, which the two told <em>TechCrunch </em>enables connecting to all of CSC’s network-connected laundry machines. CSC ServiceWorks didn’t immediately respond to <em>The Verge’</em>s request for comment.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			CSC’s vulnerability is a good reminder that the security situation with the internet of things still isn’t sorted out. For the exploit the students found, maybe CSC shoulders the risk, but in other cases, lax cybersecurity practices have made it possible for hackers or company contractors to view <a href="https://www.theverge.com/23573362/anker-eufy-security-camera-answers-encryption" rel="external nofollow">strangers’ security</a> <a href="https://www.theverge.com/2023/5/31/23744369/amazon-ring-doorbell-ftc-privacy-spying-settlement" rel="external nofollow">camera footage</a> or <a href="https://www.theverge.com/2023/5/16/23725290/wemo-smart-plug-v2-smart-home-security-vulnerability" rel="external nofollow">gain access to smart plugs</a>.
		</p>

		<p>
			 
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p>
			Often, security researchers find these security holes and report them before they can be exploited in the wild. But that’s not helpful if the company responsible for them doesn’t respond.
		</p>
	</div>

	<div class="duet--article--article-body-component">
		 
	</div>
</div>

<p>
	<a href="https://www.theverge.com/2024/5/19/24160383/students-security-bug-laundry-machines-csc-serviceworks" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23255</guid><pubDate>Mon, 20 May 2024 07:16:03 +0000</pubDate></item><item><title>Slack users horrified to discover messages used for AI training</title><link>https://nsaneforums.com/news/security-privacy-news/slack-users-horrified-to-discover-messages-used-for-ai-training-r23228/</link><description><![CDATA[<h3>
	Slack says policy changes are imminent amid backlash.
</h3>

<div class="article-content post-page" itemprop="articleBody">
	
	<p>
		After <a href="https://slack.com/blog/news/slack-ai-has-arrived" rel="external nofollow">launching</a> Slack AI in February, Slack appears to be digging its heels in, defending its vague <a href="https://slack.com/intl/en-gb/trust/data-management/privacy-principles" rel="external nofollow">policy</a> that by default sucks up customers' data—including messages, content, and files—to train Slack's global AI models.
	</p>

	<p>
		 
	</p>

	<p>
		<a href="https://www.threads.net/@aaronjmaurer/post/C7C2-NPuL61" rel="external nofollow">According to Slack engineer Aaron Maurer</a>, Slack has explained in a <a href="https://slack.engineering/how-we-built-slack-ai-to-be-secure-and-private/" rel="external nofollow">blog</a> that the Salesforce-owned chat service does not train its large language models (LLMs) on customer data. But Slack's policy may need updating "to explain more carefully how these privacy principles play with Slack AI," Maurer wrote on Threads, partly because the policy "was originally written about the search/recommendation work we've been doing for years prior to Slack AI."
	</p>

	<p>
		 
	</p>

	<p>
		Maurer was responding to a Threads <a href="https://www.threads.net/@gergelyorosz_/post/C7CtYPOIkPA" rel="external nofollow">post</a> from engineer and writer Gergely Orosz, who called for companies to opt out of data sharing until the policy is clarified, not by a blog, but in the actual policy language.
	</p>

	<p>
		 
	</p>

	<p>
		"An ML engineer at Slack says they don’t use messages to train LLM models," Orosz wrote. "My response is that the current terms allow them to do so. I’ll believe this is the policy when it’s in the policy. A blog post is not the privacy policy: every serious company knows this."
	</p>

	<p>
		 
	</p>

	<p>
		The tension for users becomes clearer if you compare Slack's privacy principles with how the company touts Slack AI.
	</p>

	<p>
		 
	</p>

	<p>
		Slack's privacy principles specifically say that "Machine Learning (ML) and Artificial Intelligence (AI) are useful tools that we use in limited ways to enhance our product mission. To develop AI/ML models, our systems analyze Customer Data (e.g. messages, content, and files) submitted to Slack as well as other information (including usage information) as defined in our privacy policy and in your customer agreement."
	</p>

	<p>
		 
	</p>

	<p>
		Meanwhile, <a href="https://slack.com/features/ai" rel="external nofollow">Slack AI's page</a> says, "Work without worry. Your data is your data. We don't use it to train Slack AI."
	</p>

	<p>
		 
	</p>

	<p>
		Because of this incongruity, users called on Slack to update the privacy principles to make it clear how data is used for Slack AI or any future AI updates. According to a Salesforce spokesperson, the company has agreed an update is needed.
	</p>

	<p>
		 
	</p>

	<p>
		"Yesterday, some Slack community members asked for more clarity regarding our privacy principles," Salesforce's spokesperson told Ars. "We’ll be updating those principles today to better explain the relationship between customer data and generative AI in Slack."
	</p>

	<p>
		 
	</p>

	<p>
		The spokesperson told Ars that the policy updates will clarify that Slack does not "develop LLMs or other generative models using customer data," "use customer data to train third-party LLMs" or "build or train these models in such a way that they could learn, memorize, or be able to reproduce customer data." The update will also clarify that "Slack AI uses off-the-shelf LLMs where the models don't retain customer data," ensuring that "customer data never leaves Slack's trust boundary, and the providers of the LLM never have any access to the customer data."
	</p>

	<p>
		 
	</p>

	<p>
		These changes, however, do not seem to address a key concern for users who never explicitly consented to sharing chats and other Slack content for use in AI training.
	</p>

	<h2>
		Users opting out of sharing chats with Slack
	</h2>

	<p>
		This controversial policy is not new. Wired <a href="https://www.wired.com/story/how-to-stop-your-data-from-being-used-to-train-ai/" rel="external nofollow">warned</a> about it in April, and TechCrunch <a href="https://techcrunch.com/2024/05/17/slack-under-attack-over-sneaky-ai-training-policy/" rel="external nofollow">reported</a> that the policy has been in place since at least September 2023.
	</p>

	<p>
		 
	</p>

	<p>
		But widespread backlash began swelling last night on <a href="https://news.ycombinator.com/item?id=40383978&amp;ref=thestack.technology" rel="external nofollow">Hacker News</a>, where Slack users called out the chat service for seemingly failing to notify users about the policy change, instead quietly opting them in by default. To critics, it felt like there was no benefit to opting in for anyone but Slack.
	</p>

	<p>
		 
	</p>

	<p>
		From there, the backlash spread to social media, where SlackHQ hastened to clarify Slack's terms with explanations that did not seem to address all the criticism.
	</p>

	<p>
		 
	</p>

	<p>
		"I'm sorry Slack, you're doing fucking WHAT with user DMs, messages, files, etc?" Corey Quinn, the chief cloud economist for a cost management company called Duckbill Group, <a href="https://x.com/QuinnyPig/status/1791220276350390575" rel="external nofollow">posted</a> on X. "I'm positive I'm not reading this correctly."
	</p>

	<p>
		 
	</p>

	<p>
		SlackHQ <a href="https://x.com/SlackHQ/status/1791278012979130432" rel="external nofollow">responded</a> to Quinn after the economist declared, "I hate this so much," and confirmed that he had opted out of data sharing in his paid workspace.
	</p>

	<p>
		 
	</p>

	<p>
		"To clarify, Slack has platform-level machine-learning models for things like channel and emoji recommendations and search results," SlackHQ posted. "And yes, customers can exclude their data from helping train those (non-generative) ML models. Customer data belongs to the customer."
	</p>

	<p>
		 
	</p>

	<p>
		Later in the thread, SlackHQ noted, "Slack AI—which is our generative AI experience natively built in Slack—[and] is a separately purchased add-on that uses Large Language Models (LLMs) but does not train those LLMs on customer data."
	</p>

	<p>
		 
	</p>
</div>

<div class="article-content post-page" itemprop="articleBody">
	<p>
		Opting out is not necessarily straightforward, and individuals currently cannot opt out unless their entire organization opts out.
	</p>

	<p>
		 
	</p>

	<p>
		"You can always quit your job, right?" a Hacker News commenter joked.
	</p>

	<p>
		 
	</p>

	<p>
		And rather than adding a button to immediately turn off the firehose, Slack instructs customers to use a very specific subject line and contact Slack directly to stop sharing data:
	</p>

	<p>
		 
	</p>

	<blockquote class="QuoteNewsStyle">
		<p>
			Contact us to opt out. If you want to exclude your Customer Data from Slack global models, you can opt out. To opt out, please have your org, workspace owners or primary owner contact our Customer Experience team at feedback@slack.com with your workspace/org URL and the subject line ‘Slack global model opt-out request’. We will process your request and respond once the opt-out has been completed.
		</p>
	</blockquote>

	<p>
		"Where is the opt-out button?" one Threads user asked Maurer.
	</p>

	<p>
		 
	</p>

	<p>
		Many commenters on Hacker News, Threads, and X confirmed that they were opting out after reading Slack's policy, as well as urging their organizations to consider using other chat services. Ars also chose to opt out today.
	</p>

	<p>
		 
	</p>

	<p>
		However, it remains unclear what exactly happens when users opt out. Commenters on Hacker News slammed Slack for failing to explain whether opting out deletes data from the models or "what exactly does the customer support rep do on their end to opt you out."
	</p>

	<p>
		 
	</p>

	<p>
		"You can't exactly go into the model and 'erase' parts of the corpus post-hoc," one commenter suggested.
	</p>

	<p>
		 
	</p>

	<p>
		All Slack's privacy principles state that "if you opt out, Customer Data on your workspace will only be used to improve the experience on your own workspace and you will still enjoy all of the benefits of our globally trained AI/ML models without contributing to the underlying models."
	</p>

	<h2>
		Slack’s consent model seems to conflict with GDPR
	</h2>

	<p>
		Slack's privacy policy, terms, and security documentation supposedly spell out how it uses customer data. However, The Stack <a href="https://www.thestack.technology/slack-is-scraping-your-messages-and-files-to-train-ai-by-default/" rel="external nofollow">reported</a> that none of those legal documents mention AI or machine learning, despite Slack debuting machine-learning features <a href="https://slack.engineering/how-we-built-slack-ai-to-be-secure-and-private/" rel="external nofollow">in 2016</a>.
	</p>

	<p>
		 
	</p>

	<p>
		There's no telling yet if Slack will make any additional changes as more customers opt out. What is clear from Slack's documents is that <a href="https://slack.engineering/how-we-built-slack-ai-to-be-secure-and-private/" rel="external nofollow">Slack knows</a> that its customers "have high expectations around data ownership" and that it has <a href="https://a.slack-edge.com/964df/marketing/downloads/security/Security_White_Paper_2020.pdf" rel="external nofollow">"an existential interest in protecting"</a> that data.
	</p>

	<p>
		 
	</p>

	<p>
		It's possible that lawmakers will force Slack to be more transparent about changes in its data collection as the chat service continues experimenting with AI.
	</p>

	<p>
		 
	</p>

	<p>
		It's also possible that Slack already doesn't default some customers to opt into data collection for ML training. The European Union's General Data Protection Regulation (GDPR) <a href="https://gdpr-info.eu/issues/consent/" rel="external nofollow">requires</a> informed and specific consent before companies can collect data.
	</p>

	<p>
		 
	</p>

	<p>
		"Consent cannot be implied and must always be given through an opt-in," the strict privacy law says. And companies must be prepared to demonstrate that they've received consent through opt-ins, the law says.
	</p>

	<p>
		 
	</p>

	<p>
		In the United Kingdom, the Information Commissioner's Office (ICO) requires explicit consent, specifically <a href="https://ico.org.uk/for-organisations/uk-gdpr-guidance-and-resources/lawful-basis/a-guide-to-lawful-basis/lawful-basis-for-processing/consent/" rel="external nofollow">directing</a> companies to note that "consent requires a positive opt-in."
	</p>

	<p>
		 
	</p>

	<p>
		"Don’t use pre-ticked boxes or any other method of default consent," ICO said. "Keep your consent requests separate from other terms and conditions."
	</p>

	<p>
		 
	</p>

	<p>
		Salesforce's spokesperson declined to comment on how Slack's policy complies with the GDPR. But Slack has said that it's <a href="https://slack.com/trust/compliance/gdpr" rel="external nofollow">committed</a> to complying with the GDPR, promising to "update our product features and contractual commitments accordingly." That did not seem to happen when Slack AI was launched in February.
	</p>

	<p>
		 
	</p>

	<p>
		Orosz warned that any chief technology officer (CTO) or chief information officer (CIO) letting Slack slide for defaulting customers into AI training data sharing should recognize that Slack setting that precedent could quickly become a slippery slope that other companies take advantage of.
	</p>

	<p>
		 
	</p>

	<p>
		"If you are a CTO or a CIO at your company and paying for Slack: why are you still opted in?" Orosz asked on Threads. "This is the type of thing where Slack should collect this data from free customers. Paying would be the perk that your messages don’t end up in AI training data. What company will try to pull this next with customers trusting them with confidential information/data?"
	</p>

	<p>
		 
	</p>

	<p>
		<em>This post was updated on May 17 to correct quotes from SlackHQ's posts on X.</em>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<a href="https://arstechnica.com/tech-policy/2024/05/slack-defends-default-opt-in-for-ai-training-on-chats-amid-user-outrage/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23228</guid><pubDate>Sat, 18 May 2024 08:16:07 +0000</pubDate></item><item><title>The Week in Ransomware - May 17th 2024 - Mailbombing is back</title><link>https://nsaneforums.com/news/security-privacy-news/the-week-in-ransomware-may-17th-2024-mailbombing-is-back-r23227/</link><description><![CDATA[<p>
	This week was pretty quiet on the ransomware front, with most of the attention on the <a href="https://www.bleepingcomputer.com/news/security/fbi-seize-breachforums-hacking-forum-used-to-leak-stolen-data/" target="_blank" rel="external nofollow">seizure of the BreachForums data theft forum</a>.
</p>

<p>
	 
</p>

<p>
	However, that does not mean there was nothing of interest released this week about ransomware.
</p>

<p>
	 
</p>

<p>
	A report by CISA said that the Black Basta ransomware oepration has <a href="https://www.bleepingcomputer.com/news/security/cisa-black-basta-ransomware-breached-over-500-orgs-worldwide/" target="_blank" rel="external nofollow">breached over 500 organizations</a> worlwide since the group <a href="https://www.bleepingcomputer.com/news/security/new-black-basta-ransomware-springs-into-action-with-a-dozen-breaches/" target="_blank" rel="external nofollow">launched in April 2022</a>.
</p>

<p>
	 
</p>

<p>
	After the Conti <a href="https://www.bleepingcomputer.com/news/security/conti-ransomwares-internal-chats-leaked-after-siding-with-russia/" target="_blank" rel="external nofollow">suffered a massive data breach</a>, the ransomware operation shut down and its <a href="https://www.bleepingcomputer.com/news/security/conti-ransomware-shuts-down-operation-rebrands-into-smaller-units/" target="_blank" rel="external nofollow">members splintered into different groups</a> or launched their own ransomware operations.
</p>

<p>
	 
</p>

<p>
	One of those operations is Black Basta, which is believed to be composed of prior Conti members who operate it as a private group rather than as public ransomware-as-a-service.
</p>

<p>
	 
</p>

<p>
	It is widely believed that CISA released this report after news of <a href="https://www.bleepingcomputer.com/news/security/healthcare-giant-ascension-redirects-ambulances-after-suspected-Black-Basta-ransomware-attack/" target="_blank" rel="external nofollow">massive disruption at Ascension Healthcare</a> was caused by a Black Basta ransomware attack.
</p>

<p>
	 
</p>

<p>
	In other news, the relatively new Inc Ransomware was attempting to <a href="https://www.bleepingcomputer.com/news/security/inc-ransomware-source-code-selling-on-hacking-forums-for-300-000/" target="_blank" rel="external nofollow">sell its source code for $300,000</a>. However, it is unclear whether the group was selling older, unused code or shutting down the operation.
</p>

<p>
	 
</p>

<p>
	Ransomware phishing attacks also took front stage this week, with the <a href="https://www.bleepingcomputer.com/news/security/botnet-sent-millions-of-emails-in-lockbit-black-ransomware-campaign/" target="_blank" rel="external nofollow">Phorpiex botnet sending millions of emails</a> that led to LockBit Black ransomware attacks, with the encryptor believed to have been created using <a href="https://www.bleepingcomputer.com/news/security/lockbit-ransomware-builder-leaked-online-by-angry-developer/" target="_blank" rel="external nofollow">LockBit's leaked source code</a>.
</p>

<p>
	 
</p>

<p>
	BlackBasta was also found <a href="https://www.bleepingcomputer.com/news/security/windows-quick-assist-abused-in-black-basta-ransomware-attacks/" target="_blank" rel="external nofollow">mailbombing employees in targeted organizations</a> by subscribing their email addresses to various subscription services. They then contacted the target as IT support from their company to conduct a social engineering attack that let them gain access to the victim's computer.
</p>

<p>
	 
</p>

<p>
	Finally, Australian electronic prescription provider MediSecure shut down its IT systems and phones after <a href="https://www.bleepingcomputer.com/news/security/medisecure-e-script-firm-hit-by-large-scale-ransomware-data-breach/" target="_blank" rel="external nofollow">suffering a 'large-scale' ransomware data breach</a>.
</p>

<p>
	 
</p>

<p>
	Contributors and those who provided new ransomware information and stories this week include: <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/billtoulas" rel="external nofollow" target="_blank">@billtoulas</a>, <a href="https://twitter.com/fwosar" rel="external nofollow" target="_blank">@fwosar</a>, <a href="https://twitter.com/demonslay335" rel="external nofollow" target="_blank">@demonslay335</a>, <a href="https://twitter.com/Ionut_Ilascu" rel="external nofollow" target="_blank">@Ionut_Ilascu</a>, <a href="https://twitter.com/Seifreed" rel="external nofollow" target="_blank">@Seifreed</a>, <a href="https://twitter.com/LawrenceAbrams" rel="external nofollow" target="_blank">@LawrenceAbrams</a>, <a href="https://twitter.com/malwrhunterteam" rel="external nofollow" target="_blank">@malwrhunterteam</a>, <a href="https://twitter.com/Rapid7" rel="external nofollow" target="_blank">@rapid7</a>, <a href="https://twitter.com/MsftSecIntel" rel="external nofollow" target="_blank">@MsftSecIntel</a>, <a href="https://twitter.com/3xp0rtblog" rel="external nofollow" target="_blank">@3xp0rtblog</a>, <a href="https://twitter.com/Intel_by_KELA" rel="external nofollow" target="_blank">@Intel_by_KELA</a>, <a href="https://twitter.com/NJCybersecurity" rel="external nofollow" target="_blank">@NJCybersecurity</a>, <a href="https://twitter.com/proofpoint" rel="external nofollow" target="_blank">@proofpoint</a>, <a href="https://twitter.com/troyhunt" rel="external nofollow" target="_blank">@troyhunt</a>, <a href="https://twitter.com/CISAgov" rel="external nofollow" target="_blank">@CISAgov</a>, <a href="https://twitter.com/FBI" rel="external nofollow" target="_blank">@FBI</a>, <a href="https://twitter.com/ahnlab_secuinfo" rel="external nofollow" target="_blank">@AhnLab_SecuInfo</a>, <a href="https://infosec.exchange/@briankrebs" rel="external nofollow" target="_blank">@briankrebs</a>, <a href="https://twitter.com/ncsc" rel="external nofollow" target="_blank">@NCSC</a>, <a href="https://twitter.com/sekoia_io" rel="external nofollow" target="_blank">@sekoia_io</a>, <a href="https://twitter.com/JakubKroustek" rel="external nofollow" role="link" tabindex="-1" target="_blank">@JakubKroustek</a>, and <a href="https://twitter.com/pcrisk" rel="external nofollow" role="link" tabindex="-1" target="_blank">@pcrisk</a>.
</p>

<h2>
	May 11th 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/cisa-black-basta-ransomware-breached-over-500-orgs-worldwide/" target="_blank" rel="external nofollow">CISA: Black Basta ransomware breached over 500 orgs worldwide</a>
</h3>

<p>
	CISA and the FBI said today that Black Basta ransomware affiliates breached over 500 organizations between April 2022 and May 2024.
</p>

<h2>
	May 12th 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/largest-non-bank-lender-in-australia-warns-of-a-data-breach/" target="_blank" rel="external nofollow">Largest non-bank lender in Australia warns of a data breach</a>
</h3>

<p>
	Firstmac Limited is warning customers that it suffered a data breach a day after the new Embargo cyber-extortion group leaked over 500GB of data allegedly stolen from the firm.
</p>

<h3>
	<a href="https://twitter.com/JakubKroustek/status/1789775447892361638" rel="external nofollow" target="_blank">New STOP ransomware variant</a>
</h3>

<p>
	<a href="https://twitter.com/JakubKroustek" rel="external nofollow" role="link">Jakub Kroustek</a> found a new STOP ransomware variant that appends the <strong>.paaa</strong> extension.
</p>

<h2>
	May 13th 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/botnet-sent-millions-of-emails-in-lockbit-black-ransomware-campaign/" target="_blank" rel="external nofollow">Botnet sent millions of emails in LockBit Black ransomware campaign</a>
</h3>

<p>
	Since April, millions of phishing emails have been sent through the Phorpiex botnet to conduct a large-scale LockBit Black ransomware campaign.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/inc-ransomware-source-code-selling-on-hacking-forums-for-300-000/" target="_blank" rel="external nofollow">INC ransomware source code selling on hacking forums for $300,000</a>
</h3>

<p>
	A cybercriminal using the name "salfetka" claims to be selling the source code of INC Ransom, a ransomware-as-a-service (RaaS) operation launched in August 2023.
</p>

<h3>
	<a href="https://blog.sekoia.io/mallox-ransomware-affiliate-leverages-purecrypter-in-microsoft-sql-exploitation-campaigns/" rel="external nofollow" target="_blank">Mallox affiliate leverages PureCrypter in MS-SQL exploitation campaigns</a>
</h3>

<p class="bc_quote">
	Recently, our team observed an incident involving our MS-SQL (Microsoft SQL) honeypot. It was targeted by an intrusion set leveraging brute-force tactics, aiming to deploy the Mallox ransomware via PureCrypter through several MS-SQL exploitation techniques.
</p>

<h3>
	<a href="https://krebsonsecurity.com/2024/05/how-did-authorities-identify-the-alleged-lockbit-boss/" rel="external nofollow" target="_blank">How Did Authorities Identify the Alleged Lockbit Boss?</a>
</h3>

<p class="bc_quote">
	Last week, the United States joined the U.K. and Australia in sanctioning and charging a Russian man named <strong>Dmitry Yuryevich Khoroshev</strong> as the leader of the infamous <strong>LockBit</strong> ransomware group. LockBit’s leader “<strong>LockBitSupp</strong>” claims the feds named the wrong guy, saying the charges don’t explain how they connected him to Khoroshev. This post examines the activities of Khoroshev’s many alter egos on the cybercrime forums, and tracks the career of a gifted malware author who has written and sold malicious code for the past 14 years.
</p>

<h3>
	<a href="https://asec.ahnlab.com/en/65364/" rel="external nofollow" target="_blank">Malware Distributed as Copyright Violation-Related Materials (Beast Ransomware, Vidar Infostealer)</a>
</h3>

<p class="bc_quote">
	The distribution of a new malware strain has been identified based on a recent copyright infringement warning, and it will be covered here.
</p>

<h3>
	<a href="https://twitter.com/JakubKroustek/status/1789924003081039919" rel="external nofollow" target="_blank">New STOP ransomware variant</a>
</h3>

<p>
	Jakub Kroustek found a new STOP ransomware variant that appends the <strong>.vehu</strong> extension.
</p>

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

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

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

<p>
	PCrisk found a new STOP ransomware variant that appends the <strong>.capibara</strong> extension and drops a ransom note named <strong>READ_ME_USER.txt</strong>.
</p>

<h2>
	May 14th 2024
</h2>

<h3>
	<a href="https://www.ncsc.gov.uk/news/cyber-insurance-industry-unites-reduce-ransom-harm" rel="external nofollow" target="_blank">Cyber insurance industry unites to bear down on ransom payments</a>
</h3>

<p class="bc_quote">
	Joint guidance from the NCSC with the Association of British Insurers (ABI), British Insurance Brokers’ Association (BIBA) and International Underwriting Association (IUA) aims to help organisations faced with ransomware demands minimise disruption and the cost of an incident.
</p>

<h3>
	<a href="https://www.ncsc.gov.uk/guidance/organisations-considering-payment-in-ransomware-incidents" rel="external nofollow" target="_blank">Guidance for organisations considering payment in ransomware incidents</a>
</h3>

<p class="bc_quote">
	This guidance has been jointly developed by the insurance industry bodies <a href="https://www.abi.org.uk/" rel="external nofollow" target="_blank">ABI</a>, <a href="https://www.biba.org.uk/" rel="external nofollow" target="_blank">BIBA</a>, <a href="https://www.iua.co.uk/" rel="external nofollow" target="_blank">IUA</a> and the NCSC. It is for organisations experiencing a ransomware attack and the partner organisations supporting them.
</p>

<h2>
	May 15th 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/nissan-north-america-data-breach-impacts-over-53-000-employees/" target="_blank" rel="external nofollow">Nissan North America data breach impacts over 53,000 employees</a>
</h3>

<p>
	Nissan North America (Nissan) suffered a data breach last year when a threat actor targeted the company's external VPN and shut down systems to receive a ransom.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/windows-quick-assist-abused-in-black-basta-ransomware-attacks/" target="_blank" rel="external nofollow">Windows Quick Assist abused in Black Basta ransomware attacks</a>
</h3>

<p>
	?Financially motivated cybercriminals abuse the Windows Quick Assist feature in social engineering attacks to deploy Black Basta ransomware payloads on victims' networks.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/legal/tornado-cash-cryptomixer-dev-gets-64-months-for-laundering-2-billion/" target="_blank" rel="external nofollow">Tornado Cash cryptomixer dev gets 64 months for laundering $2 billion</a>
</h3>

<p>
	Alexey Pertsev, one of the main developers of the Tornado Cash cryptocurrency tumbler has been sentenced to 64 months in prison for his part in helping launder more than $2 billion worth of cryptocurrency.
</p>

<h2>
	May 16th 2024
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/medisecure-e-script-firm-hit-by-large-scale-ransomware-data-breach/" target="_blank" rel="external nofollow">MediSecure e-script firm hit by ‘large-scale’ ransomware data breach</a>
</h3>

<p>
	Electronic prescription provider MediSecure in Australia has shut down its website and phone lines following a ransomware attack believed to originate from a third-party vendor.
</p>

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

<p>
	<a href="https://www.bleepingcomputer.com/news/security/the-week-in-ransomware-may-17th-2024-mailbombing-is-back/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23227</guid><pubDate>Sat, 18 May 2024 08:14:43 +0000</pubDate></item><item><title>Microsoft Edge gets fixes for five more security vulnerabilities</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-edge-gets-fixes-for-five-more-security-vulnerabilities-r23212/</link><description><![CDATA[<p>
	This month is full of Microsoft Edge security updates. Version 124 is now receiving its fourth patch aimed at resolving security vulnerabilities. You can now download version 124.0.2478.109, which contains fixes for five different vulnerabilities, some of which are exploited in the wild. Besides Chromium security patches, the update fixes one Microsoft Edge-specific vulnerability.
</p>

<p>
	 
</p>

<p>
	Here are the patched vulnerabilities in Microsoft Edge 124.0.2478.109:
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-30056" rel="external nofollow">CVE-2024-30056</a>: Microsoft Edge (Chromium-based) Information Disclosure Vulnerability. Exposure of Private Personal Information to an Unauthorized Actor
	</li>
	<li>
		<p>
			<a href="https://www.cve.org/CVERecord?id=CVE-2024-4947" rel="external nofollow">CVE-2024-4947</a>: Type Confusion in V8 in Google Chrome prior to 125.0.6422.60 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
		</p>
	</li>
	<li>
		<p>
			<a href="https://www.cve.org/CVERecord?id=CVE-2024-4948" rel="external nofollow">CVE-2024-4948</a>: Use after free in Dawn in Google Chrome prior to 125.0.6422.60 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
		</p>
	</li>
	<li>
		<p>
			<a href="https://www.cve.org/CVERecord?id=CVE-2024-4949" rel="external nofollow">CVE-2024-4949</a>: Use after free in V8 in Google Chrome prior to 125.0.6422.60 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Medium)
		</p>
	</li>
	<li>
		<p>
			<a href="https://www.cve.org/CVERecord?id=CVE-2024-4950" rel="external nofollow">CVE-2024-4950</a>: Inappropriate implementation in Downloads in Google Chrome prior to 125.0.6422.60 allowed a remote attacker who convinced a user to engage in specific UI gestures to perform UI spoofing via a crafted HTML page. (Chromium security severity: Low)
		</p>

		<p>
			 
		</p>
	</li>
</ul>

<p>
	Microsoft Edge 124.0.2478.109 is now available in the regular Stable Channel (four-week update schedule) and the Extended Stable Channel (eight-week update schedule). You can get to the latest version by heading to <strong>Menu &gt; Help &amp; Feedback &gt; About Microsoft Edge</strong> or directly to the <strong>edge://settings/help</strong> page.
</p>

<p>
	 
</p>

<p>
	As a reminder, Microsoft will soon <a href="https://www.neowin.net/news/microsoft-is-ending-edge-support-on-computers-without-sse3/" rel="external nofollow">end Edge support</a> on systems with processors that do not support the SSE3 instruction set. Edge 126 will be the last release that does not require SSE3. However, you should not fret if your PC is not a 20-year-old museum exhibit since PC processors have supported SSE3 since 2004.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-edge-gets-fixes-for-five-more-security-vulnerabilities/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">23212</guid><pubDate>Fri, 17 May 2024 18:06:28 +0000</pubDate></item></channel></rss>
