<?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/16/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>Microsoft&#x2019;s Entra ID vulnerabilities could have been catastrophic</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft%E2%80%99s-entra-id-vulnerabilities-could-have-been-catastrophic-r31443/</link><description><![CDATA[<h3>
	They could've allowed attacker to gain access to virtually all Azure customer accounts.
</h3>

<p>
	As businesses around the world have shifted their digital infrastructure over the last decade from self-hosted servers to the <a href="https://www.wired.com/story/secret-hunting-bill-demirkapi/" rel="external nofollow">cloud</a>, they’ve benefitted from the standardized, built-in security features of major cloud providers like <a href="https://www.wired.com/story/microsoft-secure-future-initiative/" rel="external nofollow">Microsoft</a>. But with so much riding on these systems, there can be potentially <a href="https://www.wired.com/story/microsoft-cloud-attack-china-hackers/" rel="external nofollow">disastrous consequences</a> at a massive scale if something goes wrong. Case in point: Security researcher Dirk-jan Mollema recently stumbled upon a <a href="https://dirkjanm.io/obtaining-global-admin-in-every-entra-id-tenant-with-actor-tokens/" rel="external nofollow">pair of vulnerabilities</a> in Microsoft Azure’s identity and access management platform that could have been exploited for a potentially cataclysmic takeover of all Azure customer accounts.
</p>

<p>
	 
</p>

<p>
	Known as Entra ID, the system stores each Azure cloud customer’s user identities, sign-in access controls, applications, and subscription management tools. Mollema has studied Entra ID security in depth and published multiple studies about weaknesses in the system, which was formerly known as Azure Active Directory. But while preparing to <a href="https://i.blackhat.com/BH-USA-25/Presentations/US-25-Mollema-Advanced-AD-to-Entra-ID-lateral-movement-techniques-Wednesday.pdf" rel="external nofollow">present</a> at the Black Hat security conference in Las Vegas in July, Mollema discovered two vulnerabilities that he realized could be used to gain global administrator privileges—essentially god mode—and compromise every Entra ID directory, or what is known as a “tenant.” Mollema says that this would have exposed nearly every Entra ID tenant in the world other than, perhaps, government cloud infrastructure.
</p>

<p>
	 
</p>

<p>
	“I was just staring at my screen. I was like, ‘No, this shouldn’t really happen,’” says Mollema, who runs the Dutch cybersecurity company Outsider Security and specializes in cloud security. “It was quite bad. As bad as it gets, I would say.”
</p>

<p>
	 
</p>

<p>
	“From my own tenants—my test tenant or even a trial tenant—you could request these tokens and you could impersonate basically anybody else in anybody else’s tenant,” Mollema adds. “That means you could modify other people's configuration, create new and admin users in that tenant, and do anything you would like.”
</p>

<p>
	 
</p>

<p>
	Given the seriousness of the vulnerability, Mollema disclosed his findings to the Microsoft Security Response Center on July 14, the same day that he discovered the flaws. Microsoft started investigating the findings that day and issued a fix globally on July 17. The company confirmed to Mollema that the issue was fixed by July 23 and implemented extra measures in August. Microsoft <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-55241" rel="external nofollow">issued a CVE</a> for the vulnerability on September 4.
</p>

<p>
	 
</p>

<p>
	“We mitigated the newly identified issue quickly, and accelerated the remediation work underway to decommission this legacy protocol usage, as part of our Secure Future Initiative,” Tom Gallagher, Microsoft’s Security Response Center vice president of engineering, told WIRED in a statement. “We implemented a code change within the vulnerable validation logic, tested the fix, and applied it across our cloud ecosystem.”
</p>

<p>
	 
</p>

<p>
	Gallagher says that Microsoft found “no evidence of abuse” of the vulnerability during its investigation.
</p>

<p>
	 
</p>

<p>
	Both vulnerabilities relate to legacy systems still functioning within Entra ID. The first involves a type of Azure authentication token Mollema discovered known as Actor Tokens that are issued by an obscure Azure mechanism called the “Access Control Service.” Actor Tokens have some special system properties that Mollema realized could be useful to an attacker when combined with another vulnerability. The other bug was a major flaw in a historic Azure Active Directory application programming interface known as “Graph” that was used to facilitate access to data stored in Microsoft 365. Microsoft is in the process of retiring Azure Active Directory Graph and transitioning users to its successor, Microsoft Graph, which is designed for Entra ID. The flaw was related to a failure by Azure AD Graph to properly validate which Azure tenant was making an access request, which could be manipulated so the API would accept an Actor Token from a different tenant that should have been rejected.
</p>

<p>
	 
</p>

<p>
	“Microsoft built security controls around identity like conditional access and logs, but this internal impression token mechanism bypasses them all,” says Michael Bargury, the CTO at security firm Zenity. “This is the most impactful vulnerability you can find in an identity provider, effectively allowing full compromise of any tenant of any customer.”
</p>

<p>
	 
</p>

<p>
	If the vulnerability had been discovered by, or fallen into the hands of, malicious hackers, the fallout could have been devastating.
</p>

<p>
	 
</p>

<p>
	“We don't need to guess what the impact may have been; we saw two years ago what happened when Storm-0558 compromised a signing key that allowed them to log in as any user on any tenant,” Bargury says.
</p>

<p>
	 
</p>

<p>
	While the specific technical details are different, Microsoft revealed in July 2023 that the Chinese cyber espionage group known as Storm-0558 had stolen a cryptographic key that allowed them to generate authentication tokens and <a href="https://www.wired.com/story/microsoft-cloud-attack-china-hackers/" rel="external nofollow">access cloud-based Outlook email systems</a>, including those belonging to US government departments.
</p>

<p>
	 
</p>

<p>
	Conducted over the course of several months, a Microsoft postmortem on the Storm-0558 attack <a href="https://www.wired.com/story/china-backed-hackers-steal-microsofts-signing-key-post-mortem/" rel="external nofollow">revealed several errors</a> that led to the Chinese group slipping past cloud defenses. The security incident was one of a string of Microsoft issues around that time. These motivated the company to <a href="https://www.wired.com/story/microsoft-secure-future-initiative/" rel="external nofollow">launch its “Secure Future Initiative</a>,” which expanded protections for cloud security systems and set more aggressive goals for responding to vulnerability disclosures and issuing patches.
</p>

<p>
	 
</p>

<p>
	Mollema says that Microsoft was extremely responsive about his findings and seemed to grasp their urgency. But he emphasizes that his findings could have allowed malicious hackers to go even farther than they did in the 2023 incident.
</p>

<p>
	 
</p>

<p>
	“With the vulnerability, you could just add yourself as the highest privileged admin in the tenant, so then you have full access,” Mollema says. Any Microsoft service “that you use EntraID to sign into, whether that be Azure, whether that be SharePoint, whether that be Exchange—that could have been compromised with this.”
</p>

<p>
	 
</p>

<p>
	<em>This story originally appeared on <a href="https://www.wired.com/story/microsoft-entra-id-vulnerability-digital-catastrophe/" rel="external nofollow">wired.com</a>.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/security/2025/09/microsofts-entra-id-vulnerabilities-could-have-been-catastrophic/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Sunday 21 September 2025 at 3:04 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31443</guid><pubDate>Sat, 20 Sep 2025 17:05:03 +0000</pubDate></item><item><title>Like it or not, your expensive Samsung smart fridge will soon show ads on the cover screen</title><link>https://nsaneforums.com/news/security-privacy-news/like-it-or-not-your-expensive-samsung-smart-fridge-will-soon-show-ads-on-the-cover-screen-r31411/</link><description><![CDATA[<p>
	Recently, a post by Reddit user u/angrycatmeowmeow went viral on the HomeAssistant subreddit, which had users speculating that Samsung is bringing ads to certain smart refrigerator models.
</p>

<p>
	 
</p>

<p>
	The <a automate_uuid="5af98a3b-f838-4daa-abe3-39086e50e5ae" href="https://old.reddit.com/r/homeassistant/comments/1nifp6c/they_finally_did_it_samsung_smart_fridge_one_of/" rel="external nofollow">post from angrycatmeowmeow</a> showed a photo of their Samsung smart refrigerator's cover screen, which was notifying them of an update. The on-screen text explained that after they update, they will be getting ads on the Cover screen for the Weather, Color, and Daily Board themes. The only way to avoid them, the notice stated, is to use the Art and Gallery themes, which will continue to be ad-free.
</p>

<p>
	 
</p>

<div class="img-center">
	<figure class="image image--expandable">
		<img alt="Ad notice on Samsung Fridge" class="ipsImage" height="720" width="708" src="https://cdn.neowin.com/news/images/uploaded/2025/09/1758210844_foh1lyeypipf1.webp">
		<figcaption>
			<em>Image via <a automate_uuid="9ceda1a4-1098-4c44-81bf-ab51cc69289f" href="https://old.reddit.com/r/homeassistant/comments/1nifp6c/they_finally_did_it_samsung_smart_fridge_one_of/" rel="external nofollow">u/angrycatmeowmeow</a></em>
		</figcaption>
	</figure>
</div>

<p>
	When Android Authority <a automate_uuid="e48d85ff-16e1-4ffd-9a75-e0dd62bcb777" href="https://www.androidauthority.com/samsung-confirms-smart-refrigerator-ads-are-coming-3598848/" rel="external nofollow">reached out to Samsung</a> for clarification on the matter, the company responded that it is "committed to innovation and enhancing everyday value" and confirmed that the ads are part of a "pilot program" for certain Family Hub refrigerators in the United States. Ads will appear only when the screen is idle.
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Samsung is committed to innovation and enhancing every day value for our home appliance customers. As part of our ongoing efforts to strengthen that value, we are conducting a pilot program to offer promotions and curated advertisements on certain Samsung Family Hub refrigerator models in the U.S. market.
	</p>
</blockquote>

<p>
	If you are not familiar, the <a automate_uuid="760ce76e-962b-4fbc-a455-3451bea1b143" href="https://www.samsung.com/us/explore/family-hub-refrigerator/overview/" rel="external nofollow">Samsung Family Hub lineup</a> is a series of premium refrigerators that feature massive touchscreens. These displays can go up to 32 inches on some models. The fridges have features like AI Vision, which recognizes what is inside your appliance. You can also view the contents from anywhere with your smartphone, so you know when you are out of milk. These are expensive machines that can cost well over $3,000.
</p>

<p>
	 
</p>

<p>
	The good news is that Samsung promises that a dismissed ad will not appear again. Of course, this does not mean new ads will not take their place.
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		The Cover Screen appears when a Family Hub screen is idle. Ad design format may change depending on Family Hub personalization options for the Cover Screen, and advertising will not appear when Cover Screen displays Art Mode or picture albums. Advertisements can be dismissed on the Cover Screens where ads are shown, meaning that specific ads will not appear again during the campaign period.
	</p>
</blockquote>

<p>
	The company did not say whether this program will expand to other regions or models. So, it is quite possible for this "feature" to become standard across more of its expensive smart appliances down the line.
</p>

<p>
	 
</p>

<p>
	If you are affected by this and want to get rid of the ads, <a automate_uuid="9d8ee169-800e-4a66-88fe-78591085ac89" href="https://old.reddit.com/r/homeassistant/comments/1nifp6c/they_finally_did_it_samsung_smart_fridge_one_of/neisb0g/" rel="external nofollow">one user suggested</a> that you could wildcard block <code>samsungiotcloud.com</code> on your network. This may stop the fridge from communicating with the servers that deliver the ads. If that works for you, there is a significant catch: angrycatmeowmeow confirmed that blocking that domain seems to break the internal camera.
</p>

<p>
	 
</p>

<p>
	Speaking of ad blocking, Google <a automate_uuid="9af2348a-4d5c-47ba-940e-c4c55fb13442" href="https://www.neowin.net/news/google-lists-a-reason-explaining-why-ad-blockers-on-youtube-are-a-bad-thing/" rel="external nofollow">recently provided</a> a new reason to discourage users from blocking ads on YouTube, claiming that ad blockers interfere with view counts. The company suggests that channels may see their traffic metrics fluctuate if a large portion of their audience uses these tools.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/like-it-or-not-your-expensive-samsung-smart-fridge-will-soon-show-ads-on-the-cover-screen/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 19 September 2025 at 4:42 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31411</guid><pubDate>Thu, 18 Sep 2025 18:46:05 +0000</pubDate></item><item><title>Google lists a reason explaining why ad blockers on YouTube are a bad thing</title><link>https://nsaneforums.com/news/security-privacy-news/google-lists-a-reason-explaining-why-ad-blockers-on-youtube-are-a-bad-thing-r31410/</link><description><![CDATA[<p>
	If you have been reading Neowin then you are probably familiar with Google's stance on content blockers like ad blockers on YouTube. For those that may be wondering, the company is definitely not a fan of it as it has been trying to make life harder for users who use such apps and services to block out ads.
</p>

<p>
	 
</p>

<p>
	For example, earlier this year, <a automate_uuid="56aca9b1-f753-4e63-b108-6a8c647cbb22" href="https://www.neowin.net/news/google-not-letting-youtube-videos-play-with-opera-firefox-adblockers-chrome-is-slow/" rel="external nofollow">Neowin noticed how having an ad blocker on</a> meant that certain affected users were not able to proceed with playing the videos they were trying to watch. And last year in 2024, it was reported that Google was testing <a automate_uuid="cfe5f102-06f9-4b3b-bd74-9ec0c3e8156c" href="https://www.neowin.net/news/google-wants-to-make-it-impossible-to-block-youtube-ads-as-they-may-be-inside-videos/" rel="external nofollow">unblockable server-side ads</a> on the video platform. Later that same year, the tech giant was also accused of shenanigans regarding the<a automate_uuid="65b00b3d-3139-413f-919e-5d89e4298487" href="https://www.neowin.net/news/after-users-accusation-youtube-comes-out-clean-regarding-hiding-the-ad-skip-button/" rel="external nofollow"> "skip ad" button</a>.
</p>

<p>
	 
</p>

<p>
	To be fair to Google, there have been instances where bugs in ad-blocking scripts have <a automate_uuid="c3e335d3-90ec-43f5-b350-9eee1fc6009e" href="https://www.neowin.net/news/adblock-google-did-not-slow-down-and-lag-youtube-performance-with-ad-blocker-on/" rel="external nofollow">led to issues on YouTube</a>. And according to a new support article published by it this week, it looks like ad blockers are also impacting the YouTube view counter as Google has blamed content blockers, among other things, as the culprit behind the reduced hits on various videos from different creators.
</p>

<p>
	 
</p>

<p>
	The company says the ad blockers make view count metrics inaccurate thus leading to bigger fluctuations in the traffic. It <a automate_uuid="748d66d2-acba-4cb2-8263-9ed936c36597" href="https://support.google.com/youtube/thread/373195597" rel="external nofollow">writes</a><span>:</span>
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>Viewers Using Ad Blockers &amp; Other Content Blocking Tools</strong>: Ad blockers and other extensions can impact the accuracy of reported view counts. Channels whose audiences include a higher proportion of users utilizing such tools may see more fluctuations in traffic related to updates to these tools.
	</p>
</blockquote>

<p>
	With this message, Google likely hopes that creators themselves will begin to encourage their viewers to disable content blockers.
</p>

<p>
	 
</p>

<p>
	While the reason cited by Google for reduced hits is certainly plausible, it is also noteworthy that with the rise of AI chatbots and AI scrapers, people may simply not be watching a video to get the information they wish to have.
</p>

<p>
	 
</p>

<p>
	AI summaries are getting popular and Neowin too has seen greatly reduced human traffic over the last year or so since AI search began to be more relevant and popular. Google however <a automate_uuid="85a9d9bb-b3df-47cd-b227-730815dd7f07" href="https://blog.google/products/search/ai-search-driving-more-queries-higher-quality-clicks/" rel="external nofollow">claims the opposite</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/google-lists-a-reason-explaining-why-ad-blockers-on-youtube-are-a-bad-thing/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 19 September 2025 at 4:35 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31410</guid><pubDate>Thu, 18 Sep 2025 18:36:54 +0000</pubDate></item><item><title>Google patches sixth Chrome zero-day exploited in attacks this year</title><link>https://nsaneforums.com/news/security-privacy-news/google-patches-sixth-chrome-zero-day-exploited-in-attacks-this-year-r31409/</link><description><![CDATA[<p>
	Google has released emergency security updates to patch a Chrome zero-day vulnerability, the sixth one tagged as exploited in attacks since the start of the year.
</p>

<p>
	 
</p>

<p>
	While it didn't specifically say whether this security flaw is still being actively abused in the wild, the company warned that it has a public exploit, a common indicator of active exploitation.
</p>

<p>
	 
</p>

<p>
	"Google is aware that an exploit for CVE-2025-10585 exists in the wild," <a href="https://chromereleases.googleblog.com/2025/09/stable-channel-update-for-desktop_17.html" rel="external nofollow" target="_blank">Google warned</a> in a security advisory published on Wednesday.
</p>

<p>
	 
</p>

<p>
	This high-severity zero-day vulnerability is caused by a <a href="https://cwe.mitre.org/data/definitions/843.html" rel="external nofollow" target="_blank">type confusion</a> weakness in the web browser's V8 JavaScript engine, reported by Google's Threat Analysis Group on Tuesday.
</p>

<p>
	 
</p>

<p>
	Google TAG frequently flags zero-days exploited by government-sponsored threat actors in targeted spyware campaigns targeting high-risk individuals, including but not limited to opposition politicians, dissidents, and journalists.
</p>

<p>
	 
</p>

<p>
	The company mitigated the security issue one day later with the release of 140.0.7339.185/.186 for Windows/Mac, and 140.0.7339.185 for Linux, versions that will roll out to the Stable Desktop channel over the coming weeks.
</p>

<p>
	 
</p>

<p>
	While Chrome automatically updates when new security patches are available, you can speed up the process by going to the Chrome menu &gt; Help &gt; About Google Chrome, allowing the update to finish, and then clicking the 'Relaunch' button to install it immediately.
</p>

<p>
	 
</p>

<p>
	<img alt="Chrome 140.0.7339.186" class="ipsImage" height="239" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2025/Chrome%20140_0_7339_186.png">
</p>

<p>
	 
</p>

<p>
	Although Google has already confirmed that CVE-2025-10585 was used in attacks, it still has to share additional details regarding in-the-wild exploitation.
</p>

<p>
	 
</p>

<p>
	"Access to bug details and links may be kept restricted until a majority of users are updated with a fix," Google said. "We will also retain restrictions if the bug exists in a third party library that other projects similarly depend on, but haven't yet fixed."
</p>

<p>
	 
</p>

<p>
	This is the sixth actively exploited Chrome zero-day fixed by Google this year, with five more patched in March, May, June, and July.
</p>

<p>
	 
</p>

<p>
	In July, it addressed another actively exploited zero-day (<a href="https://www.bleepingcomputer.com/news/security/google-fixes-actively-exploited-sandbox-escape-zero-day-in-chrome/" rel="external nofollow" target="_blank">CVE-2025-6558)</a> reported by Google TAG researchers, which allowed attackers to escape the browser's sandbox protection.
</p>

<p>
	 
</p>

<p>
	Google released additional emergency security updates in May to address a Chrome zero-day (<a href="https://www.bleepingcomputer.com/news/security/google-fixes-high-severity-chrome-flaw-with-public-exploit/" rel="external nofollow" target="_blank">CVE-2025-4664</a>) that let attackers hijack accounts, and fixed an out-of-bounds read and write weakness (<a href="https://www.bleepingcomputer.com/news/security/google-patches-new-chrome-zero-day-bug-exploited-in-attacks/" rel="external nofollow" target="_blank">CVE-2025-5419</a>) in Chrome's V8 JavaScript engine discovered by Google TAG in June.
</p>

<p>
	 
</p>

<p>
	In March, it also patched a high-severity sandbox escape flaw (<a href="https://www.bleepingcomputer.com/news/security/google-fixes-chrome-zero-day-exploited-in-espionage-campaign/" rel="external nofollow" target="_blank">CVE-2025-2783</a>) reported by Kaspersky, which was used in espionage attacks against Russian government organizations and media outlets.
</p>

<p>
	 
</p>

<p>
	Last year, <a href="https://www.bleepingcomputer.com/news/security/google-tags-a-tenth-chrome-zero-day-as-exploited-this-year/" rel="external nofollow" target="_blank">Google patched 10 more zero-day bugs</a> that were either demoed during Pwn2Own hacking competitions or exploited in attacks.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/google-patches-sixth-chrome-zero-day-exploited-in-attacks-this-year/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="56074" data-embedcontent="" data-embedid="embed6045501938" src="https://nsaneforums.com/topic/476172-google-chrome-14007339186/?do=embed&amp;comment=1877655&amp;embedComment=1877655&amp;embedDo=findComment#comment-1877655" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 19 September 2025 at 4:33 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31409</guid><pubDate>Thu, 18 Sep 2025 18:34:57 +0000</pubDate></item><item><title>Amazon is creating more tools to fill its site with AI ads</title><link>https://nsaneforums.com/news/security-privacy-news/amazon-is-creating-more-tools-to-fill-its-site-with-ai-ads-r31388/</link><description><![CDATA[<h3>
	Sellers can now interact with an AI chatbot to generate ads that match their branding.
</h3>

<p>
	Amazon is opening the door to even more AI ads by offering sellers access to a new chatbot that can generate promos with a simple text prompt. <a href="https://advertising.amazon.com/library/news/amazon-ads-agentic-ai-creative-tool" rel="external nofollow">With the new tool</a>, Amazon sellers can describe the type of ad they’d like to see, and the AI chatbot will draw from a seller’s brand guidelines, product pages, and other store details to generate a concept, whether it’s for a static advertisement or a video ad.
</p>

<p>
	 
</p>

<p>
	An example shared by Amazon shows how sellers can go from asking the AI chatbot to create taglines and images for a product, to having it write a script, add music, generate a voiceover, and lay out a storyboard. “This tool reduces the time and cost of designing creative ads, encouraging advertisers to explore and experiment rapidly,” Amazon writes. The ads can appear on Amazon’s online marketplace and across its other properties like Prime Video, the Kindle, and even Twitch.
</p>

<p>
	 
</p>

<div>
	<div class="_1ymtmqpj">
		<div>
			<div class="duet--media--content-warning ucljxw0">
				<div class="duet--article--image-gallery-image kqz8fh0" id="dmcyOmltYWdlOjc4MDA1MQ==">
					<a class="kqz8fh1" data-pswp-height="2268" data-pswp-width="4031" href="https://platform.theverge.com/wp-content/uploads/sites/2/2025/09/amazon-ai-storyboard.jpg?quality=90&amp;strip=all&amp;crop=0,0,100,100" rel="external nofollow" target="_blank"><img alt="Amazon’s AI chatbot can generate a storyboard and more." class="ipsImage" data-chromatic="ignore" data-nimg="fill" decoding="async" height="720" width="720" src="https://platform.theverge.com/wp-content/uploads/sites/2/2025/09/amazon-ai-storyboard.jpg?quality=90&amp;strip=all&amp;crop=0%2C0%2C100%2C100&amp;w=1080"></a>
				</div>
			</div>
		</div>

		<div class="duet--media--caption qama0i0">
			<div>
				<em>Amazon’s AI chatbot can generate a storyboard and more.</em>
			</div>

			<p>
				<cite class="duet--article--dangerously-set-cms-markup _1xwtict2 qama0i1">Image: Amazon</cite>
			</p>

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

<p>
	The tool is similar to the <a href="https://ads.tiktok.com/help/article/about-symphony-creative-studio?lang=en" rel="external nofollow">AI chatbot-style interface</a> that advertisers on TikTok can use <a href="https://www.reuters.com/technology/artificial-intelligence/tiktok-launches-ai-powered-video-platform-advertisers-globally-2024-11-14/" rel="external nofollow">to generate video ads</a>.. It also builds on Amazon’s existing AI tools, which already let sellers <a href="/news/685160/amazon-ads-ai-video-generator-us-launch-availability" rel="">generate AI videos showcasing</a> their products. Amazon says its AI chatbot is still in beta and runs <a href="/2024/12/3/24312260/amazon-nova-foundation-ai-models-anthropic" rel="">Amazon’s Nova AI model</a>, as well as Anthropic’s Claude.
</p>

<p>
	 
</p>

<p>
	Amazon is <a href="https://www.aboutamazon.com/news/innovation-at-amazon/seller-assistant-agentic-ai" rel="external nofollow">adding new “agentic” capabilities</a> to its AI-powered seller assistant as well, allowing it to monitor inventory levels and provide information about how a seller can “optimize” their business by flagging items that are slow to sell or suggesting price changes. The seller assistant can now scan a seller’s account for product listings that may violate new product safety policies, too, in addition to suggesting new types of products to sell based on customer behavior.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.theverge.com/news/780045/amazon-ai-ads-chatbot-inventory-monitoring" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 18 September 2025 at 4:34 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31388</guid><pubDate>Wed, 17 Sep 2025 18:35:14 +0000</pubDate></item><item><title>Microsoft and Cloudflare disrupt massive RaccoonO365 phishing service</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-and-cloudflare-disrupt-massive-raccoono365-phishing-service-r31387/</link><description><![CDATA[<p>
	Microsoft and Cloudflare have disrupted a massive Phishing-as-a-Service (PhaaS) operation, known as RaccoonO365, that helped cybercriminals steal thousands of Microsoft 365 credentials.
</p>

<p>
	 
</p>

<p>
	In early September 2025, in coordination with <a href="https://www.cloudflare.com/threat-intelligence/research/report/cloudflare-participates-in-global-operation-to-disrupt-raccoono365/" rel="external nofollow" target="_blank">Cloudflare's Cloudforce One</a> and Trust and Safety teams, Microsoft's Digital Crimes Unit (DCU) disrupted the cybercrime operation by seizing 338 websites and Worker accounts linked to RaccoonO365.
</p>

<p>
	 
</p>

<p>
	The cybercrime group behind this service (also tracked by Microsoft as Storm-2246) has stolen at least 5,000 Microsoft credentials from 94 countries since at least July 2024, using RaccoonO365 phishing kits that bundled CAPTCHA pages and anti-bot techniques to appear legitimate and evade analysis.
</p>

<p>
	 
</p>

<p>
	For instance, a large-scale RaccoonO365 tax-themed phishing campaign targeted over 2,300 organizations in the United States in April 2025, but these phishing kits have also been deployed in attacks against more than 20 U.S. healthcare organizations.
</p>

<p>
	 
</p>

<p>
	The credentials, cookies, and other data stolen from victims' OneDrive, SharePoint, and email accounts were later employed in financial fraud attempts, extortion attacks, or as initial access to other victims' systems.
</p>

<p>
	 
</p>

<p>
	"This puts public safety at risk, as RaccoonO365 phishing emails are often a precursor to malware and ransomware, which have severe consequences for hospitals," <a href="https://blogs.microsoft.com/on-the-issues/2025/09/16/microsoft-seizes-338-websites-to-disrupt-rapidly-growing-raccoono365-phishing-service/" rel="external nofollow" target="_blank">said Steven Masada</a>, Assistant General Counsel for Microsoft's Digital Crimes Unit.
</p>

<p>
	 
</p>

<p>
	"In these attacks, patient services are delayed, critical care is postponed or canceled, lab results are compromised, and sensitive data is breached, causing major financial losses and directly impacting patients."
</p>

<p>
	 
</p>

<p>
	RaccoonO365 has been renting subscription-based phishing kits through a private Telegram channel, which had over 840 members as of August 25, 2025. The prices ranged from $355 for a 30-day plan to $999 for a 90-day subscription, all paid in USDT (TRC20, BEP20, Polygon) or Bitcoin (BTC) cryptocurrency.
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="RaccoonO365 Telegram channel" class="ipsImage" height="454" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2025/RaccoonO365-Telegram-channel.jpg">
		<figcaption>
			<em>RaccoonO365 Telegram channel (Cloudflare)</em>
		</figcaption>
	</figure>
</div>

<p>
	Microsoft estimated that the group has received at least $100,000 in cryptocurrency payments so far, suggesting there are approximately 100 to 200 subscriptions; however, the actual number of subscriptions sold is likely much higher.
</p>

<p>
	 
</p>

<p>
	During its investigation, the Microsoft DCU also found that the leader of RaccoonO365 is Joshua Ogundipe, who lives in Nigeria.
</p>

<p>
	 
</p>

<p>
	Cloudflare also believes that RaccoonO365 also collaborates with Russian-speaking cybercriminals, given the use of Russian in its Telegram bot's name.
</p>

<p>
	 
</p>

<p>
	"Based on Microsoft's analysis, Ogundipe has a background in computer programming and is believed to have authored the majority of the code," Masada added.
</p>

<p>
	 
</p>

<p>
	"An operational security lapse by the threat actors in which they inadvertently revealed a secret cryptocurrency wallet helped the DCU's attribution and understanding of their operations. A criminal referral for Ogundipe has been sent to international law enforcement."
</p>

<p>
	 
</p>

<p>
	In May, Microsoft <a href="https://www.bleepingcomputer.com/news/security/lumma-infostealer-malware-operation-disrupted-2-300-domains-seized/" rel="external nofollow" target="_blank">also seized 2,300 domains</a> in a coordinated disruption action targeting the Lumma malware-as-a-service (MaaS) information stealer.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/microsoft-and-cloudflare-disrupt-massive-raccoono365-phishing-service/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 18 September 2025 at 4:33 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31387</guid><pubDate>Wed, 17 Sep 2025 18:34:26 +0000</pubDate></item><item><title>Apple patches a zero-day threat in older iPhones, iPads</title><link>https://nsaneforums.com/news/security-privacy-news/apple-patches-a-zero-day-threat-in-older-iphones-ipads-r31386/</link><description><![CDATA[<p>
	Apple has released a security update for many older iPhone and iPad models. This update includes a critical security fix, for a zero-day threat.
</p>

<p>
	 
</p>

<p>
	This security update completely went under my radar because I was focusing on iOS 26 and didn't check Apple's security releases page. Speaking of which iOS 26, iPadOS 26, macOS Tahoe 26 all ship with <a data-wpel-link="external" href="https://support.apple.com/en-us/125108" rel="external nofollow" target="_blank">a bunch of new security fixes</a>.
</p>

<p>
	 
</p>

<p>
	Anyway, let's get back to the update for older devices, the vulnerability in question is tracked under CVE-2025-43300. What's interesting about this is that it is the same as <a data-wpel-link="internal" href="https://www.ghacks.net/2025/08/21/apple-releases-fix-for-a-zero-day-threat-in-ios-ipados-and-macos/" rel="external nofollow" target="_blank">the one I wrote about last month.</a> Apple patched a zero-day threat in iOS, iPadOS and macOS on August 20, with the release of iOS 18.6.2, iPadOS 18.6.2, and macOS Sequoia 15.6.1, macOS Sonoma 14.7.8 and macOS Ventura 13.7.8.
</p>

<p>
	 
</p>

<p>
	<a data-wpel-link="external" href="https://www.bleepingcomputer.com/news/security/apple-backports-zero-day-patches-to-older-iphones-and-ipads/" rel="external nofollow" target="_blank">Bleeping Computer</a> spotted some security advisories on Apple's website that highlighted the release of iOS 15.8.5, iPadOS 15.8.5, iOS 16.7.12 and iPadOS 16.7.12 to patch the vulnerability. Here's a brief description of the issue, processing a malicious image file may result in memory corruption. For instance, a photo with spyware code could lead to a targeted attack. Apple says it patched an out-of-bounds write issue with improved bounds checking. The release notes mentions that "Apple is aware of a report that this issue may have been exploited in an extremely sophisticated attack against specific targeted individuals." As I said, that is a sophisticated mercenary spyware attack targeting individuals like journalists, activists, etc.
</p>

<p>
	 
</p>

<p>
	The<a data-wpel-link="external" href="https://support.apple.com/en-us/125141" rel="external nofollow" target="_blank"> iOS 16.7.12 update</a> is available for the Phone 8, iPhone 8 Plus, and iPhone X, while the <a data-wpel-link="external" href="https://support.apple.com/en-us/125142" rel="external nofollow" target="_blank">iOS 15.8.5 update</a> is available for iPhone 6s (all models), iPhone 7 (all models), iPhone SE (1st generation), and iPod touch (7th generation). iPadOS 16.7.12 is available for the iPad 5th generation, iPad Pro 9.7-inch, and iPad Pro 12.9-inch 1st generation, while iPadOS 15.8.5 is available for the iPad Air 2, iPad Mini (4th generation).
</p>

<p>
	 
</p>

<p>
	It's good to see Apple patching security issues on devices that are nearly ten years old, the iPhone 7 was launched in 2016. Earlier this month, <a data-wpel-link="internal" href="https://www.ghacks.net/2025/09/01/whatsapp-fixes-zero-click-vulnerability-in-ios-and-macos-which-was-used-in-targeted-spyware-attacks/" rel="external nofollow" target="_blank">WhatsApp fixed a zero-click vulnerability</a> in iOS and macOS that was used in similar attacks.
</p>

<p>
	 
</p>


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

<p>
	<a href="https://www.ghacks.net/2025/09/17/apple-patches-zero-day-threats-in-older-iphones-ipads/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 18 September 2025 at 4:33 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31386</guid><pubDate>Wed, 17 Sep 2025 18:33:26 +0000</pubDate></item><item><title>Windows Secure Boot certificates are expiring, here is everything you need know</title><link>https://nsaneforums.com/news/security-privacy-news/windows-secure-boot-certificates-are-expiring-here-is-everything-you-need-know-r31370/</link><description><![CDATA[<p>
	About three months ago, Microsoft published a blog post about <a automate_uuid="757572d2-7865-454e-bdb3-63ba794e4ac2" href="https://www.neowin.net/news/certificates-for-one-of-windows-11s-hardware-requirements-expire-soon-here-is-what-to-know/" rel="external nofollow">expiring Secure Boot certificates</a> and explained why the issue is important and what you need to know about it. Now, as we get closer to the day X, the company has published a new support document with more details about the matter.
</p>

<p>
	 
</p>

<p>
	Microsoft introduced Secure Boot in 2011 as a new method to ensure your computer boots using verified firmware and a trusted bootloader. Years later, Secure Boot became one of Windows 11's hardware requirements alongside Trusted Platform Module as part of Microsoft's push to make devices more secure.
</p>

<p>
	 
</p>

<p>
	The first Secure Boot certificates are valid for 15 years, and they are about to expire in June 2026. Expired certificates are a big deal because, without them, Windows cannot apply certain updates, which leaves your system vulnerable to BootKits and other malware.
</p>

<p>
	 
</p>

<p>
	Updating certificates is not something your average Joe does on a regular basis. As such, Microsoft prepared a detailed FAQ section where it answered all the possible questions about expired certificates and what to do with them. If you own a regular home PC that gets updates via Windows Update, there is pretty much nothing to worry about, as Microsoft will make all the necessary updates in the background (another reason why you should not disable Windows Updates for long periods).
</p>

<p>
	 
</p>

<p>
	If you are on Windows 10 and you do not plan to upgrade to Windows 11, <a automate_uuid="6f042551-ac25-45c8-ad49-f22a11f91b2f" href="https://www.neowin.net/guides/how-to-get-one-more-year-of-windows-10-updates-for-free/" rel="external nofollow">enrolling in the Extended Security Updates program</a> is a must to get updated certificates. The only exception is supported Windows 10 LTSC/LTSB releases, which will continue receiving security updates past October 14, 2025. Microsoft makes it clear that unsupported Windows versions will not get new Secure Boot certificates.
</p>

<p>
	 
</p>

<p>
	The new FAQ section also addresses the question about upgrading Windows 10 LTSC to Windows 11 LTSC with Secure Boot turned off and an expired certificate. Microsoft explains that such devices will not receive new certificates, and users will have to "follow specific migration steps relevant at that time" to ensure their systems have the 2023 certificates.
</p>

<p>
	 
</p>

<p>
	There is another important area that the FAQ document explains, which is about PCs that cannot boot after resetting the firmware. Microsoft explains that systems that already use a boot manager with the 2023 certificates will stop booting if users reset firmware to defaults that do not include the Windows UEFI CA 2023 certificate. This can be mitigated by reapplying the certificate using a recovery USB (explained in detail in <a automate_uuid="0cedd6e0-8d6d-4f6e-a6c2-68fea93bfa58" href="https://support.microsoft.com/en-us/topic/how-to-manage-the-windows-boot-manager-revocations-for-secure-boot-changes-associated-with-cve-2023-24932-41a975df-beb2-40c1-99a3-b3ff139f832d#bkmk_windows_install_media" rel="external nofollow">this document</a>).
</p>

<p>
	 
</p>

<p>
	You can read all the questions and answers about expiring Secure Boot certificates in the official document <a automate_uuid="84b88248-ee51-4f2c-9d0a-c6797cbcbb93" href="https://support.microsoft.com/en-us/topic/frequently-asked-questions-about-the-secure-boot-update-process-b34bf675-b03a-4d34-b689-98ec117c7818" rel="external nofollow">here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-secure-boot-certificates-are-expiring-here-is-everything-you-need-know/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 17 September 2025 at 4:41 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31370</guid><pubDate>Tue, 16 Sep 2025 18:42:07 +0000</pubDate></item><item><title>When will Jaguar Land Rover restart production? &#x201C;No one actually knows.&#x201D;</title><link>https://nsaneforums.com/news/security-privacy-news/when-will-jaguar-land-rover-restart-production-%E2%80%9Cno-one-actually-knows%E2%80%9D-r31369/</link><description><![CDATA[<h3>
	Cyberattack has frozen operations at the company since the end of August.
</h3>

<p>
	Jaguar Land Rover’s dealers and suppliers fear the British carmaker’s operations will take another few months to normalize after a cyber attack that experts estimate could wipe more than £3.5 billion off its revenue.
</p>

<p>
	 
</p>

<p>
	JLR, which is owned by India’s Tata Motors, had been forced to shut down its systems and halt production across its UK factories since August 31, wreaking havoc across the country’s vast supply chain involving roughly 200,000 workers.
</p>

<p>
	 
</p>

<p>
	JLR on Tuesday said it would extend its production halt until at least next Wednesday as it continued its investigation. In a statement, the company also cautioned that “the controlled restart of our global operations… will take time.”
</p>

<p>
	 
</p>

<p>
	If JLR cannot produce vehicles until November, David Bailey, professor at University of Birmingham, estimated that the group would suffer a revenue hit of more than £3.5 billion while it would lose about £250 million in profits, or about £72 million in revenue and £5 million in profits on a daily basis.
</p>

<p>
	 
</p>

<p>
	With annual revenues of £29 billion in 2024, JLR will be able to absorb the financial costs but Bailey warned the consequences would be bigger for the smaller sized companies in its supply chain. JLR declined to comment.
</p>

<p>
	 
</p>

<p>
	The cyber attack comes at a crucial period for the UK carmaker when it is going through a controversial rebranding of its Jaguar brand and an expensive shift to all-electric vehicles by the end of the decade. Even before the latest incident, people briefed on the matter have said the company was facing delays with launching its new electric models.
</p>

<p>
	 
</p>

<p>
	“They are clearly in chaos,” said one industry executive who works closely with JLR, while another warned that “no one actually knows” when production would resume.
</p>

<p>
	 
</p>

<p>
	“If there is a major financial hit, the CEO will look for significant cost savings to try and recover some of that, so that could hit both the production base in the UK but also its product development,” said Bailey.
</p>

<p>
	 
</p>

<p>
	According to people close to the industry, JLR has been helped by an ample inventory of JLR vehicles before the incident, meaning car sales were unaffected after production halted. The company is still able to sell new cars and register them manually.
</p>

<p>
	 
</p>

<p>
	According to online marketplace Auto Trader, JLR took the top slot on its new car platform in August and is vying for a similar position in September with almost a million ad views in the two months.
</p>

<p>
	 
</p>

<p>
	“Despite the well documented issues with the much-loved British brand at the moment, not only is there plenty of stock available but it’s also drawing in the largest audiences in relation to its competitors,” said Ian Plummer, chief commercial officer at Auto Trader.
</p>

<p>
	 
</p>

<p>
	Nevertheless, an immediate challenge for retailers has been their ability to source parts for car repairs. JLR has tried to secure additional supplies in response.
</p>

<p>
	 
</p>

<p>
	The company is also asking UK government officials to provide emergency support for its suppliers to get through this period, according to people close to the talks.
</p>

<p>
	 
</p>

<p>
	While JLR has not provided information on who is responsible for the attack, a hacker calling himself “Rey” has claimed to have infiltrated the carmaker’s systems for the second time in just six months.
</p>

<p>
	 
</p>

<p>
	Cyber experts say they believe “Rey” is the same individual previously linked to the hacker group Hellcat, which claimed to have breached JLR in March and to have stolen confidential data. JLR declined to comment on the previous incident in March.
</p>

<p>
	 
</p>

<p>
	The organization, which uses the same tactics as the “Scattered Spider” collective linked to the high-profile attacks on retailers, including M&amp;S, has previously declared to have attacked companies such as telecoms group Telefónica.
</p>

<p>
	 
</p>

<p>
	The cyber attack at M&amp;S in April forced the retailer to suspend online clothing and homeware sales for seven weeks—a disruption expected to cost up to £300 million in operating profits this year.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/cars/2025/09/when-will-jaguar-land-rover-restart-production-no-one-actually-knows/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 17 September 2025 at 4:39 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31369</guid><pubDate>Tue, 16 Sep 2025 18:40:47 +0000</pubDate></item><item><title>Microsoft commits to European interoperability in a groundbreaking agreement</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-commits-to-european-interoperability-in-a-groundbreaking-agreement-r31330/</link><description><![CDATA[<p>
	Microsoft has finalized an agreement with the European Commission to address competition concerns regarding Teams. The changes are designed to enhance flexibility and give customers more options and commit the company to consumer choice and interoperability in a competitive landscape. The agreement involves changes to licensing and pricing for Microsoft 365, Office 365, and Microsoft Teams.
</p>

<p>
	 
</p>

<p>
	Microsoft is expanding interoperability and data portability resources. It will maintain the existing add-in model for third-party communication and collaboration providers and the AppSource marketplace will remain a distribution channel for these add-ins. The add-in model allows third-party solutions to integrate with Microsoft 365 and Teams in the same way as other software development companies that provide add-ins to Microsoft 365 and Teams.
</p>

<p>
	 
</p>

<p>
	In addition, Microsoft will continue to enable other solution providers to embed Office Web Applications within their own solutions through the Microsoft Document Collaboration Partner Program to better serve shared customers.
</p>

<p>
	 
</p>

<p>
	Microsoft said that the changes are explicitly aimed at enhancing flexibility, supporting open ecosystems, and providing customers with more options. The Redmond giant described partners as trusted advisors who deliver business outcomes and that the overall goal is to drive real impact for customers across their journey with their services and solutions.
</p>

<p>
	 
</p>

<p>
	Source: <a automate_uuid="1eb2d40f-0293-4e5b-9579-0882ffd7b914" href="https://techcommunity.microsoft.com/blog/partnernews/partner-blog--evolving-our-productivity-offerings-to-resolve-european-competitio/4453704" rel="external nofollow">Microsoft</a>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-commits-to-european-interoperability-in-a-groundbreaking-agreement/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Sunday 14 September 2025 at 5:02 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31330</guid><pubDate>Sat, 13 Sep 2025 19:02:59 +0000</pubDate></item><item><title>Plex shares details on user data hack and breach, including how to reset password</title><link>https://nsaneforums.com/news/security-privacy-news/plex-shares-details-on-user-data-hack-and-breach-including-how-to-reset-password-r31258/</link><description><![CDATA[<p>
	Plex, the very popular home media server and streaming platform, has shared a detailed advisory on a recent security incident. The firm has confirmed that an unauthorized third party accessed a "limited subset" of customer data, but that it was able to mitigate the scope of the hack and its impact.
</p>

<p>
	 
</p>

<p>
	Plex has also assured that account passwords that may have been accessed by this breach were securely hashed, so were not read in plaintext by the threat actor.
</p>

<p>
	 
</p>

<p>
	Regardless, the firm has shared details for its customers on how to handle the situation which includes resetting the sign-in password. In addition, it has also recommended that users enable two-factor authentication (2FA), if it isn't already, to further enhance their account's cybersecurity posture. It <a automate_uuid="deb53660-8541-497c-b117-8e7b54ccc219" href="https://forums.plex.tv/t/important-notice-of-security-incident/930523" rel="external nofollow">writes</a><span>:</span>
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>If you use a password to sign into Plex:</strong> We kindly request that you reset your Plex account password immediately by visiting<a automate_uuid="9d7aacb9-2bd2-4d22-8516-f19a4cbfce68" href="https://plex.tv/reset" rel="external nofollow"> https://plex.tv/reset</a>. When doing so, there’s a checkbox to “Sign out connected devices after password change,” which we recommend you enable. This will sign you out of all your devices (including any Plex Media Server you own) for your security, and you will then need to sign back in with your new password.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>If you use SSO to sign into Plex:</strong> We kindly request that you log out of all active sessions by visiting<a automate_uuid="97348ce5-8f57-41f0-80a5-1e704b8e02cb" href="http://plex.tv/security" rel="external nofollow"> https://plex.tv/security</a> and clicking the button that says ”Sign out of all devices”. This will sign you out of all your devices (including any Plex Media Server you own) for your security, and you will then need to sign back in as normal.
	</p>

	<p>
		 
	</p>

	<p>
		We remind you that <strong>no one at Plex will ever reach out to you over email to ask for a password or credit card number for payments</strong>. For further account protection, we also recommend enabling<a automate_uuid="37ad5421-21a8-415c-aeb5-ec3253cdc106" href="https://support.plex.tv/articles/two-factor-authentication/?utm_source=Plex&amp;utm_medium=email&amp;utm_content=reset_password&amp;utm_campaign=sql_db_password_reset" rel="external nofollow"> two-factor authentication</a> on your Plex account if you haven’t already done so.
	</p>
</blockquote>

<p>
	Finally, the company has shared a support article <a automate_uuid="35dda0ce-0399-4b4f-b02d-39eb3123bd0b" href="https://support.plex.tv/articles/account-requires-password-reset/" rel="external nofollow">at this link</a> which walks users through the steps one by one on how to reset their account password.
</p>

<p>
	 
</p>

<p>
	The company has already been sending out emails to users, but even if you have not received one, it is best advised that you reset your password just to be on the safe side.
</p>

<p>
	 
</p>

<p>
	Some users are also finding that their libraries after the password reset shows up as empty, in which case, you will need to reclaim the server or try the login process a few more times (via <a automate_uuid="354b3d2b-78ab-4ddd-9361-aadd7571970d" href="https://www.reddit.com/r/PleX/comments/1nc0t9n/changed_password_and_boom_all_libraries_show_empty/" rel="external nofollow">Reddit</a>).
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/plex-shares-details-on-user-data-hack-and-breach-including-how-to-reset-password/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 10 September 2025 at 3:57 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31258</guid><pubDate>Tue, 09 Sep 2025 17:57:57 +0000</pubDate></item><item><title>Plex tells users to reset passwords after new data breach</title><link>https://nsaneforums.com/news/security-privacy-news/plex-tells-users-to-reset-passwords-after-new-data-breach-r31244/</link><description><![CDATA[<p>
	Media streaming platform Plex is warning customers to reset passwords after suffering a data breach in which a hacker was able to steal customer authentication data from one of its databases.
</p>

<p>
	 
</p>

<p>
	In a data breach notification seen by BleepingComputer, Plex says the stolen data includes email addresses, usernames, securely hashed passwords, and authentication data.
</p>

<p>
	 
</p>

<p>
	"An unauthorized third party accessed a limited subset of customer data from one of our databases," reads the Plex data breach notification.
</p>

<p>
	 
</p>

<p>
	"While we quickly contained the incident, information that was accessed included emails, usernames, and securely hashed passwords."
</p>

<p>
	 
</p>

<p>
	"Any account passwords that may have been accessed were securely hashed, in accordance with best practices, meaning they cannot be read by a third party."
</p>

<p>
	 
</p>

<p>
	Plex has not shared what hashing algorithm was used, raising the possibility that attackers could attempt to crack the passwords.
</p>

<p>
	 
</p>

<p>
	Therefore, Plex recommends that users, out of an "abundance of caution," reset their password at <a href="https://plex.tv/reset" rel="external nofollow" target="_blank">https://plex.tv/reset</a> and also enable the "Sign out connected devices after password change" option when doing so.
</p>

<p>
	 
</p>

<p>
	This will reset your password and log out any existing connections utilizing your own credentials. However, this will also require you to log in again on any devices using those credentials.
</p>

<p>
	 
</p>

<p>
	For those using SSO to log in to Plex, the company recommends you log out of all active sessions by visiting<a href="http://plex.tv/security" rel="external nofollow" target="_blank"> https://plex.tv/security</a> and clicking the button that says" Sign out of all devices".  Once again, you will need to log back into devices using your credentials.
</p>

<p>
	 
</p>

<p>
	The company is also reminding users to enable two-factor authentication for added protection and stresses that it will never ask for passwords or credit card details over email.
</p>

<p>
	 
</p>

<p>
	Plex says no payment card information was included in the breach, as it's not stored on its server.
</p>

<p>
	 
</p>

<p>
	The company says it has addressed the method used to breach its server, but did not share any further technical details about the attack.
</p>

<p>
	 
</p>

<p>
	BleepingComputer contacted Plex with questions about the breach and will update the article if we hear back.
</p>

<p>
	 
</p>

<p>
	This is not the first time Plex users have been forced to reset their passwords due to a data breach.
</p>

<p>
	 
</p>

<p>
	In August 2022, <a href="https://www.bleepingcomputer.com/news/security/plex-warns-users-to-reset-passwords-after-a-data-breach/" rel="external nofollow" target="_blank">Plex suffered an almost identical data breach</a>, with authentication data and hashed passwords exposed in the attack.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/plex-tells-users-to-reset-passwords-after-new-data-breach/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 9 September 2025 at 1:58 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31244</guid><pubDate>Tue, 09 Sep 2025 03:59:00 +0000</pubDate></item><item><title>Hackers hijack npm packages with 2 billion weekly downloads in supply chain attack</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-hijack-npm-packages-with-2-billion-weekly-downloads-in-supply-chain-attack-r31243/</link><description><![CDATA[<p>
	In a supply chain attack, attackers have injected malware into NPM packages with over 2.6 billion weekly downloads after compromising a maintainer's account in a phishing attack.
</p>

<p>
	 
</p>

<p>
	Josh Junon (<a href="https://www.npmjs.com/~qix" rel="external nofollow" target="_blank">qix</a>), the package maintainer whose accounts were hijacked in this supply-chain attack, <a href="https://bsky.app/profile/bad-at-computer.bsky.social/post/3lydioq5swk2y" rel="external nofollow" target="_blank">confirmed</a> the incident earlier today, stating that he was aware of the compromise and adding that the phishing email came <a href="https://bsky.app/profile/bad-at-computer.bsky.social/post/3lydje4zqis2y" rel="external nofollow" target="_blank">from support [at] npmjs [dot] help</a>, a domain that hosts a website impersonating the legitimate npmjs.com domain.
</p>

<p>
	 
</p>

<p>
	In the emails, the attackers threatened that the targeted maintainers' accounts would be locked on September 10th, 2025, as a scare tactic to get them to click on the link redirecting them to the phishing sites.
</p>

<p>
	 
</p>

<p>
	"As part of our ongoing commitment to account security, we are requesting that all users update their Two-Factor Authentication (2FA) credentials. Our records indicate that it has been over 12 months since your last 2FA update," the phishing email reads.
</p>

<p>
	 
</p>

<p>
	"To maintain the security and integrity of your account, we kindly ask that you complete this update at your earliest convenience. Please note that accounts with outdated 2FA credentials will be temporarily locked starting September 10, 2025, to prevent unauthorized access."
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="Phishing email" class="ipsImage" height="720" width="710" src="https://www.bleepstatic.com/images/news/u/1109292/2025/phishing-email.jpg">
		<figcaption>
			<em>Phishing email (<a href="https://github.com/Marsup" rel="external nofollow" target="_blank">Nicolas Morel</a>)</em>
		</figcaption>
	</figure>
</div>

<p>
	The attackers targeted other package maintainers and developers using the same email, according to <a href="https://github.com/orgs/community/discussions/172738" rel="external nofollow" target="_blank">reports</a> from those who received the phishing message.
</p>

<p>
	 
</p>

<p>
	BleepingComputer found that the npmjs[.]help page also includes a login form that will exfiltrate inputted credentials to the following URL:
</p>

<pre><code>https://websocket-api2[.]publicvm.com/images/jpg-to-png.php?name=[name]&amp;pass=[password]</code></pre>

<p>
	Since the incident was detected, the NPM team has removed some of the malicious versions published by the attackers, including the one for the debug package, which is downloaded 357.6 million times per week.
</p>

<p>
	 
</p>

<p>
	<a href="https://bsky.app/profile/bad-at-computer.bsky.social/post/3lydmyzpwa22s" rel="external nofollow" target="_blank"><img alt="Josh Junon skeet" class="ipsImage" height="328" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2025/Josh_Junon_skeet.png"></a>
</p>

<h2>
	The supply chain attack
</h2>

<p>
	According to Aikido Security, which <a href="https://www.aikido.dev/blog/npm-debug-and-chalk-packages-compromised" rel="external nofollow" target="_blank">analyzed the supply-chain attack</a>, the threat actors updated the packages after taking over control, injecting malicious code that acts as a browser-based interceptor into the index.js files, capable of hijacking network traffic and application APIs.
</p>

<p>
	 
</p>

<p>
	The malicious code only impacts individuals accessing the compromised applications over the web, monitoring for cryptocurrency addresses and transactions that are then redirected to attacker-controlled wallet addresses. This causes the transaction to be hijacked by the attackers rather than being sent to the intended address.
</p>

<p>
	 
</p>

<p>
	The malware operates <a href="https://github.com/chalk/chalk/issues/656#issuecomment-3266894253" rel="external nofollow" target="_blank">by injecting itself into the web browser</a>, monitoring Ethereum, Bitcoin, Solana, Tron, Litecoin, and Bitcoin Cash wallet addresses or transfers. On network responses with crypto transactions, it replaces the destinations with attacker-controlled addresses and hijacks transactions before they're signed.
</p>

<p>
	 
</p>

<p>
	Aikido says the malicious code does this by hooking JavaScript functions like <code>fetch</code>, <code>XMLHttpRequest</code>, and wallet APIs (window.ethereum, Solana, etc.).
</p>

<p>
	 
</p>

<p>
	The packages hijacked so far collectively have over 2.6 billion downloads every week:
</p>

<p>
	 
</p>

<ul style="list-style-type:square">
	<li>
		backslash (0.26m downloads per week)
	</li>
	<li>
		chalk-template (3.9m downloads per week)
	</li>
	<li>
		supports-hyperlinks (19.2m downloads per week)
	</li>
	<li>
		has-ansi (12.1m downloads per week)
	</li>
	<li>
		simple-swizzle (26.26m downloads per week)
	</li>
	<li>
		color-string (27.48m downloads per week)
	</li>
	<li>
		error-ex (47.17m downloads per week)
	</li>
	<li>
		color-name (191.71m downloads per week)
	</li>
	<li>
		is-arrayish (73.8m downloads per week)
	</li>
	<li>
		slice-ansi (59.8m downloads per week)
	</li>
	<li>
		color-convert (193.5m downloads per week)
	</li>
	<li>
		wrap-ansi (197.99m downloads per week)
	</li>
	<li>
		ansi-regex (243.64m downloads per week)
	</li>
	<li>
		supports-color (287.1m downloads per week)
	</li>
	<li>
		strip-ansi (261.17m downloads per week)
	</li>
	<li>
		chalk (299.99m downloads per week)
	</li>
	<li>
		debug (357.6m downloads per week)
	</li>
	<li>
		ansi-styles (371.41m downloads per week)
	</li>
</ul>

<p>
	 
</p>

<p>
	"The packages were updated to contain a piece of code that would be executed on the client of a website, which silently intercepts crypto and web3 activity in the browser, manipulates wallet interactions, and rewrites payment destinations so that funds and approvals are redirected to attacker-controlled accounts without any obvious signs to the user," Aikido Security researcher Charlie Eriksen said.
</p>

<p>
	 
</p>

<p>
	"What makes it dangerous is that it operates at multiple layers: altering content shown on websites, tampering with API calls, and manipulating what users' apps believe they are signing."
</p>

<p>
	 
</p>

<p>
	While this is a supply chain attack, Andrew MacPherson, Principal Security Engineer at Privy, told BleepingComputer that there are specific criteria that must be met for an app to have been affected, which significantly decreases the impact. This includes:
</p>

<p>
	 
</p>

<ul data-border="0" data-indent="0" data-list-tree="true" data-stringify-type="unordered-list" style="list-style-type:square">
	<li data-stringify-border="0" data-stringify-indent="0">
		A fresh install between ~9 AM and ~11.30 AM ET, when the packages were compromised
	</li>
	<li data-stringify-border="0" data-stringify-indent="0">
		Package-lock.json was created during that time
	</li>
	<li data-stringify-border="0" data-stringify-indent="0">
		Vulnerable packages in direct or transient dependencies
	</li>
</ul>

<p>
	 
</p>

<p>
	This supply-chain attack follows a series of similar attacks targeting developers of various well-known JavaScript libraries over the past few months.
</p>

<p>
	 
</p>

<p>
	For instance, in July, attackers <a href="https://www.bleepingcomputer.com/news/security/popular-npm-linter-packages-hijacked-via-phishing-to-drop-malware/" rel="external nofollow" target="_blank">compromised eslint-config-prettier</a>, a package with over 30 million weekly downloads, while in March, <a href="https://www.bleepingcomputer.com/news/security/infostealer-campaign-compromises-10-npm-packages-targets-devs/" rel="external nofollow" target="_blank">ten other widely used npm libraries</a> were hijacked and turned into info-stealers.
</p>

<p>
	 
</p>

<p>
	Both the phishing attack and the injected malware illustrate how the web browser has become a massive attack surface for stealing credentials, modifying traffic, and breaching networks.
</p>

<p>
	 
</p>

<p>
	BleepingComputer has a webinar later this month titled "<a href="https://www.scworld.com/cybercast/your-browser-is-the-breach-securing-the-modern-web-edge?utm_source=partner-campaign&amp;utm_medium=bc_npm_sca&amp;utm_campaign=sc-cybercast-bleepingcomputer-2025-september" rel="external nofollow" target="_blank">Your Browser Is the Breach: Securing the Modern Web Edge</a>" that focuses on recent browser attacks and how to defend this attack surface.
</p>

<p>
	 
</p>

<p>
	<em>Update: Revised the lede as the attack is not as impactful as initially thought.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/hackers-hijack-npm-packages-with-2-billion-weekly-downloads-in-supply-chain-attack/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 9 September 2025 at 1:57 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31243</guid><pubDate>Tue, 09 Sep 2025 03:57:48 +0000</pubDate></item><item><title>UK to strengthen online safety laws to protect vulnerable adults</title><link>https://nsaneforums.com/news/security-privacy-news/uk-to-strengthen-online-safety-laws-to-protect-vulnerable-adults-r31237/</link><description><![CDATA[<p>
	The UK government has announced that it’s introducing new laws to toughen the <a automate_uuid="e6c71586-4127-47f6-90ec-f1f259c67121" href="https://www.neowin.net/news/uk-enforces-strict-new-online-age-checks-today/" rel="external nofollow">Online Safety Act</a> with the goal of protecting vulnerable people of all ages from content that encourages or assists self-harm. The government described this as an urgent action that’s intended to prevent users from being exposed to “devastating” self-harm material. While existing protections are aimed at children, the new rules will strive to protect adults with mental health issues.
</p>

<p>
	 
</p>

<p>
	With <a automate_uuid="ab32a4de-75c4-4fe7-ab97-ca4cecb78036" href="https://www.gov.uk/government/news/online-safety-laws-to-strengthen-to-protect-people-of-all-ages-from-devastating-self-harm-content" rel="external nofollow">this change</a>, any material that encourages or assists serious self-harm will be classified as a priority offense that needs to be addressed to protect children and adults. The new regulations are expected to be laid out in the autumn and will come into force 21 days after being approved.
</p>

<p>
	 
</p>

<p>
	Under the new rules, tech firms will be legally required to hunt down and remove self-harm material using “cutting-edge technology” to see out self-harm content before it can reach users. This shift is designed to change moderation from a reactive approach to a proactive one, compelling companies to prevent harm, not just respond to it. The Technology Secretary Liz Kendall said that these new requirements are “not an option, but the law.”
</p>

<p>
	 
</p>

<p>
	It’s not just the government that’s eager to introduce the new rules. The Chief Executive of the Samaritans, Julie Bentley, welcomed the new measures. The Samaritans view the changes as a positive step that can ensure the Online Safety Act goes further to protect both adults and children. Bentley said that while the internet can offer support for people who are struggling, it can also be used to find self-harm content that can be fatal.
</p>

<p>
	 
</p>

<p>
	With this change, the government is responding to the consequences that self-harm content has had time and time again, which can “destroy lives and tear families apart.” For adults, the new rules are intended to prevent content that could trigger a mental health crisis or worse. The government said that the regulations will be brought into force as a Statutory Instrument (SI) and require approval by both Houses of Parliament. The rules will come into force 21 days after implementation.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/uk-to-strengthen-online-safety-laws-to-protect-vulnerable-adults/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 9 September 2025 at 3:08 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31237</guid><pubDate>Mon, 08 Sep 2025 17:09:26 +0000</pubDate></item><item><title>AI-powered malware hit 2,180 GitHub accounts in &#x201C;s1ngularity&#x201D; attack</title><link>https://nsaneforums.com/news/security-privacy-news/ai-powered-malware-hit-2180-github-accounts-in-%E2%80%9Cs1ngularity%E2%80%9D-attack-r31215/</link><description><![CDATA[<p>
	Investigations into the Nx "s1ngularity" NPM supply chain attack have unveiled a massive fallout, with thousands of account tokens and repository secrets leaked.
</p>

<p>
	 
</p>

<p>
	According to a post-incident <a href="https://www.wiz.io/blog/s1ngularitys-aftermath" rel="external nofollow" target="_blank">evaluation by Wiz researchers</a>, the Nx compromise has resulted in the exposure of 2,180 accounts and 7,200 repositories across three distinct phases.
</p>

<p>
	 
</p>

<p>
	Wiz also stressed that the incident's scope of impact remains significant, as many of the leaked secrets remain valid, and so the effect is still unfolding.
</p>

<h2>
	The Nx "s1ngularity" supply chain attack
</h2>

<p>
	Nx is a popular open-source build system and monorepo management tool, widely used in enterprise-scale JavaScript/TypeScript ecosystems, having over 5.5 million weekly downloads on the NPM package index.
</p>

<p>
	 
</p>

<p>
	On August 26, 2025, attackers exploited a flawed GitHub Actions workflow in the Nx repository to publish a malicious version of the package on NPM, which included a post-install malware script ('telemetry.js').
</p>

<p>
	 
</p>

<p>
	The telemetry.js malware is a credential stealer targeting Linux and macOS systems, which attempted to steal GitHub tokens, npm tokens, SSH keys, .env files, crypto wallets, and upload the secrets to public GitHub repositories named "s1ngularity-repository."
</p>

<p>
	 
</p>

<p>
	What made this attack stand out was that the credential-stealer to used installed command-line tools for artificial intelligence platforms, such as Claude, Q, and Gemini, to search for and harvest sensitive credentials and secrets using LLM prompts.
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="LLM prompt to search for and steal credentials and other secrets" class="ipsImage" height="290" width="720" src="https://www.bleepstatic.com/images/news/security/n/nx-supply-chain-attack/llm-prompt-to-steal-credentials.jpg">
		<figcaption>
			<em>LLM prompt to search for and steal credentials and other secrets<br>
			Source: Wiz</em>
		</figcaption>
	</figure>
</div>

<p>
	Wiz reports that the prompt changed over each iteration of the attack, showing that the threat actor was tuning the prompt for better success.
</p>

<p>
	 
</p>

<p>
	"The evolution of the prompt shows the attacker exploring prompt tuning rapidly throughout the attack. We can see the introduction of <a href="https://learnprompting.org/docs/basics/roles" rel="external nofollow"><u>role-prompting</u></a>, as well as varying levels of specificity on techniques," explained Wiz.
</p>

<p>
	 
</p>

<p>
	"These changes had a concrete impact on the success of the malware. The introduction of the phrase “penetration testing”, for example, was concretely reflected in LLM refusals to engage in such activity."
</p>

<h2>
	A massive blast radius
</h2>

<p>
	In the first phase of the attack, between August 26 and 27, the backdoored Nx packages directly impacted 1,700 users, leaking over 2,000 unique secrets. The attack also exposed 20,000 files from infected systems.
</p>

<p>
	 
</p>

<p>
	GitHub responded by taking down the repositories the attacker created after eight hours, but the data had already been copied.
</p>

<p>
	 
</p>

<p>
	Between August 28 and 29, which Wiz defines as phase 2 of the incident, the attackers used the leaked GitHub tokens to flip private repositories to public, renaming them to include the 's1ngularity' string.
</p>

<p>
	 
</p>

<p>
	This has resulted in the further compromise of another 480 accounts, the majority of which were organizations, and the public exposure of 6,700 private repositories.
</p>

<p>
	 
</p>

<p>
	In the third phase, which began on August 31, the attackers targeted a single victim organization, utilizing two compromised accounts to publish an additional 500 private repositories.
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="Overview of attack and impact" class="ipsImage" height="393" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2025/September/overview.jpg">
		<figcaption>
			<em>Overview of the s1ngularity attack<br>
			Source: Wiz</em>
		</figcaption>
	</figure>
</div>

<h2>
	Nx's response
</h2>

<p>
	The Nx team published a detailed <a href="https://github.com/nrwl/nx/security/advisories/GHSA-cxm3-wv7p-598c" rel="external nofollow" target="_blank">root cause analysis</a> on GitHub explaining that the compromise came from a pull request title injection combined with the insecure use of pull_request_target.
</p>

<p>
	 
</p>

<p>
	This allowed the attackers to run arbitrary code with elevated permissions, which in turn triggered Nx's publish pipeline and exfiltrated the npm publishing token.
</p>

<p>
	 
</p>

<p>
	The malicious packages were removed, the compromised tokens were revoked and rotated, and two-factor authentication has been adopted across all publisher accounts.
</p>

<p>
	 
</p>

<p>
	To prevent a recurrence of such a compromise, the Nx project has now adopted NPM's Trusted Publisher model, which eliminates token-based publishing, and added manual approval for PR-triggered workflows.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/ai-powered-malware-hit-2-180-github-accounts-in-s1ngularity-attack/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Sunday 7 September 2025 at 2:16 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31215</guid><pubDate>Sun, 07 Sep 2025 04:17:11 +0000</pubDate></item><item><title>Hovering over links in emails is still one of the best defenses you have against phishing</title><link>https://nsaneforums.com/news/security-privacy-news/hovering-over-links-in-emails-is-still-one-of-the-best-defenses-you-have-against-phishing-r31203/</link><description><![CDATA[<p>
	Phishing and its many variants are still a major threat on today's Internet. Email phishing is still a dominant attack type. You receive an email that usually claims to come from a legitimate company or service, in order to steal your passwords, other data, or gain access to information.
</p>

<p>
	 
</p>

<p>
	Experienced Internet users may detect most phishing emails immediately. One look at the sender's email address or the content of the email, and they know whether it is legitimate or not. Yes, a deep dive into the mail headers is usually the better option to determine whether an email is real or fake, but often, that is not necessary. If you get a claim from a company that you do not do business with, you can almost be certain that the email that you received is not legitimate.
</p>

<p>
	 
</p>

<p>
	Decade-old best practices against phishing still reign supreme. Do not click on links, do not use information to call someone, send them a message, or open a website listed in the phishing email. Bad grammar or spelling used to be a good indicator, but the increased use of AI by threat actors is eliminating most of that in emails.
</p>

<p>
	 
</p>

<p>
	If you are unsure, you may also hover with the mouse over links in phishing emails. At least on desktop systems, you see the link target. Often, it is a destination that has nothing to do with the entity the email supposedly came from. Even if an URL shortener is used or a new strategy is implemented, <a data-wpel-link="external" href="https://www.malwarebytes.com/blog/news/2025/08/facebook-users-targeted-in-login-phish" rel="external nofollow" target="_blank">like showing mailto links</a> instead of web links, it should ring the alarm bells loud and clear immediately.
</p>

<p>
	 
</p>

<p>
	On mobile, you may be able to long-press on links to display a context menu with options or information. There is still the risk of accidentally opening a link that you want to check though.
</p>

<p>
	 
</p>

<p>
	The following email, for example, has quite a few red flags. The sender claims that the recipient has to pay customs duties for a parcel transported by DHL.
</p>

<p>
	 
</p>

<p>
	<img alt="Phishing Emails check" class="ipsImage" decoding="async" height="720" width="720" src="https://www.ghacks.net/wp-content/uploads/2025/08/phishing-emails-hover-scaled.png">
</p>

<p>
	 
</p>

<p>
	Apart from the sender's email, it is the link that provides you with additional information. It screams fake, and if you used DHL before, you know that the company does not use the t.co URL shortening service.
</p>

<p>
	 
</p>

<p>
	Hovering over links may give help you distinguish fake emails from real ones. I still recommend that you open links manually only. If you get an email from your bank, a shopping site, or any other service or site that you use, you could still open it manually in your browser instead of clicking on a link, if you believe that there is a high chance that the email is legitimate.
</p>

<p>
	 
</p>

<p>
	<em>Now You: How do you handle the threat of phishing? Do you use specialized security tools to protect against phishing attacks? Feel free to leave a comment down below.</em>
</p>

<p>
	 
</p>


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

<p>
	<a href="https://www.ghacks.net/2025/09/03/hovering-over-links-in-emails-is-still-one-of-the-best-defenses-you-have-against-phishing/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Saturday 6 September 2025 at 3:34 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31203</guid><pubDate>Fri, 05 Sep 2025 17:35:27 +0000</pubDate></item><item><title>Chess.com confirms data breach</title><link>https://nsaneforums.com/news/security-privacy-news/chesscom-confirms-data-breach-r31202/</link><description><![CDATA[<p>
	Chess.com is a very popular service that enables people to play chess with each other online, while also offering a social forum for communities and a news section that keeps players updated on the latest in the sport. It has over a hundred million users, who play millions of games daily collectively. For example, right now, the counter at the top of the website shows that roughly 20 million games have been played today, and almost 200,000 people are online simultaneously. Now, the platform has disclosed a data breach affecting some players.
</p>

<p>
	 
</p>

<p>
	As reported by <a automate_uuid="198605ef-4510-4220-a654-e0cf185e600e" href="https://www.bleepingcomputer.com/news/security/chesscom-discloses-recent-data-breach-via-file-transfer-app/" rel="external nofollow">Bleeping Computer</a>, Chess.com has sent notifications to some customers informing them that the service was indirectly impacted in a data breach that affected a third-party file transfer app that was used by the platform. This incident occurred between June 5 and June 18 this year, with the company finding out about the breach on June 19.
</p>

<p>
	 
</p>

<p>
	Chess.com immediately notified relevant law enforcement authorities and solicited security experts to assess the scope of the breach and contain it. It was successful in this process, but the data of almost 4,500 users was exposed. This likely included personally identifiable information (PII), but no financial data was accessed.
</p>

<p>
	 
</p>

<p>
	On a platform boasting 100 million users, 4,500 may sound like a small figure since it only encompasses 0.0045% of its customers. However, the service is still giving impacted customers a couple of years of identity theft and credit monitoring services. Those affected have until December 3, 2025, to enroll in the complimentary services. Chess.com has emphasized that only the third-party file transfer app it used was impacted; its own infrastructure remains robust and unaffected. It's unclear which app was breached, but it's encouraging for now that the stolen data has not been spotted online or identified as being misused by malicious actors.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/chesscom-confirms-data-breach/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Saturday 6 September 2025 at 3:33 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31202</guid><pubDate>Fri, 05 Sep 2025 17:34:32 +0000</pubDate></item><item><title>EU fines Google $3.5 billion for anti-competitive ad practices</title><link>https://nsaneforums.com/news/security-privacy-news/eu-fines-google-35-billion-for-anti-competitive-ad-practices-r31201/</link><description><![CDATA[<p>
	The European Commission has fined Google €2.95 billion ($3.5 billion) for abusing its dominance in the digital advertising technology market and favoring its adtech services over those of its competitors.
</p>

<p>
	 
</p>

<p>
	Google was also ordered by the EU's top antitrust regulator to stop anti-competitive and "self-preferencing" practices and take measures to mitigate future conflicts of interest in the adtech market.
</p>

<p>
	 
</p>

<p>
	Lee-Anne Mulholland, Google's Global Head of Regulatory Affairs, told BleepingComputer that the antitrust regulator's decision was wrong and that the company will appeal it.
</p>

<p>
	 
</p>

<p>
	"The European Commission's decision about our ad tech services is wrong and we will appeal. It imposes an unjustified fine and requires changes that will hurt thousands of European businesses by making it harder for them to make money," Mulholland said.
</p>

<p>
	 
</p>

<p>
	"There's nothing anticompetitive in providing services for ad buyers and sellers, and there are more alternatives to our services than ever before."
</p>

<p>
	 
</p>

<p>
	This follows the Commission's <a href="https://ec.europa.eu/commission/presscorner/detail/cs/ip_23_3207" rel="external nofollow" target="_blank">notification to Google</a> in June 2023 of a preliminary finding that its abusive practices in online advertising technology violated the European Union's antitrust rules concerning adtech operations. At the time, <a href="https://blog.google/around-the-globe/google-europe/todays-european-commission-announcement-about-our-advertising-technology/" rel="external nofollow" target="_blank">Google stated</a> that the Commission's case "rests on flawed interpretations of the ad tech sector."
</p>

<p>
	 
</p>

<p>
	This is the fourth time the European Commission has fined Google for abusing its market dominance. In March 2019, the Commission <a href="https://www.bleepingcomputer.com/news/security/google-fined-17-billion-for-anti-competitive-practices-in-online-advertising/" rel="external nofollow" target="_blank">fined Google €1.49 billion ($1.7 billion)</a> for blocking rival advertising companies from displaying search ads on publisher search results pages.
</p>

<p>
	 
</p>

<p>
	In July 2018, Google was fined <a href="https://www.bleepingcomputer.com/news/google/google-fined-2-7-billion-for-tweaking-search-results/" rel="external nofollow" target="_blank">€2.42 billion ($2.72 billion)</a> for preventing other companies from competing in the online search and comparison shopping market by abusing its search engine dominance.
</p>

<p>
	 
</p>

<p>
	One year earlier, in June 2017, the EU's competition watchdog imposed <a href="https://www.bleepingcomputer.com/news/google/eu-fines-google-5-billion-for-breaching-antitrust-rules-in-android/" rel="external nofollow" target="_blank">a record €4.34 billion ($5.04 billion) fine</a> on Google "for illegal practices regarding Android mobile devices to strengthen the dominance of Google's search engine."
</p>

<p>
	 
</p>

<p>
	On Wednesday, the National Commission on Informatics and Liberty (CNIL), France's data protection authority, <a href="https://www.bleepingcomputer.com/news/security/france-slaps-google-with-325m-fine-for-violating-cookie-regulations/" rel="external nofollow" target="_blank">also fined Google €325 million ($378 million)</a> for displaying ads between Gmail users' emails without their consent and violating cookie regulations.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/google/eu-fines-google-35-billion-for-anti-competitive-ad-practices/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Saturday 6 September 2025 at 3:30 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31201</guid><pubDate>Fri, 05 Sep 2025 17:31:00 +0000</pubDate></item><item><title>New TP-Link zero-day surfaces as CISA warns other flaws are exploited</title><link>https://nsaneforums.com/news/security-privacy-news/new-tp-link-zero-day-surfaces-as-cisa-warns-other-flaws-are-exploited-r31181/</link><description><![CDATA[<p>
	TP-Link has confirmed the existence of an unpatched zero-day vulnerability impacting multiple router models, as CISA warns that other router flaws have been exploited in attacks.
</p>

<p>
	 
</p>

<p>
	The zero-day vulnerability was discovered by independent threat researcher Mehrun (ByteRay), <a href="https://blog.byteray.co.uk/zero-day-alert-automated-discovery-of-critical-cwmp-stack-overflow-in-tp-link-routers-0bc495a08679" rel="external nofollow" target="_blank">who noted</a> that he first reported it to TP-Link on May 11, 2024.
</p>

<p>
	 
</p>

<p>
	The Chinese networking equipment giant confirmed to BleepingComputer that it is currently investigating the exploitability and exposure of the flaw.
</p>

<p>
	 
</p>

<p>
	Though a patch is reportedly already developed for European models, work is underway to develop fixes for U.S. and global firmware versions, with no specific date estimates given.
</p>

<p>
	 
</p>

<p>
	“TP-Link is aware of the recently disclosed vulnerability affecting certain router models, as reported by ByteRay,” reads the statement TP-Link Systems Inc. sent to BleepingComputer.
</p>

<p>
	 
</p>

<p>
	“We take these findings seriously and have already developed a patch for impacted European models. Work is currently underway to adapt and expedite updates for U.S. and other global versions.”
</p>

<p>
	 
</p>

<p>
	“Our technical team is also reviewing the reported findings in detail to confirm device exposure criteria and deployment conditions, including whether CWMP is enabled by default.”
</p>

<p>
	 
</p>

<p>
	“We strongly encourage all users to keep their devices updated with the latest firmware as it becomes available via our official support channels.”
</p>

<p>
	 
</p>

<p>
	The vulnerability, which doesn’t have a CVE-ID assigned to it yet, is a stack-based buffer overflow in TP-Link’s CWMP (CPE WAN Management Protocol) implementation on an unknown number of routers.
</p>

<p>
	 
</p>

<p>
	Researcher Mehrun, who found the flaw through automated taint analysis of router binaries, explains that it lies in a function that handles SOAP SetParameterValues messages.
</p>

<p>
	 
</p>

<p>
	The problem is caused by a lack of bounds checking in ‘strncpy’ calls, making it possible to achieve remote code execution via buffer overflow when the stack buffer size is above 3072 bytes.
</p>

<p>
	 
</p>

<p>
	Mehrun says a realistic attack would be to redirect vulnerable devices to a malicious CWMP server and then deliver the oversized SOAP payload to trigger the buffer overflow.
</p>

<p>
	 
</p>

<p>
	This is achievable by exploiting flaws in outdated firmware or accessing the device by using default credentials that the users haven’t changed.
</p>

<p>
	 
</p>

<p>
	Once compromised via RCE, the router can be instructed to reroute DNS queries to malicious servers, silently intercept or manipulate unencrypted traffic, and inject malicious payloads into web sessions.
</p>

<p>
	 
</p>

<p>
	The researcher confirmed through testing that TP-Link Archer AX10 and Archer AX1500 use vulnerable CWMP binaries. Both are highly popular router models that are currently available for sale in multiple markets.
</p>

<p>
	 
</p>

<p>
	Mehrun also noted that EX141, Archer VR400, TD-W9970, and possibly several other router models from TP-Link are potentially affected.
</p>

<p>
	 
</p>

<p>
	Until TP-Link determines which devices are vulnerable and releases fixes for them, users should change default admin passwords, disable CWMP if not needed, and apply the latest firmware update for their device. If possible, segment the router from critical networks.
</p>

<h2>
	CISA warns of exploited TP-Link flaws
</h2>

<p>
	Yesterday, <a href="https://www.cisa.gov/news-events/alerts/2025/09/03/cisa-adds-two-known-exploited-vulnerabilities-catalog" rel="external nofollow" target="_blank">CISA added two other TP-Link flaws</a>, tracked CVE-2023-50224 and CVE-2025-9377, to the Known Exploited Vulnerability catalog that the Quad7 botnet has exploited to compromise routers.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.cve.org/CVERecord?id=CVE-2023-50224" rel="external nofollow" target="_blank">CVE-2023-50224</a> is an authentication bypass flaw, and <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-9377" rel="external nofollow" target="_blank">CVE-2025-9377</a> is a command injection flaw. When chained together, they allow threat actors to gain remote code execution on vulnerable TP-Link devices.
</p>

<p>
	 
</p>

<p>
	Since 2023, the <a href="https://www.bleepingcomputer.com/news/security/quad7-botnet-targets-more-soho-and-vpn-routers-media-servers/" rel="external nofollow" target="_blank">Quad7 botnet has been exploiting the flaws</a> to install custom malware on routers that convert them into proxies and traffic relays.
</p>

<p>
	 
</p>

<p>
	Chinese threat actors have been using these compromised routers to proxy, or relay, malicious attacks while blending in with legitimate traffic to evade detection.
</p>

<p>
	 
</p>

<p>
	In 2024, <a href="https://www.bleepingcomputer.com/news/security/microsoft-chinese-hackers-use-quad7-botnet-to-steal-credentials/" rel="external nofollow" target="_blank">Microsoft observed</a> threat actors using the botnet to perform password spray attacks on cloud services and Microsoft 365, aiming to steal credentials.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/new-tp-link-zero-day-surfaces-as-cisa-warns-other-flaws-are-exploited/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 5 September 2025 at 3:20 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31181</guid><pubDate>Thu, 04 Sep 2025 17:21:34 +0000</pubDate></item><item><title>Mis-issued certificates for 1.1.1.1 DNS service pose a threat to the Internet</title><link>https://nsaneforums.com/news/security-privacy-news/mis-issued-certificates-for-1111-dns-service-pose-a-threat-to-the-internet-r31173/</link><description><![CDATA[<h3>
	The three certificates were issued in May but only came to light Wednesday.
</h3>

<p>
	People in Internet security circles are sounding the alarm over the issuance of three TLS certificates for 1.1.1.1, a widely used DNS service from content delivery network Cloudflare and the Asia Pacific Network Information Centre (APNIC) Internet registry.
</p>

<p>
	 
</p>

<p>
	The certificates, issued in May, can be used to decrypt domain lookup queries encrypted through DNS over HTTPS or DNS over TLS. Both protocols provide end-to-end encryption when end-user devices seek the IP address of a particular domain they want to access. Two of the certificates remained valid at the time this post went live on Ars.
</p>

<h2>
	Investigation underway
</h2>

<p>
	Although the certificates were issued four months ago, their existence came to public notice only on Wednesday in a <a href="https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/SgwC1QsEpvc" rel="external nofollow">post</a> to an online discussion forum. They were issued by Fina RDC 2020, a certificate authority that’s subordinate to the root certificate holder Fina Root CA. The Fina Root CA, in turn, is trusted by the Microsoft Root Certificate Program, which governs which certificates are trusted by the Windows operating system. Microsoft Edge accounts for approximately 5 percent of the browsers actively used on the Internet.
</p>

<p>
	 
</p>

<p>
	In an emailed statement sent several hours after this post went live, Cloudflare officials confirmed the certificates were improperly issued. They wrote in part:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Cloudflare did not authorize Fina to issue these certificates. Upon seeing the report on the certificate-transparency email list, we immediately kicked off an investigation and reached out to Fina, Microsoft, and Fina’s TSP supervisory body – who can mitigate the issue by revoking trust in Fina or the mis-issued certificates. At this time, we have not yet heard back from Fina.
	</p>
</blockquote>

<p>
	The statement went on to say that data encrypted through Cloudflare's WARP VPN isn't affected.
</p>

<p>
	 
</p>

<p>
	Microsoft said in an email that it has “engaged the certificate authority to request immediate action. We’re also taking steps to block the affected certificates through our disallowed list to help keep customers protected.” The statement didn't say how the company failed to identify the improperly issued certificate for such a long period of time.
</p>

<p>
	 
</p>

<p>
	Representatives from Google and Mozilla said in emails that their Chrome and Firefox browsers have never trusted the certificates, and there was no need for users to take any action. An Apple representative responded to an email with <a href="https://support.apple.com/en-us/121672" rel="external nofollow">this link</a> to a list of certificate authorities Safari trusts. Fina was not included.
</p>

<p>
	 
</p>

<p>
	It wasn't immediately known which organization or person requested and obtained the credentials. Representatives from Fina, didn’t answer emails seeking details.
</p>

<p>
	 
</p>

<p>
	The certificates are a key part of the Transport Layer Security protocol. They bind a specific domain to a public key. The certificate authority, the entity authorized to issue browser-trusted certificates, possesses the private key certifying that the certificate is valid. Anyone in possession of a TLS certificate can cryptographically impersonate the domain for which it was issued.
</p>

<p>
	 
</p>

<p>
	The holder of the 1.1.1.1 certificates could potentially use them in active adversary-in-the-middle attacks that intercept communications passing between end users and the Cloudflare DNS service, Ryan Hurst, CEO of Peculiar Ventures and a TLS and public key infrastructure expert, told Ars.
</p>

<p>
	 
</p>

<p>
	From there, attackers with possession of the 1.1.1.1 certificates could decrypt, view, and tamper with traffic from the Cloudflare DNS service, Hurst said.
</p>

<h2>
	Castles made of sand
</h2>

<p>
	Wednesday’s discovery exposes a key weakness of the public key infrastructure that’s responsible for ensuring trust of the entire Internet. Despite being the only thing ensuring that gmail.com, bankofamerica.com or any other website is controlled by the entity claiming ownership, the entire system can collapse with a single point of failure.
</p>

<p>
	 
</p>

<p>
	Cloudflare's statement observed:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		The CA ecosystem is a castle with many doors: the failure of one CA can cause the security of the whole castle to be compromised. CA misbehavior, whether intentional or not, poses a persistent and significant concern for Cloudflare. From the start, Cloudflare has helped develop and run Certificate Transparency that has allowed this mis-issuance to come to light.
	</p>
</blockquote>

<p>
	The incident also reflects poorly on Microsoft for failing to proactively catch the mis-issued certificates and allowing Windows to trust them for such a long period of time. <a href="https://certificate.transparency.dev" rel="external nofollow">Certificate Transparency</a>, a site that catalogues in real time the issuance of all browser-trusted certificates, can be searched automatically. The entire purpose of the logs is so stakeholders can quickly identify mis-issued certificates before they can be actively used. The mis-issuance in this case is easy to spot because the IP addresses used to confirm the party applying for the certificates had control of the domain was 1.1.1.1 itself.
</p>

<p>
	 
</p>

<p>
	The public discovery of the certificates four months after the fact suggests the transparency logs didn’t receive the attention they were intended to get. It's unclear how so many different parties could miss the certificates for such a long time span.
</p>

<p>
	 
</p>

<p>
	<em>This story was updated to correct an explanation of TLS certificates and to report newly available details.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/security/2025/09/mis-issued-certificates-for-1-1-1-1-dns-service-pose-a-threat-to-the-internet/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 4 September 2025 at 2:59 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31173</guid><pubDate>Thu, 04 Sep 2025 05:00:43 +0000</pubDate></item><item><title>How Passkeys Work&#x2014;and How to Use Them</title><link>https://nsaneforums.com/news/security-privacy-news/how-passkeys-work%E2%80%94and-how-to-use-them-r31166/</link><description><![CDATA[<h3>
	Passkeys want to create a password-free future. Here’s what they are and how you can start using them.
</h3>

<p>
	<span class="lead-in-text-callout">Passwords suck. They're</span> hard to remember, but worse is playing the ever-evolving game of cybersecurity whack-a-mole with your most important accounts. That’s where <a href="https://www.wired.com/story/stopped-using-passwords-passkeys/" rel="external nofollow">passkeys</a> come into play. The <a href="https://www.wired.com/story/passkey-portability-fido-alliance/" rel="external nofollow">so-called “war on passwords”</a> has taken off over the past two years, with titans like Google, Microsoft, and Apple pushing for a password-less future that the <a class="external-link" data-event-boundary="click" data-event-click='{"pattern":"ExternalLink"}' data-in-view='{"pattern":"ExternalLink"}' data-include-experiments="true" data-offer-url="https://fidoalliance.org/" href="https://fidoalliance.org/" rel="external nofollow" target="_blank">FIDO Alliance</a> (a consortium made to “help reduce the world’s over-reliance on passwords”) has been trying to realize for over a decade.
</p>

<p>
	 
</p>

<p>
	Like it or not, you’ll be prompted to create a passkey at some point, and you <a href="https://www.wired.com/story/stopped-using-passwords-passkeys/" rel="external nofollow">likely already have</a>. That’s a good thing, as passkeys aren’t only much easier to use than a traditional password, they’re also a lot safer. Here's everything you need to know about using them.
</p>

<p>
	 
</p>

<div class="AccordionItemContainerContent-bPelIb leTzLN closing-animation">
	<div>
		<ul>
			<li>
				<a href="#what-are-passkeys" rel=""><strong>What Is a Passkey?</strong></a>
			</li>
			<li>
				<a href="#are-passkeys-safe" rel=""><strong>Are Passkeys Safe?</strong></a>
			</li>
			<li>
				<a href="#passkeys-vs-2fa-and-mfa" rel=""><strong>Passkeys vs. 2FA and MFA</strong></a>
			</li>
			<li>
				<a href="#a-complete-list-of-devices-and-browsers-that-support-passkeys" rel=""><strong>Devices and Browsers That Support Passkeys</strong></a>
			</li>
			<li>
				<a href="#how-to-create-and-store-passkeys" rel=""><strong>How to Create and Store Passkeys</strong></a>
			</li>
			<li>
				<a href="#applications-that-support-passkeys" rel=""><strong>Apps That Support Passkeys</strong></a>
			</li>
			<li>
				<a href="#passkeys-will-eventually-replace-passwords" rel=""><strong>Passkeys Will (Eventually) Replace Passwords</strong></a>
			</li>
		</ul>
	</div>
</div>

<div id="what-are-passkeys" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		What Is a Passkey?
	</h2>
</div>

<p>
	Passkeys offer a way of confirming you are who you say you are without remembering a long, complicated password, and in a manner that's resistant to common attacks on passwords like phishing and dictionary attacks.
</p>

<p>
	 
</p>

<p>
	“Passkeys are built to replace passwords and outdated forms of two-factor authentication entirely,” Andrew Shikiar, executive director and CEO of the FIDO Alliance, tells WIRED. They represent a rare step forward in cybersecurity; one that’s not only easier to use than previous methods but also safer.
</p>

<p>
	 
</p>

<div class="GenericCalloutWrapper-IJXIe bbvBNt callout--has-top-border" data-event-boundary="click" data-event-click='{"pattern":"GenericCallout"}' data-in-view='{"pattern":"GenericCallout"}' data-include-experiments="true" data-testid="GenericCallout">
	<div class="AssetEmbedAssetContainer-eEeytc eRSvCP asset-embed__asset-container">
		<span class="SpanWrapper-zEXFr koTknX responsive-asset AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cGZhnX jwYQWO AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset responsive-image" style=""><img alt="What Is a Passkey Heres How to Set Up and Use Them" class="ipsImage" height="720" width="720" src="https://media.wired.com/photos/68b773b8430f2c14e47dad42/master/w_960,c_limit/ebay-passkey.jpg"></picture></span>
	</div>

	<div class="CaptionWrapper-jYrTxZ bkfwbX caption AssetEmbedCaption-fyuOdR eXMqGf asset-embed__caption" data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true" data-testid="caption-wrapper">
		<em><span class="BaseWrap-sc-gzmcOU BaseText-eqOrNE CaptionCredit-eowWKH deqABF kpqIso kpuElq caption__credit">eBay via Jacob Roach</span></em>
	</div>

	<div class="CaptionWrapper-jYrTxZ bkfwbX caption AssetEmbedCaption-fyuOdR eXMqGf asset-embed__caption" data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true" data-testid="caption-wrapper">
		 
	</div>
</div>

<p>
	Conceptually, passkeys can come in many forms, but you’ll most commonly interact with them on a device you own. For example, imagine you want to sign in to your Google Account on a new device. Instead of entering a password, a passkey allows you to log in to your account with a device you’ve already verified. You can use your phone as a passkey, which instantly grants access to your Google Account without ever entering a password. The best implementations of passkeys don’t even need a username.
</p>

<p>
	 
</p>

<p>
	Passkeys end up being safer and more convenient than passwords because they work in a fundamentally different way. Passwords are what you’d call a “shared secret” in the world of cybersecurity. You know the secret, and so does the service you’re signing in to. The problem is that you have to remember that secret, and you aren’t fully in control of it, as you have to share that secret with whatever service you’re using. A data breach and a little decryption time are all that's needed to end up with a compromised account, and you didn't even do anything wrong.
</p>

<p>
	 
</p>

<p>
	Passkeys use <a href="https://www.wired.com/2014/11/hacker-lexicon-end-to-end-encryption/" rel="external nofollow">public-key cryptography</a>. Instead of matching a shared secret, public-key cryptography works by matching a pair of keys—a public key that anyone can see, and a private key that only you have access to. It’s safer because only you have access to your private key, and it’s easier because that key is bound to some device you own and usually secured with biometrics.
</p>

<div id="are-passkeys-safe" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Are Passkeys Safe?
	</h2>
</div>

<p>
	Passkeys are safe, even more so than a long, random password. When you sign in with a passkey, you send a handful of information to the service you’re signing into, including your public key, which is stored as a representation of you as a user. This information alone doesn’t do anything.
</p>

<p>
	 
</p>

<p>
	On the device where you created the passkey, you'll have to engage in a “challenge” to unlock your private key, usually some form of biometric authentication. If the challenge is successful, it’s signed and sent back to the service you’re trying to log into. That challenge is then checked against the public key, and if it’s a match, you’re given access. Critically, this authentication happens on your device, not on a server far away.
</p>

<p>
	 
</p>

<p>
	With a password, there’s a ton of room for an attacker to potentially steal your password. Data breaches might expose your password, and even if it’s encrypted, it can be cracked. Phishing schemes are an easy vector of attack for hackers looking to steal passwords. And, if you’re using a service with spotty security practices, you could have a password exposed as plaintext in a breach; there are <a href="https://www.wired.com/tag/data-breaches/" rel="external nofollow">dozens and dozens of examples</a> of this happening before.
</p>

<div id="passkeys-vs-2fa-and-mfa" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Passkeys vs. 2FA and MFA
	</h2>
</div>

<p>
	Passkeys are tricky because they fly in the face of security conventions that have been around for years—namely, two-factor (2FA) or multifactor authentication (MFA). Although you don’t need to plug in a code from a text or copy something over from an authenticator app, passkeys inherently use multifactor authentication. It just happens so fast that it’s easy to miss.
</p>

<p>
	 
</p>

<p>
	MFA is about adding additional layers of protection beyond your password. Instead of just your password, you need it and a code texted to you, for example. Passkeys already work that way. You need to match the public-private key pair, but you also need to authenticate that you have access to that private key, usually with biometrics. It’s not “something you know and something you own,” as 2FA is normally described, but it’s still two layers of authentication.
</p>

<p>
	 
</p>

<p>
	Here's how Shikiar describes it: “When you sign in, the service issues a cryptographic challenge that can only be answered with the private key on your device, verified by something you have (like your phone or laptop) and often something you are (like a biometric). The result is a phishing-resistant login with no reusable credentials to steal.”
</p>

<div id="a-complete-list-of-devices-and-browsers-that-support-passkeys" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Devices and Browsers That Support Passkeys
	</h2>
</div>

<p>
	Passkeys are broadly integrated at an operating system level. If you’re using an OS that doesn’t natively support passkeys—i.e., Linux—you can still use them. However, you’ll need to use another device, like your phone, to scan a QR code and authenticate yourself, or a third-party password manager.
</p>

<p>
	 
</p>

<p>
	Here are the operating systems that fully support passkeys:
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://www.wired.com/story/how-to-use-passkeys-google-chrome-android/" rel="external nofollow">Android 9 or newer</a>
	</li>
	<li>
		iOS [and iPadOS] 16 or newer
	</li>
	<li>
		macOS 13 (Ventura) or newer
	</li>
	<li>
		Windows 10/11 23H2 or newer
	</li>
</ul>

<p>
	 
</p>

<p>
	Each one of these operating systems supports passkeys for native apps, as well as in your browser. Chromium supports passkeys, which covers the vast majority of browsers available, including Brave, Opera, Vivaldi, and <a href="https://www.wired.com/story/how-to-use-passkeys-google-chrome-android/" rel="external nofollow">Google Chrome</a>. The major non-Chromium browser, Mozilla Firefox, also supports passkeys on version 122 or newer.
</p>

<div id="how-to-create-and-store-passkeys" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		How to Create and Store Passkeys
	</h2>
</div>

<p>
	To use passkeys, you need to store them somewhere. The major operating systems that support passkeys already include a way to store them, but they aren’t created equally.
</p>

<div id="windows-1011" style="outline: none;" tabindex="-1">
	<h2>
		Windows 10 and Windows 11
	</h2>
</div>

<div class="AssetEmbedAssetContainer-eEeytc eRSvCP asset-embed__asset-container">
	<span class="SpanWrapper-zEXFr koTknX responsive-asset AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cGZhnX jwYQWO AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset responsive-image" style=""><img alt="What Is a Passkey Heres How to Set Up and Use Them" class="ipsImage" height="720" width="720" src="https://media.wired.com/photos/68b7732bacab424f465ff8fa/master/w_960,c_limit/windows-hello-passkeys.png"></picture></span>
</div>

<p>
	 
</p>

<p>
	You need to set up Windows Hello to use passkeys on Windows 10 or Windows 11. You might have set it up during installation, but if not, you can enable it in the <strong>Settings</strong> app by clicking <strong>Accounts &gt; Sign-in options</strong>. Whenever you want to use a passkey, you’ll need to authenticate with Windows Hello, be it with your face, fingerprint, or PIN.
</p>

<p>
	 
</p>

<div class="AssetEmbedAssetContainer-eEeytc eRSvCP asset-embed__asset-container">
	<span class="SpanWrapper-zEXFr koTknX responsive-asset AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cGZhnX jwYQWO AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset responsive-image" style=""><img alt="What Is a Passkey Heres How to Set Up and Use Them" class="ipsImage" height="720" width="720" src="https://media.wired.com/photos/68b7733f9f479e9a393cddec/master/w_960,c_limit/passkeys-windows.png"></picture></span>
</div>

<p>
	 
</p>

<p>
	Windows 10 or 11, version 23H2 or later, will prompt you to use a passkey whenever you attempt to sign in to a supported service on a supported browser (or through a native Windows app). Unlike other operating systems, these passkeys aren’t synced across your devices. They only work on your Windows device.
</p>

<div id="macos" style="outline: none;" tabindex="-1">
	<h2>
		macOS
	</h2>
</div>

<div class="AssetEmbedAssetContainer-eEeytc eRSvCP asset-embed__asset-container">
	<span class="SpanWrapper-zEXFr koTknX responsive-asset AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cGZhnX jwYQWO AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset responsive-image" style=""><img alt="What Is a Passkey Heres How to Set Up and Use Them" class="ipsImage" height="720" width="720" src="https://media.wired.com/photos/68b772e15b0a08b8f59b68ae/master/w_960,c_limit/passkeys-macos.png"></picture></span>
</div>

<p>
	 
</p>

<p>
	Both macOS and iOS [and iPadOS] store passkeys on your iCloud Keychain, so you’ll need to turn your Keychain on if it’s not already enabled. You can turn it on in the <strong>Settings</strong> app by following <strong>Apple ID &gt; iCloud &gt; Passwords and Keychain</strong>. You’ll need to enable 2FA for your Apple ID to use iCloud Keychain.
</p>

<p>
	 
</p>

<p>
	Similar to Windows, you’ll be prompted to create a passkey whenever you create a new account with a service that supports passkeys. If you want to add a passkey to an already created account, you’ll have to do so through that application’s settings. Unlike Windows, these passkeys work across devices, assuming you have access to your iCloud Keychain.
</p>

<p>
	 
</p>

<p>
	In newer versions of macOS (version 15 and later), it’s much easier to create and manage passkeys through the <a href="https://www.wired.com/story/apple-password-app-ios-18/" target="_blank" rel="external nofollow">dedicated Passwords app</a>.
</p>

<div id="ios" style="outline: none;" tabindex="-1">
	<h2>
		iOS [and iPadOS]
	</h2>
</div>

<p>
	iOS [and iPadOS] follows the same principles as macOS when it comes to Passkeys. They’re stored in your iCloud Keychain and synced across your devices. In iOS [and iPadOS] 18 and newer, you can manage passkeys in the dedicated Passwords app, and in older versions, you can find them in your settings.
</p>

<p>
	 
</p>

<div class="GroupCalloutWrapper-cfrXZg jpfwZP callout callout--group callout--group-2" data-event-boundary="click" data-event-click='{"pattern":"GroupCallout"}' data-in-view='{"pattern":"GroupCallout"}' data-include-experiments="true" data-testid="GroupCalloutWrapper">
	<div class="AssetEmbedAssetContainer-eEeytc eRSvCP asset-embed__asset-container">
		<span class="SpanWrapper-zEXFr koTknX responsive-asset AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cGZhnX jwYQWO AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset responsive-image" style=""><img alt="What Is a Passkey Heres How to Set Up and Use Them" class="ipsImage" height="720" width="720" src="https://media.wired.com/photos/68b776ca9f479e9a393cddee/master/w_960,c_limit/ios-passkey-updates.jpeg"></picture></span>
	</div>

	<div class="CaptionWrapper-jYrTxZ bkfwbX caption AssetEmbedCaption-fyuOdR eXMqGf asset-embed__caption" data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true" data-testid="caption-wrapper">
		<em><span class="BaseWrap-sc-gzmcOU BaseText-eqOrNE CaptionCredit-eowWKH deqABF kpqIso kpuElq caption__credit">iOS via Jacob Roach</span></em>
	</div>

	<div class="CaptionWrapper-jYrTxZ bkfwbX caption AssetEmbedCaption-fyuOdR eXMqGf asset-embed__caption" data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true" data-testid="caption-wrapper">
		 
	</div>

	<div class="AssetEmbedAssetContainer-eEeytc eRSvCP asset-embed__asset-container">
		<span class="SpanWrapper-zEXFr koTknX responsive-asset AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cGZhnX jwYQWO AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset responsive-image" style=""><img alt="What Is a Passkey Heres How to Set Up and Use Them" class="ipsImage" height="720" width="720" src="https://media.wired.com/photos/68b776cad59a90052ae2eef4/master/w_960,c_limit/ios-passwords.jpeg"></picture></span>
	</div>

	<div class="CaptionWrapper-jYrTxZ bkfwbX caption AssetEmbedCaption-fyuOdR eXMqGf asset-embed__caption" data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true" data-testid="caption-wrapper">
		<span class="BaseWrap-sc-gzmcOU BaseText-eqOrNE CaptionCredit-eowWKH deqABF kpqIso kpuElq caption__credit">iOS via Jacob Roach</span>
	</div>
</div>

<div id="android" style="outline: none;" tabindex="-1">
	<h2>
		Android
	</h2>
</div>

<p>
	Android 9 and newer versions <a href="https://www.wired.com/story/how-to-use-passkeys-google-chrome-android/" rel="external nofollow">support passkeys</a>, but in different forms. By default, passkeys in Android will use the Google Password Manager, which is tied to your Google Account and syncs across your devices. On Android 14 and newer, you can choose to store your passkeys elsewhere, such as in a third-party password manager.
</p>

<h2>
	Passkeys in a Password Manager
</h2>

<div class="AssetEmbedAssetContainer-eEeytc eRSvCP asset-embed__asset-container">
	<span class="SpanWrapper-zEXFr koTknX responsive-asset AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cGZhnX jwYQWO AssetEmbedResponsiveAsset-cIfZLr fHIkTW asset-embed__responsive-asset responsive-image" style=""><img alt="What Is a Passkey Heres How to Set Up and Use Them" class="ipsImage" height="720" width="720" src="https://media.wired.com/photos/68b77671430f2c14e47dad44/master/w_960,c_limit/1password-passkey.png"></picture></span>
</div>

<div class="CaptionWrapper-jYrTxZ bkfwbX caption AssetEmbedCaption-fyuOdR eXMqGf asset-embed__caption" data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true" data-testid="caption-wrapper">
	<em><span class="BaseWrap-sc-gzmcOU BaseText-eqOrNE CaptionCredit-eowWKH deqABF kpqIso kpuElq caption__credit">Chrome via Jacob Roach</span></em>
</div>

<div class="CaptionWrapper-jYrTxZ bkfwbX caption AssetEmbedCaption-fyuOdR eXMqGf asset-embed__caption" data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true" data-testid="caption-wrapper">
	 
</div>

<p>
	If you want all your passkeys on all your devices, operating system be damned, you need a password manager. Most of the <a href="https://www.wired.com/story/best-password-managers/" rel="external nofollow">best password managers</a> support passkeys, allowing you to store and sync them on nearly any device. I personally use <a class="external-link" data-event-boundary="click" data-event-click='{"pattern":"ExternalLink"}' data-in-view='{"pattern":"ExternalLink"}' data-include-experiments="true" data-offer-url="https://1password.com/" href="https://cna.st/affiliate-link/252UdZcajgSFKLYYghnedaPfGbw1WcSShgSZqEqxKJPPNg6VFeHDSNSRHvvqQeDxMZtNvtGRhwiZyc9iL7BtCFJzR6fYiry7rjF3TxSpFvg13r5X7ZCKRc62zaBinRvuaJ54byzDrArzFVDeRrSHyXVWAHHnntn1Bt6LRB6iNK6kjpiz82oaowZEYLtcGabTjAKvH2DTyGpQVMdPBDHG8Rp9VDyvXHBUnfEEoNxHzhtj5kJgcoeAVoLbs6of6sEdScZm4EqVstvA5q7uEbCRve4TZgvbkp" rel="external nofollow" target="_blank">1Password</a>, but services like NordPass, <a href="https://www.wired.com/review/bitwarden-password-manager/" rel="external nofollow">Bitwarden</a>, and <a class="external-link" data-event-boundary="click" data-event-click='{"pattern":"ExternalLink"}' data-in-view='{"pattern":"ExternalLink"}' data-include-experiments="true" data-offer-url="https://www.dashlane.com/" href="https://cna.st/affiliate-link/2axRRXrp1mKAPWKS9mQrxF16BEtyqqoTf7eK9cZydTc1tvVA4DiBVjNcF694VzMfRXLQnkiXYdYdLWTfkj2KMkxAAp92RuADpDbUnwanTsnVvGu2p6sPyKaVb1TZV5RrfrTdo26Rc8ibxcnT1pBW8RDwch5r4dyb3xgdojhLgoDVBXy2saAK2sQrxz3Q8Y78oXUa1aCsCHNQpXwdYhrjiKd3XCAL7uY1VFecqtShWQ3x3UXH91fazkMNNt8aBF8ZxPe3Fi5DYawF3UV9N2Vxfd5F9wsGfthQdS" rel="external nofollow" target="_blank">Dashlane</a> also support passkeys. You can create and store passkeys with a password manager on Android and iOS [and iPadOS].
</p>

<p>
	 
</p>

<div class="ContentCardEmbedWrapper-kFpFGN dpdjmB content-card-embed content-card-embed--stacked" data-event-boundary="click" data-event-click='{"pattern":"ContentCardEmbed"}' data-in-view='{"pattern":"ContentCardEmbed"}' data-include-experiments="true" data-testid="ContentCardEmbedWrapper">
	<div class="ContentCardEmbedImage-iBIXcR jiOHKG content-card-embed__image" data-testid="ContentCardEmbedImage">
		<span class="SpanWrapper-zEXFr koTknX responsive-asset"><picture class="ResponsiveImagePicture-cGZhnX jwYQWO responsive-image" style=""><img alt="3D rendering of a password text box with asterisk symbols next to a red padlock" class="ipsImage" height="720" width="720" src="https://media.wired.com/photos/641e1a1b43ffd37beea02cdf/master/w_640,c_limit/Best%20Password%20Managers%20Gear%20GettyImages-1408198405.png"></picture></span>
	</div>
</div>

<div id="applications-that-support-passkeys" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Apps That Support Passkeys
	</h2>
</div>

<p>
	There are only a few places where you can store and sync passkeys, but plenty of services support passkeys for signing in. The usual suspects include Microsoft, Adobe, Amazon, Google, and Apple, but there are still many websites and apps that don’t support passkeys.
</p>

<p>
	 
</p>

<p>
	You can find a handful of directories that claim to hold a complete list of apps that support passkeys with a quick Google search. <a class="external-link" data-event-boundary="click" data-event-click='{"pattern":"ExternalLink"}' data-in-view='{"pattern":"ExternalLink"}' data-include-experiments="true" data-offer-url="https://passkeys.directory/" href="https://cna.st/affiliate-link/XtSR1GXKWeHnepe7k3epZoymr92kreQo9joW1ZP21QoN2XTsV6QSe2Z4949SxScTzNkRphVhwmKLmMvQDW9eTrpQuvsDVYm9dQCJ272qDSqMCzcLSee4R7uP7Q2p9U6cG7GgyGXhWnCSKMY6Yq5mwRbmHqJTjBbJ6iKjWkxgX8zfzQLCfafk3Sf3qyxK2aV9UHi1gt4PGzqkaGCdmtQfpX3YYQmwuFZs7sLiqjXwpwgd3Vo2AEbWFjBeXU3pBp7mVLuwhxfps1Ki6ckuiaakLU9JkWoQQghjBErG" rel="external nofollow" target="_blank">1Password maintains one directory</a>, as do a couple of B2B services, including a <a class="external-link" data-event-boundary="click" data-event-click='{"pattern":"ExternalLink"}' data-in-view='{"pattern":"ExternalLink"}' data-include-experiments="true" data-offer-url="https://www.passkeys.io/who-supports-passkeys" href="https://cna.st/affiliate-link/6exhfamEeE8bkUyUzd1bW5vQN2U7Lwc6nwYmBqAjfe2yM9xKFeytwMN423RrcUR4yFMqR334nRA37qgrM3SCpLLRfanMZovChX7QPsHutBwe7bZs5H2NasWm6SsLdhUVSViKeuWQjS8RH2aQVtPR3ZS9N6ggUNZHThsyzDfLiceohqfPgrJY7efZsrevd5NULzy5DsY7HqPtZ7hY341hNJxaFR7ZYpPk45dyiKrTPhdKCnvmG4WWYZgkVMUgmNwSdonVdt1x9x4n4FDqjNPU8ujrhBj1QFv1d7HnhtCTr5ah3ds3kUsThcif1y1rL" rel="external nofollow" target="_blank">directory from Hanko</a> and <a class="external-link" data-event-boundary="click" data-event-click='{"pattern":"ExternalLink"}' data-in-view='{"pattern":"ExternalLink"}' data-include-experiments="true" data-offer-url="https://www.passkeys.com/websites-with-passkey-support-sites-directory" href="https://cna.st/affiliate-link/B3TtCQX4Kz5FuM9NiAL4VXqmxHPf5vgFQruMZpxxoT8hLM7JQ63gBuGykrL2wAXLWqvfHuCimm2gk6s1zpE5T5VRKQzQyaDcASWPWHd17RT46yw9SdvxExmuxpGebA5kfqRPt67MgqA6gtu9DXivuGmfhtBb3yxTyPvxTFFEoESnZ6QACVxSvqEeq4L38nViZjkQZTAiG4yGE5Gk8BtQoRucgLdH4uES62cZ7eseHVzHW1MuKj3jcJJzpFv4xRii7EhbKaWr4QAfcVUE9eqSysJksZocjBX5reQTR2obvZZmG8aqq1Pt2Mj3XwtxrrZdVHEyiW43pRFaNWsBfn11uEm3TGdANTE" rel="external nofollow" target="_blank">another from OwnID</a>. These aren’t complete lists. Meta apps like Facebook and Instagram aren’t listed, for example, despite adding <a class="external-link" data-event-boundary="click" data-event-click='{"pattern":"ExternalLink"}' data-in-view='{"pattern":"ExternalLink"}' data-include-experiments="true" data-offer-url="https://about.fb.com/news/2025/06/introducing-passkeys-facebook-easier-sign-in/" href="https://about.fb.com/news/2025/06/introducing-passkeys-facebook-easier-sign-in/" rel="external nofollow" target="_blank">support for passkeys in June 2025</a>.
</p>

<p>
	 
</p>

<p>
	The <a class="external-link" data-event-boundary="click" data-event-click='{"pattern":"ExternalLink"}' data-in-view='{"pattern":"ExternalLink"}' data-include-experiments="true" data-offer-url="https://passkeys.2fa.directory/us/" href="https://cna.st/affiliate-link/6AeCGcpfTzQfze9vr8D7yzRWGmseLHkYRhKqWGwFyvSXQNZWUs3ye1KeV4qnHN6a53wSUSLqkYRSzQSY57fbwNcGdXT2TUQddxC8sGV3eTRXp48ZS354YiUBF2Q692QfYD64UcgdWfE4UeLcEennA1od2EnNukeHYLQiUiwE5M4W3NVyoXLQqQho5SsvU7EExC72AvZJyqvzhR1kQhFonSQLbmPRQaAHVn76KMF1r8P7cGqREkXKj2JSpwUgCMB9vv8dDrpJ5SeCDEMUXbBkPC8cLVMYeUp9NZM9ZXDVzqtg2Y" rel="external nofollow" target="_blank">best directory I’ve come across</a> is from a nonprofit called 2factorauth in Sweden. It’s hosted on GitHub, updated constantly, and critically, maintained by the community. It’s the most up-to-date I’ve found, and apps are even organized into categories so you can, for instance, pick a VPN service that supports passkeys.
</p>

<div id="passkeys-will-eventually-replace-passwords" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Passkeys Will (Eventually) Replace Passwords
	</h2>
</div>

<p>
	Passkeys were built to replace passwords, but we’re in the middle of a long, arduous transition to get there. It requires every app, device, and operating system to adopt a new standard of authentication and ditch a model we've been using for decades throughout our entire digital lives.
</p>

<p>
	 
</p>

<p>
	The inflection point is well underway, though. With major services adopting passkeys, it’s possible to use them across your most important accounts. If nothing else, it’s worth using passkeys on accounts that are connected to others, such as your Google or Facebook account if you use social sign-on features.
</p>

<p>
	 
</p>

<p>
	Despite offering clear security advantages, passkeys aren't a (excuse the pun) turnkey solution for better security. As Shikiar puts it, “Passkeys secure the front door, but organizations still need to harden the entire identity journey, ranging from onboarding and recovery to session management.”
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/what-is-a-passkey-and-how-to-use-them/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 4 September 2025 at 4:14 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31166</guid><pubDate>Wed, 03 Sep 2025 18:20:42 +0000</pubDate></item><item><title>2FAS Pass: local-first password manager from the makers of 2FAS Auth</title><link>https://nsaneforums.com/news/security-privacy-news/2fas-pass-local-first-password-manager-from-the-makers-of-2fas-auth-r31157/</link><description><![CDATA[<p>
	There is certainly no shortage of password managers for all modern operating systems. From traditional password managers like <a data-wpel-link="internal" href="https://www.ghacks.net/2018/05/28/keepass-password-safe-review/" rel="external nofollow">Keepass</a> that save passwords locally to cloud-based solutions like <a data-wpel-link="internal" href="https://www.ghacks.net/2025/01/16/first-bitwarden-password-manager-update-of-2025-improves-password-auto-fill/" rel="external nofollow">Bitwarden</a> that sync data between devices to increase the convenience of using a password manager.
</p>

<p>
	 
</p>

<p>
	The makers of the open source authenticator 2Fas Auth have expanded this year into password manager territories. Their <a data-wpel-link="external" href="https://2fas.com/pass/" rel="external nofollow" target="_blank">2Fas Pass</a> application is open source and was launched just a few months ago.
</p>

<p>
	 
</p>

<p>
	2Fas Pass uses the same design principles as the oganization's authenticator app. It is designed with security and privacy in mind and follows the organization's local-first principle. Its zero-knowledge architecture protects data at rest and while in transit.
</p>

<p>
	<img alt="2Fas Pass" class="ipsImage" decoding="async" height="720" width="720" src="https://www.ghacks.net/wp-content/uploads/2025/09/IMG_0023-scaled.webp">
</p>

<p>
	First, the basics. The password manager is available as a native app for Android and iOS only. You can install browser extensions to integrate it with desktop operating systems, but still need to run the mobile app as data needs to be retrieved from the application.
</p>

<p>
	 
</p>

<p>
	You can install the app free of charge and are not required to create an account. The very first thing you need to do after installation of the password manager is to generate secret words and set a master password. The first part happens automatically, the second asks for a password that needs to be at least nine characters long.
</p>

<p>
	 
</p>

<p>
	Once you have set the local password you are good to go. You need to download the vault decryption kit as a PDF or print it. This is the only option to restore access to the password database if you forget the password.
</p>

<p>
	 
</p>

<p>
	The password manager can import or export passwords. It supports a wide range of password services, including 1Password, Bitwarden, browsers like Chrome or Firefox, or LastPass. There is also an option to import a backup of 2Fas Pass passwords, for instance to move the database to another device.
</p>

<h3>
	2Fas Pass free vs. paid
</h3>

<p>
	The free version has three main restrictions. First, you can only save up to 200 items in the password manager. Second, you can't sync the passwords between devices. Third, you can only install and use one browser extension. The paid version removes the restrictions and costs about $10 per year. It is for you to decide whether the restrictions are too limiting.
</p>

<h3>
	Security tiers for passwords
</h3>

<p>
	One interesting feature of 2Fas Pass is the ability to set security tiers for passwords.  The password manager supports secret, highly secret, and top secret tiers.
</p>

<p>
	 
</p>

<p>
	The main differentiating factor is access to the passwords. Secret passwords work with autofill and are also available in the browser extensions. Highly secret passwords become available only after you complete an additional confirmation step. Top secret passwords, finally, are isolated and they do not support autofill at all.
</p>

<h3>
	Closing Words
</h3>

<p>
	2Fas Pass is a new open source password with an interesting option to set the security level of individual passwords and a security- and local-first design. Desktop users may find the lack of dedicated desktop apps problematic. The limits of the free version may also keep some users from making the switch. While many may not run into the 200 passwords limit, restricting extension installations to just one browser could keep some users from even trying the password manager.
</p>

<p>
	 
</p>

<p>
	The price of a subscription is reasonable on the other hand and the only way for the organization to fund development and support.
</p>

<p>
	 
</p>


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

<p>
	<a href="https://www.ghacks.net/2025/09/02/2fas-pass-local-first-password-manager-from-the-makers-of-2fas-auth/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 3 September 2025 at 5:35 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31157</guid><pubDate>Wed, 03 Sep 2025 07:36:25 +0000</pubDate></item><item><title>Google denies major Gmail security warning that says 2.5 billion users are in danger</title><link>https://nsaneforums.com/news/security-privacy-news/google-denies-major-gmail-security-warning-that-says-25-billion-users-are-in-danger-r31141/</link><description><![CDATA[<p>
	Google has issued a statement that a fake warning has gone out to Gmail users about a major security issue with the email platform related to its security. Google has said that the claim that its email offering has a security flaw is entirely false. To reassure customers, the company said that Gmail’s protections are strong and effective.
</p>

<p>
	 
</p>

<p>
	The search giant said that its protections are able to block more than 99.9% of phishing and malware attempts. It said that security is taken incredibly seriously by the firm and continues to invest, innovate, and communicate on security. While it is true that phishers are always trying to find methods to infiltrate users’ inboxes, the <a automate_uuid="046bcaab-c755-4172-84f1-96f88446ab7f" href="https://sea.mashable.com/tech/39322/gmail-users-change-your-password-now" rel="external nofollow">security warning</a> Google is talking about isn’t true.
</p>

<p>
	 
</p>

<p>
	The security warning Google is referring to isn't mentioned in its post, but there are numerous news reports stating that 2.5 billion Gmail users are at risk and that Google has told them to change their passwords. The search giant denies this.
</p>

<p>
	 
</p>

<p>
	To help users secure against malicious actors, Google has several best practices for users to enhance their protection. One recommendation it has is to use secure password alternatives like passkeys. It also has a series of <a automate_uuid="368c6a2f-c503-417f-b252-d0b76bff624d" href="https://support.google.com/mail/answer/8253?hl=en" rel="external nofollow">best practices</a> that users can follow to stay safe, they can be summarized as follows:
</p>

<p>
	 
</p>

<ul>
	<li>
		Pay attention to warnings from Google
	</li>
	<li>
		Never respond to requests for private info
	</li>
	<li>
		Don’t enter your password after clicking a link in a message
	</li>
	<li>
		Beware of messages that sound urgent or too good to be true
	</li>
	<li>
		Stop &amp; think before you click
	</li>
</ul>

<p>
	 
</p>

<p>
	The primary message <a automate_uuid="e6adbab2-29f9-4b25-8a4e-a2a47c0a8fb9" href="https://blog.google/products/workspace/gmail-security-protections/" rel="external nofollow">from Google</a> is that claims of a major Gmail security warning are false. The measures Google has in place already are strong enough to deal with most breach attempts. By following the best practices, you can also make it harder for attackers to break into your account.
</p>

<p>
	 
</p>

<p>
	<em>Let us know in the comments if you've begun using passkeys and whether you prefer them over passwords.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/google-denies-major-gmail-security-warning-that-says-25-billion-users-are-in-danger/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 3 September 2025 at 3:35 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31141</guid><pubDate>Tue, 02 Sep 2025 17:36:03 +0000</pubDate></item><item><title>Cloudflare blocks largest recorded DDoS attack peaking at 11.5 Tbps</title><link>https://nsaneforums.com/news/security-privacy-news/cloudflare-blocks-largest-recorded-ddos-attack-peaking-at-115-tbps-r31140/</link><description><![CDATA[<p>
	Internet infrastructure company Cloudflare said it recently blocked the largest recorded volumetric distributed denial-of-service (DDoS) attack, which peaked at 11.5 terabits per second (Tbps).
</p>

<p>
	 
</p>

<p>
	In volumetric DDoS attacks, attackers overwhelm the target with massive amounts of data, consuming the bandwidth or exhausting system resources, leaving legitimate users with no access to the targeted servers and services.
</p>

<p>
	 
</p>

<p>
	"Cloudflare's defenses have been working overtime. Over the past few weeks, we've autonomously blocked hundreds of hyper-volumetric DDoS attacks, with the largest reaching peaks of 5.1 Bpps and 11.5 Tbps," the company <a href="https://x.com/Cloudflare/status/1962559687368593552" rel="external nofollow" target="_blank">said</a> in a Tuesday tweet.
</p>

<p>
	 
</p>

<p>
	"The 11.5 Tbps attack was a UDP flood that mainly came from Google Cloud," it stated, while showing in an attached image that the attack only lasted approximately 35 seconds.
</p>

<p>
	 
</p>

<p>
	This comes two months after Cloudflare announced <a href="https://www.bleepingcomputer.com/news/security/cloudflare-blocks-record-73-tbps-ddos-attack-against-hosting-provider/" rel="external nofollow" target="_blank">another record-breaking 7.3 Tbps DDoS attack</a> targeting an unnamed hosting provider in June. The <a href="https://www.bleepingcomputer.com/news/security/cloudflare-blocks-largest-recorded-ddos-attack-peaking-at-38tbps/" rel="external nofollow" target="_blank">previous record was of 3.8 Tbps</a> and two billion packets per second (pps) in an attack that Cloudflare also blocked in October 2024.
</p>

<p>
	 
</p>

<p>
	Microsoft also mitigated a <a href="https://www.bleepingcomputer.com/news/security/microsoft-mitigates-largest-ddos-attack-ever-reported-in-history/" rel="external nofollow" target="_blank">3.47 Tbps volumetric DDoS attack</a> in January 2022, when the attackers targeted an Azure customer from Asia. Another massive DDoS attack took down and disrupted multiple Microsoft 365 and Azure services worldwide in July 2024.
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="11.5 Tbps DDoS attack" class="ipsImage" height="281" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2025/11_5%20Tbps%20DDoS%20attack.jpg">
		<figcaption>
			<em>11.5 Tbps DDoS attack (Cloudflare)</em>
		</figcaption>
	</figure>
</div>

<p>
	In April, Cloudflare also revealed in its 2025 Q1 DDoS Report that it <a href="https://www.bleepingcomputer.com/news/security/cloudflare-mitigates-record-number-of-ddos-attacks-in-2025/" rel="external nofollow" target="_blank">mitigated a record number of DDoS attacks</a> in 2024, with a 198% quarter-over-quarter increase and a massive 358% year-over-year jump.
</p>

<p>
	 
</p>

<p>
	As the company stated, it mitigated a total of 21.3 million DDoS attacks that targeted Cloudflare's customers last year, as well as its own infrastructure in 6.6 million attacks over an 18-day multi-vector campaign.
</p>

<p>
	 
</p>

<p>
	"Of the 20.5 million DDoS attacks, 16.8M were network-layer DDoS attacks, and of those 6.6M targeted Cloudflare's network infrastructure directly," Cloudflare said at the time.
</p>

<p>
	 
</p>

<p>
	"These attacks were part of an 18 day multi-vector DDoS campaign comprising SYN flood attacks, Mirai-generated DDoS attacks, SSDP amplification attacks to name a few."
</p>

<p>
	 
</p>

<p>
	The most significant spike was seen by network-layer attacks, which also saw the sharpest growth since the start of 2025, reaching a 509% YoY increase.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/cloudflare-blocks-record-breaking-115-tbps-ddos-attack/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 3 September 2025 at 3:34 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of August): 4,048</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">31140</guid><pubDate>Tue, 02 Sep 2025 17:35:03 +0000</pubDate></item><item><title>Steam will comply with the UK's age verification rules without sending any of your data to third-parties &#x2014; doing a better job than Xbox</title><link>https://nsaneforums.com/news/security-privacy-news/steam-will-comply-with-the-uks-age-verification-rules-without-sending-any-of-your-data-to-third-parties-%E2%80%94-doing-a-better-job-than-xbox-r31102/</link><description><![CDATA[<h3>
	Valve has outlined how its Steam storefront will comply with the UK Online Safety Act and requirements for age verification. It's refreshingly good.
</h3>

<p id="412543b4-7f58-4581-8f1b-60f983ef846f">
	For those of us in the UK, the <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/vpn-demand-erupts-in-uk-outpacing-france-in-the-face-of-adult-content-rules" href="https://www.windowscentral.com/software-apps/vpn-demand-erupts-in-uk-outpacing-france-in-the-face-of-adult-content-rules" rel="external nofollow">Online Safety Act</a> is now a reality. Services we use daily will require age verification for access to some, or all of its content, all in the name of ensuring underage users don't see stuff they're not supposed to.
</p>

<p>
	 
</p>

<p>
	That includes gaming platforms such as Xbox and Steam. In the case of the latter, its owner, Valve, has now outlined how it intends to comply with the new law (via <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.gamingonlinux.com/2025/08/steam-uk-users-will-now-need-a-credit-card-to-access-mature-content-due-to-the-online-safety-act/" href="https://www.gamingonlinux.com/2025/08/steam-uk-users-will-now-need-a-credit-card-to-access-mature-content-due-to-the-online-safety-act/" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">GamingOnLinux</a>). And it's surprisingly sensible and uncontroversial.
</p>

<p>
	 
</p>

<p id="412543b4-7f58-4581-8f1b-60f983ef846f-2">
	Here's the breakdown from the official notice on the <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://help.steampowered.com/en/faqs/view/292B-3DA3-CFC8-97F6" href="https://help.steampowered.com/en/faqs/view/292B-3DA3-CFC8-97F6" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">Steam Support page</a>:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>"In order to access Steam store pages for mature content games as well as their associated community hubs, you need to be logged into an active user account and explicitly opt-in through the account settings page.</em><em>For UK users, this opt-in process requires age verification. Your UK Steam user account is considered age verified for as long as a valid credit card is stored on the account."</em>
</p>

<p>
	 
</p>

<div>
	<div>
		<p>
			<img alt="XBPlay on Steam Deck remote playing an Xbox console." class="ipsImage" data-new-v2-image="true" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/ykc4XDUNTdTFEVWYz4YkVm-1024-80.jpg">
		</p>

		<p>
			<em><span>Steam or Xbox, to access everything on the platforms as an adult in the UK you will have to verify your age. </span></em>
		</p>

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

		<p>
			 
		</p>

		<p id="7f99052c-4ee7-479d-b6e6-4e1db3bc20ba">
			Age verification has drawn a lot of criticism since becoming law. Not necessarily because of the actual verifying you're an adult part, but in many cases, the methods being used.
		</p>

		<p>
			 
		</p>

		<p>
			Valve is doing something that isn't out of the ordinary, that doesn't require sharing sensitive information with third-parties, or scanning your biometrics, or any of that.
		</p>

		<p>
			 
		</p>

		<p>
			Steam will simply verify the credit card with a zero charge transaction to ensure it's legitimate. You can't have a credit card under the age of 18, so it works. It will use the existing Steam payment system, which many of us already have a card attached to for buying games.
		</p>

		<div id="slice-container-newsletterForm-articleInbodyContent-Tr6wfHnX8HwGViF22LP9xe">
			<div data-hydrate="true">
				<div>
					 
				</div>

				<p>
					What isn't clear is how you could verify your age if you don't have a credit card. Valve says its methods are "data minimal" so I'm not sure if, say, a Visa debit card attached to your bank account would also work.
				</p>

				<p>
					 
				</p>

				<p>
					Valve states that this method is to preserve as much of its user privacy as possible while completing the necessary steps to comply with UK law. We may not have to like it, but it's how things are now, and this is at least arguably the best way to get it done.
				</p>

				<p>
					 
				</p>

				<p>
					This is in contrast to, say, <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/gaming/xbox" href="https://www.windowscentral.com/gaming/xbox" rel="external nofollow">Xbox</a>, which admittedly has this same method, but is promoting something very different. I, like other British customers, have recently received our emails notifying us of the requirement to verify our age.
				</p>

				<p>
					 
				</p>

				<div>
					<div>
						<p>
							<img alt="Xbox&amp;#039;s UK age verification options, including age estimation and ID verification" class="ipsImage" data-new-v2-image="true" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/bNbohbeMTcfzMCPP4iJbid-1024-80.png">
						</p>

						<p>
							<em><span>The promoted ways of verifying your age with Xbox are NOT the ones you should use. Scroll a little further. </span></em>
						</p>

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

						<p>
							 
						</p>

						<p id="4755cae0-e491-4f66-bee2-23ba8b5669ff">
							Xbox has partnered with third-party firm Yoti as its method of age verification, as shown in the image above. There are, though, other methods that include a Valve-like credit card check, or checking with your mobile provider.
						</p>

						<p>
							 
						</p>

						<p>
							I'm more fine with either of the last two, but they're somewhat hidden, and they still use Yoti, not Microsoft's own systems. When I loaded the page, I couldn't even see the bottom two choices, and it was only noticing the small text at the top said "<strong>4 options</strong>" I even thought to look.
						</p>

						<p>
							 
						</p>

						<p>
							This is the exact text from the email:
						</p>

						<p>
							 
						</p>

						<p style="margin-left: 40px;">
							<em>"We’re partnering with Yoti, a trusted, third-party identity verification provider, to give you a menu of options for how to securely verify your age. Starting early next year, age verification will be required for you to retain full access to social features on Xbox, such as voice or text communication and game invites. Until verification is completed, access to these features will be limited to friends only."</em>
						</p>

						<p>
							 
						</p>

						<p>
							You open the page, and you're literally screamed at to scan your face or submit your ID. To a company you have no dealings with, no knowledge of what they actually do with it, nothing.
						</p>

						<p>
							 
						</p>

						<p>
							I did the phone provider option, since I already have my number attached to my Microsoft Account anyway. I'd definitely encourage you to do the same, or use the credit card check. This, still, goes through Yoti, though, but I figured it's the least invasive option.
						</p>

						<p>
							 
						</p>

						<p>
							These two options should be the only options, just as Valve is doing with its checks. I'm disappointed that Xbox is pushing a method that involves handing over identifying data to a company you know nothing about.
						</p>

						<p>
							 
						</p>

						<p>
							<a href="https://www.windowscentral.com/gaming/pc-gaming/steam-will-comply-with-the-uks-age-verification-rules-without-sending-any-of-your-data-to-third-parties" rel="external nofollow">Source</a>
						</p>

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

						<p>
							<span style="font-size:12px;"><em>Posted Sunday 31 August 2025 at 6:41 am AEST (my time).</em></span>
						</p>

						<p>
							<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of July): 3,458</em></span>
						</p>

						<p>
							<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
						</p>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">31102</guid><pubDate>Sat, 30 Aug 2025 20:43:37 +0000</pubDate></item></channel></rss>
