<?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/27/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>Chrome 136 fixes 20-year browser history privacy risk</title><link>https://nsaneforums.com/news/security-privacy-news/chrome-136-fixes-20-year-browser-history-privacy-risk-r28737/</link><description><![CDATA[<p>
	Google is fixing a long-standing privacy issue that, for years, enabled websites to determine users' browsing history through the previously visited links.
</p>

<p>
	 
</p>

<p>
	The problem arises from allowing sites to style links as ':visited,' meaning showing them as another color instead of the default blue if a user had previously clicked on them. 
</p>

<p>
	 
</p>

<p>
	The system displays this color change regardless of which site they were on when they clicked the link, allowing other sites to potentially use creative scripts that leak the user's browsing history.
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="Overview of the problem" class="ipsImage" height="561" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2025/April/problem.jpg">
		<figcaption>
			<em>Overview of the problem<br>
			Source: Google</em>
		</figcaption>
	</figure>
</div>

<p>
	The issue isn't just a theoretical privacy concern for users but also introduces a series of real security liabilities that enable tracking, profiling, and phishing.
</p>

<p>
	 
</p>

<p>
	Researchers demonstrated multiple classes of attacks in the past linked to this privacy gap, including <a href="https://www.usenix.org/sites/default/files/conference/protected-files/woot18_slides_smith.pdf" rel="external nofollow" target="_blank">timing</a>, <a href="https://www.bleepingcomputer.com/news/security/hot-pixels-attack-checks-cpu-temp-power-changes-to-steal-data/" rel="external nofollow" target="_blank">pixel</a>, <a href="https://ronmasas.com/posts/the-human-side-channel" rel="external nofollow" target="_blank">user interaction</a>, and <a href="https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/security/side-channel-threat-model.md" rel="external nofollow" target="_blank">process-level</a> attacks.
</p>

<p>
	 
</p>

<p>
	The upcoming release of Google Chrome, version number 136, will finally address the 20-year problem by implementing a <a href="https://developer.chrome.com/blog/visited-links?hl=en" rel="external nofollow" target="_blank">triple-key partitioning</a> of "visited" links.
</p>

<p>
	 
</p>

<p>
	Instead of storing link visits globally, Chrome now partitions each visited link using three keys, namely link URL (link target), top-level site (address bar domain), and frame origin (origin of the frame where the link is rendered).
</p>

<p>
	 
</p>

<p>
	This ensures that a link will only appear as :visited on the same site and in the same frame origin where the user previously clicked it, eliminating cross-site history leaks.
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="The implemented solution" class="ipsImage" height="279" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2025/April/solution.jpg">
		<figcaption>
			<strong>The implemented solution</strong><br>
			<em>Source: Google</em>
		</figcaption>
	</figure>
</div>

<p>
	To preserve usability, Google added a "self-links" exception, so visited links of a site will still be marked as visited on that site even if the user clicked them from a different site.
</p>

<p>
	 
</p>

<p>
	A website already knows which pages the user has visited, so this exception does not introduce an unwanted history leak.
</p>

<p>
	 
</p>

<p>
	Google says completely deprecating the :visited selector would eliminate valuable UX cues, so that was ruled out from <a href="https://github.com/explainers-by-googlers/Partitioning-visited-links-history" rel="external nofollow" target="_blank">the proposal</a>'s goals. Another rejected solution was to use a permissions-based model, as that would be easy to bypass or even abuse by manipulative websites.
</p>

<h2>
	How to enable
</h2>

<p>
	The new :visited isolation was introduced as an experimental feature on Chrome version 132 and is expected to be turned on by default on Chrome 136 (upcoming).
</p>

<p>
	 
</p>

<p>
	From Chrome 132 to 135 (latest), users can enable the feature by entering <strong>chrome://flags/#partition-visited-link-database-with-self-links</strong> in the address bar and setting the option to 'enabled.'
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="Enabling the experimental feature on Chrome" class="ipsImage" height="269" style="height: auto;" width="880" src="https://www.bleepstatic.com/images/news/u/1220909/2025/April/enabled.jpg">
		<figcaption>
			<em>Enabling the experimental feature on Chrome<br>
			Source: BleepingComputer</em>
		</figcaption>
	</figure>
</div>

<p>
	The feature isn't stable yet, so it might not work as expected in all situations.
</p>

<p>
	 
</p>

<p>
	On other major browsers the :visited styles risk remains partially unaddressed.
</p>

<p>
	 
</p>

<p>
	Firefox <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors/Privacy_and_the_visited_selector" rel="external nofollow" target="_blank">limits</a> what styles are applied to :visited and blocks JavaScript from reading them, but there's no partitioning to isolate them from sophisticated attack vectors.
</p>

<p>
	 
</p>

<p>
	Safari also <a href="https://clearcode.cc/blog/intelligent-tracking-prevention/" rel="external nofollow" target="_blank">applies restrictions</a> and uses aggressive privacy protections like Intelligent Tracking Prevention, somewhat mitigating the leaks, but there's no partitioning to block all attacks.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/chrome-136-fixes-20-year-browser-history-privacy-risk/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28737</guid><pubDate>Mon, 14 Apr 2025 18:51:07 +0000</pubDate></item><item><title>TraderTraitor: The Kings of the Crypto Heist</title><link>https://nsaneforums.com/news/security-privacy-news/tradertraitor-the-kings-of-the-crypto-heist-r28734/</link><description><![CDATA[<h3>
	Allegedly responsible for the theft of $1.5 billion in cryptocurrency from a single exchange, North Korea’s TraderTraitor is one of the most sophisticated cybercrime groups in the world.
</h3>

<div class="videostyle">
	<video controls="" preload="metadata" data-controller="core.global.core.embeddedvideo">
		<source type="video/mp4" src="https://media.wired.com/clips/67fd1ec3b33ad380366614ab/master/pass/Trader.mp4">
	</source></video>
</div>

<p>
	 
</p>

<p>
	<span class="lead-in-text-callout">On February 21,</span> the largest crypto heist ever started to unfold. Hackers <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://x.com/Bybit_Official/status/1892965292931702929" href="https://x.com/Bybit_Official/status/1892965292931702929" rel="external nofollow" target="_blank">gained control of a crypto wallet</a> belonging to the world’s second-largest cryptocurrency exchange, Bybit, and stole almost $1.5 billion of digital tokens. They quickly shunted the money between dozens of cryptocurrency wallets and services to try and obscure the activity, before starting to cash the stolen funds <a href="https://www.bbc.co.uk/news/articles/c2kgndwwd7lo" rel="external nofollow">out</a>.
</p>

<p>
	 
</p>

<p>
	The eye-popping digital raid had all the hallmarks of being conducted by one of North Korea’s elite subgroups of hackers. While Bybit remained solvent by borrowing cryptocurrency and launched 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.lazarusbounty.com/en/" href="https://www.lazarusbounty.com/en/" rel="external nofollow" target="_blank">bounty scheme to track down</a> the stolen funds, the FBI quickly <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.ic3.gov/psa/2025/psa250226" href="https://www.ic3.gov/psa/2025/psa250226" rel="external nofollow" target="_blank">pinned the blame</a> on the North Korean hackers known as TraderTraitor.
</p>

<p>
	 
</p>

<p>
	Before the Bybit heist, TraderTraitor had already been linked to other high-profile cryptocurrency thefts and compromises of supply chain software.
</p>

<p>
	 
</p>

<p>
	“We were waiting for the next big thing,” says Michael Barnhart, a longtime cybersecurity researcher focused on North Korea and investigator at security firm DTEX Systems. “They didn't go away. They didn’t try to stop. They were clearly plotting and planning—and they’re doing that now,” he says.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/p4x-north-korea-internet-hacker-identity-reveal/" rel="external nofollow">North Korea</a>’s hackers—alongside those from China, Russia, and Iran—are consistently considered to be one of the most sophisticated and most dangerous cyber threats to Western democracies. While all of these countries engage in espionage and theft of sensitive data, North Korea’s cyber operations come with their own set of distinct goals: helping to fund the hermit kingdom’s <a href="https://www.wired.com/story/north-korea-hackers-apt38-cryptocurrency/" rel="external nofollow">nuclear programs</a>. Increasingly, that means stealing cryptocurrency.
</p>

<p>
	 
</p>

<p>
	Over at least the past five years, the totalitarian regime of Kim Jong-un has deployed <a href="https://www.wired.com/story/north-korean-it-scammer-alert/" rel="external nofollow">technically skilled</a> <a href="https://www.wired.com/story/north-korea-it-workers-security-roundup/" rel="external nofollow">IT workers</a> to infiltrate companies <a href="https://cloud.google.com/blog/topics/threat-intelligence/dprk-it-workers-expanding-scope-scale" rel="external nofollow">around the world</a> and earn wages that can be sent back to the motherland. In some cases, after being fired, those workers extort their former employers by threatening to release sensitive data. At the same time, North Korean hackers, as part of the broad umbrella <a href="https://www.bbc.co.uk/programmes/w13xtvg9/episodes/downloads" rel="external nofollow">Lazarus Group</a>, have stolen billions in cryptocurrency from exchanges and companies around the world. TraderTraitor makes up <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://unit42.paloaltonetworks.com/threat-assessment-north-korean-threat-groups-2024/" href="https://unit42.paloaltonetworks.com/threat-assessment-north-korean-threat-groups-2024/" rel="external nofollow" target="_blank">one part</a> of the wider Lazarus group, which is run out of the Reconnaissance General Bureau, the North Korean intelligence agency.
</p>

<p>
	 
</p>

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

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

<p>
	TraderTraitor—which is also referred to as Jade Sleet, Slow Pisces, and UNC4899 <a href="https://www.wired.com/story/hacker-naming-schemes-spandex-tempest/" rel="external nofollow">by security companies</a>—is primarily interested in cryptocurrency.
</p>

<p>
	 
</p>

<p>
	“They use a variety of creative techniques to get into blockchain, cryptocurrency, anything that has to do with platforms, trading forums, all of those different things that are around cryptocurrency and decentralized finance,” says Sherrod DeGrippo, the director of threat intelligence strategy at Microsoft. “The Jade Sleet group [TraderTraitor] is one of the most sophisticated groups within that echelon,” she says.
</p>

<p>
	 
</p>

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

<p>
	TraderTraitor first emerged around the start of 2022, multiple cybersecurity researchers say, and is likely an offshoot of the North Korean APT38 group that hacked the SWIFT financial system and <a href="https://www.wired.com/story/how-north-korea-robs-banks-around-world/" rel="external nofollow">attempted to steal $1 billion</a> from the Central Bank of Bangladesh at the start of 2016. “They walked off with very little money,” says DTEX Systems’s Barnhart. “In that moment you had a real, significant shift.”
</p>

<p>
	 
</p>

<p>
	Barnhart says North Korea realized that relying on other people—such as money mules—could make their operations less effective. Instead, they could steal cryptocurrency. Two groups emerged from that tactical shift, Barnhart says, CryptoCore and TraderTraitor. “TraderTraitor is the most sophisticated of all,” he says. “And why? Because APT38 was the A team.”
</p>

<p>
	 
</p>

<p>
	Since then, TraderTraitor has been linked to multiple large-scale cryptocurrency thefts in recent years. For instance, the March 2024 theft of $308 million from Japan-based cryptocurrency company DMM has been linked to TraderTraitor by the <a href="https://www.fbi.gov/news/press-releases/fbi-dc3-and-npa-identification-of-north-korean-cyber-actors-tracked-as-tradertraitor-responsible-for-theft-of-308-million-from-bitcoindmmcom" rel="external nofollow">FBI, Department of Defense, and police in Japan</a>.
</p>

<p>
	 
</p>

<p>
	TraderTraitor typically targets people working at Web3 firms using spear-phishing messages—most often, people working on software development. “They know the individuals that work at these companies, they track them, they have profiles on them, they know which trading platforms are doing the most volume. They’re focused on that entire industry, understanding it backwards and forwards,” says Microsoft’s DeGrippo.
</p>

<p>
	 
</p>

<p>
	GitHub, which is owned by Microsoft, highlighted in <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://github.blog/security/vulnerability-research/security-alert-social-engineering-campaign-targets-technology-industry-employees/" href="https://github.blog/security/vulnerability-research/security-alert-social-engineering-campaign-targets-technology-industry-employees/" rel="external nofollow" target="_blank">July 2023</a> how TraderTraitor created fake accounts on the coding platform, plus LinkedIn, Slack, and Telegram. The TraderTraitor criminals can create fake personas that they use to message their targets or use real accounts that have been hacked, GitHub’s research says. In that instance, TraderTraitor invited developers to collaborate on GitHub, before ultimately infecting them with malware using malicious code. Recently, security researchers at Palo Alto Networks’ Unit 42 threat intelligence team found 50 North Korean recruiter profiles on LinkedIn 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="http://unit42.paloaltonetworks.com/slow-pisces-new-custom-malware" href="http://unit42.paloaltonetworks.com/slow-pisces-new-custom-malware" rel="external nofollow" target="_blank">linked them back to TraderTraitor</a>.
</p>

<p>
	 
</p>

<p>
	The group has been seen using “custom backdoors,” such as <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://thehackernews.com/2025/03/safewallet-confirms-north-korean.html" href="https://thehackernews.com/2025/03/safewallet-confirms-north-korean.html" rel="external nofollow" target="_blank">PLOTTWIST</a> and <a href="https://cloud.google.com/blog/topics/threat-intelligence/north-korea-supply-chain" rel="external nofollow">TIEDYE</a>, that target macOS, says Adrian Hernandez, a senior threat analyst at Google’s Threat Intelligence Group. “These are typically heavily obfuscated to prevent detection and thwart analysis,” Hernandez says. “Once UNC4899 [TraderTraitor] has gained access to valid credentials, we’ve observed this threat actor moving laterally and accessing other accounts to access hosts and systems, keeping a low profile and aiming to evade detection.”
</p>

<p>
	 
</p>

<p>
	Once the North Korean hackers have their hands on cryptocurrency or digital wallets, the money laundering often follows a similar pattern, as cryptocurrency tracing firm Elliptic <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.elliptic.co/blog/bybit-hack-largest-in-history" href="https://www.elliptic.co/blog/bybit-hack-largest-in-history" rel="external nofollow" target="_blank">outlined in a blog post breaking down the Bybit hack</a>. To avoid having cryptocurrency wallets frozen, they quickly swap stolen tokens—which are often issued by centralized entities and can have restrictions placed upon them—for more mainstream cryptocurrency assets like ether and bitcoin that are harder to limit.
</p>

<p>
	 
</p>

<p>
	“The second step of the laundering process is to ‘layer’ the stolen funds in order to attempt to conceal the transaction trail,” Elliptic writes. This means splitting the funds into smaller amounts and sending them to multiple wallets. With Bybit, Elliptic writes, money was sent to 50 different wallets that were then emptied in the coming days. This cryptocurrency is then moved through various cryptocurrency exchanges, converted into bitcoin, and passed through <a href="https://www.wired.com/story/new-crypto-mixer-promises-to-be-tornado-cash-crime/" rel="external nofollow">crypto mixers that aim to obscure crypto transactions</a>.
</p>

<p>
	 
</p>

<p>
	“North Korea is the most sophisticated and well-resourced launderer of crypto assets in existence, continually adapting its techniques to evade identification and seizure of stolen assets,” Elliptic says in its <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.elliptic.co/blog/bybit-hack-largest-in-history" href="https://www.elliptic.co/blog/bybit-hack-largest-in-history" rel="external nofollow" target="_blank">blog post</a>.
</p>

<p>
	 
</p>

<p>
	In addition to cryptocurrency heists, TraderTraitor has been linked to hacks at software supply chain companies, most prominently <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://jumpcloud.com/blog/security-update-incident-details" href="https://jumpcloud.com/blog/security-update-incident-details" rel="external nofollow" target="_blank">JumpCloud</a> <a href="https://cloud.google.com/blog/topics/threat-intelligence/north-korea-supply-chain" rel="external nofollow">in June 2023</a>. Compromising software used by multiple companies may provide the hackers a stealthier way into their intended targets. “That could impact any tech industry, any organization that uses that software,” says Andy Piazza, senior director for threat research at Unit 42.
</p>

<p>
	 
</p>

<p>
	As TraderTraitor has increasingly garnered attention over the past couple of years, Piazza says he has seen the group improve their operations and attempt to evade detection. For example, <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="http://unit42.paloaltonetworks.com/slow-pisces-new-custom-malware" href="http://unit42.paloaltonetworks.com/slow-pisces-new-custom-malware" rel="external nofollow" target="_blank">Unit 42’s recent research</a> noted that TraderTraitor had been using malware the researchers called RN Loader that installs an information stealer and then deletes itself, making it harder to detect.
</p>

<p>
	 
</p>

<p>
	“You can definitely tell that they’re stepping up,” Piazza says.
</p>

<p>
	 
</p>

<p>
	Piazza says that unlike haphazard Russian hacking groups—which were both in the <a href="https://www.wired.com/story/dnc-lawsuit-reveals-key-details-2016-hack/" rel="external nofollow">networks of the DNC simultaneously</a> around 2016—there appears to be more organization with the North Korean groups. “It seems more coordinated that they're not bumping into each other out in the battle space,” Piazza says. “They’re really showing that they have the capability to be focused on that <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.proofpoint.com/uk/threat-reference/operational-security-opsec" href="https://www.proofpoint.com/uk/threat-reference/operational-security-opsec" rel="external nofollow" target="_blank">OPSEC</a>, to be focused on that persistence capability.”
</p>

<p>
	 
</p>

<p>
	North Korea’s hacking operations may be even more complex than many realize. According to Piazza and other experts WIRED spoke to, the crypto hackers and the undercover IT workers may even coordinate. Their tactics show some “overlap,” Piazza says.
</p>

<p>
	 
</p>

<p>
	“If you right now went out onto some type of freelance website and said that you are a brand-new crypto startup and you’re looking for developers before the day is out, you would have North Koreans in your inbox,” Barnhart, the DTEX Systems researcher, says. He says some North Korean hackers can bounce between the country’s different groups, and there’s the possibility that they could also work with or alongside its IT workers. There may be more overlap than people thought, Barnhart says.
</p>

<p>
	 
</p>

<p>
	“Whenever we attribute this [hacking] back to TraderTraitor, was nobody else involved? Did somebody else have a hand in there?”
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/tradertraitor-north-korea-crypto-theft/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28734</guid><pubDate>Mon, 14 Apr 2025 18:43:15 +0000</pubDate></item><item><title>SSL/TLS certificate lifespans reduced to 47 days by 2029</title><link>https://nsaneforums.com/news/security-privacy-news/ssltls-certificate-lifespans-reduced-to-47-days-by-2029-r28733/</link><description><![CDATA[<p>
	The CA/Browser Forum has voted to significantly reduce the lifespan of SSL/TLS certificates over the next 4 years, with a final lifespan of just 47 days starting in 2029.
</p>

<p>
	 
</p>

<p>
	The CA/Browser Forum is a group of certificate authorities (CAs) and software vendors, including browser developers, working together to establish and maintain security standards for digital certificates used in Internet communications.
</p>

<p>
	 
</p>

<p>
	Its members include major CAs like DigiCert and GlobalSign, as well as browser vendors such as Google, Apple, Mozilla, and Microsoft.
</p>

<p>
	 
</p>

<p>
	Earlier this year, <a href="http://groups.google.com/a/groups.cabforum.org/g/servercert-wg/c/bvWh5RN6tYI" rel="external nofollow" target="_blank">Apple proposed</a> a motion to reduce certificate lifespans, which Sectigo, the Google Chrome team, and Mozilla endorsed.
</p>

<p>
	 
</p>

<p>
	This proposal would gradually reduce the lifespan of certificates over the next four years from its current 398-day lifespan to 47 days in March 2029.
</p>

<p>
	 
</p>

<p>
	The goal is to minimize risks from outdated certificate data, deprecated cryptographic algorithms, and prolonged exposure to compromised credentials. It also encourages companies and developers to utilize automation to renew and rotate TLS certificates, making it less likely that sites will be running on expired certificates.
</p>

<p>
	 
</p>

<p>
	SSL/TLS certificates are digital files that enable secure communication over the internet (HTTPS) by encrypting data and authenticating websites.
</p>

<p>
	 
</p>

<p>
	They encrypt the connection so sensitive data like passwords and credit card data entered on website forms cannot be intercepted by attackers in the middle.
</p>

<p>
	 
</p>

<p>
	These certificates are also used to authenticate the website and guarantee data integrity, meaning the information exchanged between the user and the server hasn't been tampered with.
</p>

<p>
	 
</p>

<p>
	When those certificates expire without renewal, users see a warning on their browser informing them that their connection isn't private or secure.
</p>

<p>
	 
</p>

<p>
	Currently, the lifespan and the Domain Control Validation (DCV) of those certificates is 398 days, but the majority of certificate authorities agreed that this is too long in today's security landscape.
</p>

<p>
	 
</p>

<p>
	With <a href="https://groups.google.com/a/groups.cabforum.org/g/servercert-wg/c/9768xgUUfhQ?pli=1" rel="external nofollow" target="_blank">25 votes for and none against</a>, the CA/Browser Forum has now ruled to shorten the lifespan as follows:
</p>

<p>
	 
</p>

<ul style="list-style-type:square">
	<li>
		<strong>From March 15, 2026</strong>, certificate lifespan and DCV will be reduced to 200 days
	</li>
	<li>
		<strong>From March 15, 2027</strong>, certificate lifespan and DCV will be reduced to 100 days
	</li>
	<li>
		<strong>From March 15, 2029</strong>, the certificate lifespan will be reduced to 47 days and DCV to 10 days
	</li>
</ul>

<p>
	 
</p>

<p>
	Shortening the certificate lifecycle is bound to introduce management overhead and add a large burden for people who handle multiple domains. However, it is expected to force more frequent revalidation of companies requesting certificates, encourage automation, and ultimately make the ecosystem more agile and secure.
</p>

<p>
	 
</p>

<p>
	This gradual shortening of certificate lifespans gives impacted entities enough time to implement and transition to automated certificate renewal systems, such as those offered by cloud providers, Let's Encrypt, or certificate providers that support the ACME protocol.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/ssl-tls-certificate-lifespans-reduced-to-47-days-by-2029/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28733</guid><pubDate>Mon, 14 Apr 2025 18:37:20 +0000</pubDate></item><item><title>Microsoft Defender will isolate undiscovered endpoints to block attacks</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-defender-will-isolate-undiscovered-endpoints-to-block-attacks-r28710/</link><description><![CDATA[<p>
	Microsoft is testing a new Defender for Endpoint capability that will block traffic to and from undiscovered endpoints to thwart attackers' lateral network movement attempts.
</p>

<p>
	 
</p>

<p>
	As the company <a href="http://learn.microsoft.com/en-us/defender-endpoint/whats-new-in-microsoft-defender-endpoint#april-2025" rel="external nofollow" target="_blank">revealed earlier this week</a>, this is achieved by containing the IP addresses of devices that have yet to be discovered or onboarded to Defender for Endpoint.
</p>

<p>
	 
</p>

<p>
	Redmond says the new feature will prevent threat actors from spreading to other non-compromised devices by blocking incoming and outgoing communication with devices using contained IP addresses.
</p>

<p>
	 
</p>

<p>
	"Containing an IP address associated with undiscovered devices or devices not onboarded to Defender for Endpoint is done automatically through <a href="https://learn.microsoft.com/en-us/defender-xdr/automatic-attack-disruption" rel="external nofollow" target="_blank">automatic attack disruption</a>. The Contain IP policy automatically blocks a malicious IP address when Defender for Endpoint detects the IP address to be associated with an undiscovered device or a device not onboarded," Microsoft <a href="https://learn.microsoft.com/en-us/defender-endpoint/respond-machine-alerts#contain-ip-addresses-of-undiscovered-devices" rel="external nofollow" target="_blank">explains</a>.
</p>

<p>
	 
</p>

<p>
	"Through automatic attack disruption, Defender for Endpoint incriminates a malicious device, identifies the role of the device to apply a matching policy to automatically contain a critical asset. The granular containment is done by blocking only specific ports and communication directions."
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="Attack disruption via IP containment" class="ipsImage" height="390" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2025/contain-ip-attack-disrupt.jpg">
		<figcaption>
			<em>Attack disruption via IP containment (Microsoft)</em>
		</figcaption>
	</figure>
</div>

<p>
	This new feature will be available on Defender for Endpoint-onboarded devices running Windows 10, Windows 2012 R2, Windows 2016, and Windows Server 2019+.
</p>

<p>
	 
</p>

<p>
	Admins can also stop an IP address's containment by restoring its connection to the network at any time by selecting the "Contain IP<strong>"</strong> action in the "Action Center" and selecting "Undo" in the flyout.
</p>

<p>
	 
</p>

<p>
	Since June 2022, Defender for Endpoint has also <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-defender-now-isolates-hacked-unmanaged-windows-devices/" rel="external nofollow" target="_blank">been able to isolate hacked and unmanaged Windows devices</a>, blocking all communication to and from the compromised devices to stop attackers from spreading through victims' networks.
</p>

<p>
	 
</p>

<p>
	Microsoft also started <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-defender-can-now-isolate-compromised-linux-endpoints/" rel="external nofollow" target="_blank">testing device isolation support</a> for Defender for Endpoint on onboarded Linux devices, with the capability reaching general availability on macOS and Linux in October 2023.
</p>

<p>
	 
</p>

<p>
	The same month, the company revealed that Defender for Endpoint could also <a href="https://www.bleepingcomputer.com/news/security/microsoft-defender-now-auto-isolates-compromised-accounts/" rel="external nofollow" target="_blank">isolate compromised user accounts</a> to block lateral movement in hands-on-keyboard ransomware attacks using automatic attack disruption.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-defender-will-isolate-undiscovered-endpoints-to-block-attacks/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28710</guid><pubDate>Sat, 12 Apr 2025 05:22:24 +0000</pubDate></item><item><title>Researcher uncovers dozens of sketchy Chrome extensions with 4 million installs</title><link>https://nsaneforums.com/news/security-privacy-news/researcher-uncovers-dozens-of-sketchy-chrome-extensions-with-4-million-installs-r28703/</link><description><![CDATA[<h3>
	Even weirder: Why would Google give so many the "Featured" stamp for trustworthiness?
</h3>

<p>
	Google is hosting dozens of extensions in its Chrome Web Store that perform suspicious actions on the more than 4 million devices that have installed them and that their developers have taken pains to carefully conceal.
</p>

<p>
	 
</p>

<p>
	The extensions, which so far number at least 35, use the same code patterns, connect to some of the same servers, and require the same list of sensitive systems permissions, including the ability to interact with web traffic on all URLs visited, access cookies, manage browser tabs, and execute scripts. In more detail, the permissions are:
</p>

<p>
	 
</p>

<ul>
	<li aria-level="1">
		Tabs: manage and interact with browser windows
	</li>
	<li aria-level="1">
		Cookies: set and access stored browser cookies based on cookie or domain names (ex., "Authorization" or "all cookies for GitHub.com")
	</li>
	<li aria-level="1">
		WebRequest: intercept and modify web requests the browser makes
	</li>
	<li aria-level="1">
		Storage: ability to store small amounts of information persistently in the browser (these extensions store their command &amp; control configuration here)
	</li>
	<li aria-level="1">
		Scripting: the ability to inject new JavaScript into webpages and manipulate the DOM
	</li>
	<li aria-level="1">
		Alarms: an internal messaging service to trigger events. The extension uses this to trigger events like a cron job, as it can allow for scheduling the heartbeat callbacks by the extension
	</li>
	<li aria-level="1">
		<all_urls>:: This works in tandem with other permissions like webRequest, but allows for the extension to functionally interact with all browsing activity (completely unnecessary for an extension that should just look at your installed extensions)</all_urls>
	</li>
</ul>

<p>
	 
</p>

<p>
	These sorts of permissions give extensions the ability to do all sorts of potentially abusive things and, as such, should be judiciously granted only to trusted extensions that can’t perform core functions without them.
</p>

<h2>
	Dubious or suspicious
</h2>

<p>
	“At this point, this information should be enough for any organization to reasonably kick this out of their environment as it presents unnecessary risk,” John Tuckner, founder of browser extension analysis firm Secure Annex and the researcher who stumbled on the cluster of extensions, wrote in a <a href="https://secureannex.com/blog/searching-for-something-unknow/" rel="external nofollow">post published Thursday</a>. In an email, he said the only permission required for some extensions is management. “Some of the other extensions like the 'Browse Securey' might traditionally require more permissions like 'webRequest' to block malicious sites, but things like access to 'cookies' are definitely not needed across the full list,” he said.
</p>

<p>
	 
</p>

<p>
	The extensions share other dubious or suspicious similarities. Much of the code in each one is highly obfuscated, a design choice that provides no benefit other than complicating the process for analyzing and understanding how it behaves.
</p>

<p>
	 
</p>

<p>
	All but one of them are <a href="https://support.google.com/chrome/a/answer/2714278?hl=en#:~:text=Unlisted%E2%80%94Only%20users%20with%20the,install%20the%20app%20or%20extension." rel="external nofollow">unlisted</a> in the Chrome Web Store. This designation makes an extension visible only to users with the long pseudorandom string in the extension URL, and thus, they don’t appear in the Web Store or search engine search results. It’s unclear how these 35 unlisted extensions could have fetched 4 million installs collectively, or on average roughly 114,000 installs per extension, when they were so hard to find.
</p>

<p>
	 
</p>

<p>
	Additionally, 10 of them are stamped with the “Featured” designation, which Google <a href="https://support.google.com/chrome_webstore/answer/1050673?hl=en&amp;visit_id=638799116507154059-3645955058&amp;p=cws_badges&amp;rd=1#cws_badges&amp;zippy=%2Cunderstand-chrome-web-store-badges" rel="external nofollow">reserves</a> for developers whose identities have been verified and “follow our technical best practices and meet a high standard of user experience and design.”
</p>

<p>
	 
</p>

<p>
	One example is the extension <a href="https://chromewebstore.google.com/detail/safe-search-for-chrome/oaljkhbgbedmfoiieocoenglpaeogjmf" rel="external nofollow">Fire Shield Extension Protection</a>, which, ironically enough, purports to check Chrome installations for the presence of any suspicious or malicious extensions. One of the key JavaScript files it runs references several questionable domains, where they can upload data and download instructions and code:
</p>

<p>
	 
</p>

<figure class="ars-wp-img-shortcode id-2088455 align-center">
	<div>
		<img alt="Fire-Shield-Extension-Protection-640x436" class="center medium" decoding="async" height="436" loading="lazy" sizes="auto, (max-width: 640px) 100vw, 640px" srcset="https://cdn.arstechnica.net/wp-content/uploads/2025/04/Fire-Shield-Extension-Protection-640x436.png 640w, https://cdn.arstechnica.net/wp-content/uploads/2025/04/Fire-Shield-Extension-Protection-1024x698.png 1024w, https://cdn.arstechnica.net/wp-content/uploads/2025/04/Fire-Shield-Extension-Protection-768x523.png 768w, https://cdn.arstechnica.net/wp-content/uploads/2025/04/Fire-Shield-Extension-Protection-1536x1047.png 1536w, https://cdn.arstechnica.net/wp-content/uploads/2025/04/Fire-Shield-Extension-Protection-980x668.png 980w, https://cdn.arstechnica.net/wp-content/uploads/2025/04/Fire-Shield-Extension-Protection-1440x981.png 1440w, https://cdn.arstechnica.net/wp-content/uploads/2025/04/Fire-Shield-Extension-Protection.png 1928w" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/Fire-Shield-Extension-Protection-640x436.png">
	</div>

	<figcaption>
		<div class="caption font-impact dusk:text-gray-300 mb-4 mt-2 inline-flex flex-row items-stretch gap-1 text-base leading-tight text-gray-400 dark:text-gray-300">
			<div class="caption-content">
				<em>URLs that Fire Shield Extension Protection references in its code. <span class="caption-credit mt-2 text-xs"><em> </em></span></em>
			</div>

			<div class="caption-content">
				<em><span class="caption-credit mt-2 text-xs"><em>Credit: Secure Annex </em></span> </em>
			</div>
		</div>
	</figcaption>
</figure>

<p>
	One domain in particular—unknow.com—is listed in the remaining 34 apps.
</p>

<p>
	 
</p>

<p>
	Tuckner tried analyzing what extensions did on this site but was largely thwarted by the obfuscated code and other steps the developer took to conceal their behavior. When the researcher, for instance, ran the Fire Shield extension on a lab device, it opened a blank webpage. Clicking on the icon of an installed extension usually provides an option menu, but Fire Shield displayed nothing when he did it. Tuckner then fired up a <a href="https://developer.chrome.com/docs/workbox/service-worker-overview/" rel="external nofollow">background service worker</a> in the Chrome developer tools to seek clues about what was happening. He soon realized that the extension connected to a URL at fireshieldit.com and performed some action under the generic category “browser_action_clicked.” He tried to trigger additional events but came up empty-handed.
</p>

<p>
	 
</p>

<p>
	So Tuckner tried a new tactic. He found a configuration someone had <a href="https://gist.github.com/tstromberg/e69d7b75170adea5a395e34986b9ae36" rel="external nofollow">uploaded</a> years earlier to GitHub for Browse Securely for Chrome, another extension in his list (it has since changed its name to <a href="https://chromewebstore.google.com/detail/secured-connection-by-sec/fojomppheellamdaddnbgommepnlkooh" rel="external nofollow">Secured Connection by Security Browse</a>. The GitHub user who uploaded the file did so because they believed the extension was malicious.
</p>

<p>
	 
</p>

<p>
	When Tuckner loaded the unique ID for this extension into his installation of Fire Shield, it suddenly started sending a variety of events to the server that tracked user behaviors, such as what websites he was visiting, what sites had preceded that visit, and the size of his display screen. The researcher still hasn’t found proof that Fire Shield or any of the other extensions are malicious, but what he saw was enough to remove all reasonable doubt.
</p>

<p>
	 
</p>

<p>
	“While I could not find an instance of the extension exfiltrating credentials, this level of obfuscation, along with the ability for the extension’s configuration to be remotely controlled, and the capabilities in the browser extension’s code is enough for me to come to the same conclusion that all of these extensions include some kind of spyware or infostealer,” he wrote. “That is ultimately the problem and threat these extensions pose when they can be controlled remotely.”
</p>

<p>
	 
</p>

<p>
	The discovery serves as the latest reminder that there are real-world consequences to installing extensions for Chrome, Firefox, or any other browser, just as there are consequences for installing phone apps. Google, Apple, and others continually nudge us to install as many of these as we can. This is poor advice. Extensions and apps should be installed only when they provide a benefit that can’t be obtained otherwise. Even then, they should be installed only after reading recent reviews to see what kind of experiences others have had and looking into the developer. These steps are particularly important when installing extensions or apps from Google, given the much higher incidence of malice being reported over the past decade from its offerings.
</p>

<p>
	 
</p>

<p>
	The full list of extensions is:
</p>

<p>
	 
</p>

<ul>
	<li aria-level="1">
		Choose Your Chrome Tools
	</li>
	<li aria-level="1">
		Fire Shield Chrome Safety
	</li>
	<li aria-level="1">
		Safe Search for Chrome
	</li>
	<li aria-level="1">
		Fire Shield Extension Protection
	</li>
	<li aria-level="1">
		Browser Checkup for Chrome by Doctor
	</li>
	<li aria-level="1">
		Protecto for Chrome
	</li>
	<li aria-level="1">
		Unbiased Search by Protecto
	</li>
	<li aria-level="1">
		Securify Your Browser
	</li>
	<li aria-level="1">
		Web Privacy Assistant
	</li>
	<li aria-level="1">
		Securify Kid Protection
	</li>
	<li aria-level="1">
		Bing Search by Securify
	</li>
	<li aria-level="1">
		Browse Securely for Chrome
	</li>
	<li aria-level="1">
		Better Browse by SecurySearch
	</li>
	<li aria-level="1">
		Check My Permissions for Chrome
	</li>
	<li aria-level="1">
		Website Safety for Chrome
	</li>
	<li aria-level="1">
		MultiSearch for Chrome
	</li>
	<li aria-level="1">
		Global search for Chrome
	</li>
	<li aria-level="1">
		Map Search for Chrome
	</li>
	<li aria-level="1">
		Watch Tower Overview
	</li>
	<li aria-level="1">
		Incognito Shield for Chrome
	</li>
	<li aria-level="1">
		In Site Search for Chrome
	</li>
	<li aria-level="1">
		Privacy Guard for Chrome
	</li>
	<li aria-level="1">
		Yahoo Search by Ghost
	</li>
	<li aria-level="1">
		Private Search for Chrome
	</li>
	<li aria-level="1">
		Total Safety for Chrome
	</li>
	<li aria-level="1">
		Data Shield for Chrome
	</li>
	<li aria-level="1">
		Browser WatchDog for Chrome
	</li>
	<li aria-level="1">
		Incognito Search for Chrome
	</li>
	<li aria-level="1">
		Web Results for Chrome
	</li>
	<li aria-level="1">
		Cuponomia - Coupon and Cashback
	</li>
	<li aria-level="1">
		Securify for Chrome
	</li>
	<li aria-level="1">
		Securify Advanced Web Protection
	</li>
	<li aria-level="1">
		News Search for Chrome
	</li>
	<li aria-level="1">
		SecuryBrowse for Chrome
	</li>
	<li aria-level="1">
		Browse Securely for Chrome
	</li>
</ul>

<p>
	 
</p>

<p>
	Extension IDs and other indicators of compromise appear in Thursday's post and <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vTQODOMXGrdzC8eryUCmWI_up6HwXATdlD945PImEpCjD3GVWrS801at-4eLPX_9cNAbFbpNvECSGW8/pubhtml#" rel="external nofollow">this spreadsheet</a> compiled by Tuckner. Anyone who has one of these extensions installed should remove it immediately. Google didn’t immediately respond to questions asking if the company is investigating and what vetting it performed in awarding the Featured designation to some of these apps. Questions sent to some of the email addresses listed in the extension policies also didn't receive responses.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/security/2025/04/researcher-uncovers-dozens-of-sketchy-chrome-extensions-with-4-million-installs/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28703</guid><pubDate>Fri, 11 Apr 2025 17:31:17 +0000</pubDate></item><item><title>OpenAI helps spammers plaster 80,000 sites with messages that bypassed filters</title><link>https://nsaneforums.com/news/security-privacy-news/openai-helps-spammers-plaster-80000-sites-with-messages-that-bypassed-filters-r28682/</link><description><![CDATA[<h3>
	Company didn't notice its chatbot was being abused for (at least) 4 months.
</h3>

<p>
	Spammers used OpenAI to generate messages that were unique to each recipient, allowing them to bypass spam-detection filters and blast unwanted messages to more than 80,000 websites in four months, researchers said Wednesday.
</p>

<p>
	 
</p>

<p>
	The finding, documented in a <a href="https://www.sentinelone.com/labs/akirabot-ai-powered-bot-bypasses-captchas-spams-websites-at-scale/" rel="external nofollow">post</a> published by security firm SentinelOne’s SentinelLabs, underscores the double-edged sword wielded by large language models. The same thing that makes them useful for benign tasks—the breadth of data available to them and their ability to use it to generate content at scale—can often be used in malicious activities just as easily. OpenAI revoked the spammers’ account after receiving SentinelLabs’ disclosure, but the four months the activity went unnoticed shows how enforcement is often reactive rather than proactive.
</p>

<h2>
	“You are a helpful assistant”
</h2>

<p>
	The spam blast is the work of AkiraBot—a framework that automates the sending of messages in large quantities to promote shady search optimization services to small- and medium-size websites. AkiraBot used python-based scripts to rotate the domain names advertised in the messages. It also used OpenAI’s chat API tied to the model gpt-4o-mini to generate unique messages customized to each site it spammed, a technique that likely helped it bypass filters that look for and block identical content sent to large numbers of sites. The messages are delivered through contact forms and live chat widgets embedded into the targeted websites.
</p>

<p>
	 
</p>

<p>
	“AkiraBot’s use of LLM-generated spam message content demonstrates the emerging challenges that AI poses to defending websites against spam attacks,” SentinelLabs researchers Alex Delamotte and Jim Walter wrote. “The easiest indicators to block are the rotating set of domains used to sell the Akira and ServiceWrap SEO offerings, as there is no longer a consistent approach in the spam message contents as there were with previous campaigns selling the services of these firms.”
</p>

<p>
	 
</p>

<p>
	AkiraBot worked by assigning the following role to OpenAI’s chat API using the model gpt-4o-mini: “You are a helpful assistant that generates marketing messages.” A prompt instructed the LLM to replace the variables with the site name provided at runtime. As a result, the body of each message named the recipient website by name and included a brief description of the service provided by it.
</p>

<p>
	 
</p>

<figure class="ars-wp-img-shortcode id-2087951 align-center">
	<div>
		<img alt="AkiraBot-spam-openai-prompt-640x365.webp" class="center medium" decoding="async" height="365" loading="lazy" sizes="auto, (max-width: 640px) 100vw, 640px" srcset="https://cdn.arstechnica.net/wp-content/uploads/2025/04/AkiraBot-spam-openai-prompt-640x365.webp 640w, https://cdn.arstechnica.net/wp-content/uploads/2025/04/AkiraBot-spam-openai-prompt-1024x585.webp 1024w, https://cdn.arstechnica.net/wp-content/uploads/2025/04/AkiraBot-spam-openai-prompt-768x438.webp 768w, https://cdn.arstechnica.net/wp-content/uploads/2025/04/AkiraBot-spam-openai-prompt-980x559.webp 980w, https://cdn.arstechnica.net/wp-content/uploads/2025/04/AkiraBot-spam-openai-prompt.webp 1186w" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/AkiraBot-spam-openai-prompt-640x365.webp">
	</div>

	<figcaption>
		<div class="caption font-impact dusk:text-gray-300 mb-4 mt-2 inline-flex flex-row items-stretch gap-1 text-base leading-tight text-gray-400 dark:text-gray-300">
			<div class="caption-content">
				<em>An AI Chat prompt used by AkiraBot </em>
			</div>

			<div class="caption-content">
				<em><span class="caption-credit mt-2 text-xs"><em>Credit: SentinelLabs </em></span> </em>
			</div>
		</div>
	</figcaption>
</figure>

<p>
	“The resulting message includes a brief description of the targeted website, making the message seem curated,” the researchers wrote. “The benefit of generating each message using an LLM is that the message content is unique and filtering against spam becomes more difficult compared to using a consistent message template which can trivially be filtered.”
</p>

<p>
	 
</p>

<p>
	SentinelLabs obtained log files AkiraBot left on a server to measure success and failure rates. One file showed that unique messages had been successfully delivered to more than 80,000 websites from September 2024 to January of this year. By comparison, messages targeting roughly 11,000 domains failed. OpenAI thanked the researchers and reiterated that such use of its chatbots runs afoul of its terms of service.
</p>

<p>
	 
</p>

<p>
	<em>Story updated to modify headline.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/security/2025/04/openais-gpt-helps-spammers-send-blast-of-80000-messages-that-bypassed-filters/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28682</guid><pubDate>Thu, 10 Apr 2025 03:57:13 +0000</pubDate></item><item><title>WhatsApp attachment flaw could trick Windows users into downloading and installing malware</title><link>https://nsaneforums.com/news/security-privacy-news/whatsapp-attachment-flaw-could-trick-windows-users-into-downloading-and-installing-malware-r28664/</link><description><![CDATA[<p>
	If you are using WhatsApp for Windows, then you need to be cautious. Meta has warned that a security vulnerability could trick unwary users into downloading and installing malware. The vulnerability, a spoofing one, tracked under ID CVE-2025-30401, allows threat actors and cyberattackers to disguise harmful malicious code in the form of harmless attachment files.
</p>

<p>
	 
</p>

<p>
	<img alt="WhatsApp listing open on Microsoft Store in Windows 11" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2022/08/1660719101_screenshot_2022-08-17_115050.jpg">
</p>

<p>
	 
</p>

<p>
	Normally, if you receive an attachment, WhatsApp identifies it by its MIME (Multipurpose Internet Mail Extensions) type (for example, a file could be identified as an image, document, or video based on its actual content). However, when you manually open the attachment, WhatsApp uses the file's extension, like .jpg or .exe, to decide how to handle it.
</p>

<p>
	 
</p>

<p>
	The issue arises if the attachment is crafted with a deliberate mismatch by a threat actor. For example, the MIME type might suggest it's an image (so WhatsApp shows it as an image), but the file extension might actually indicate it’s a program (like .exe).
</p>

<p>
	 
</p>

<p>
	If the recipient manually opens the attachment, expecting to view a harmless image, the system might instead execute the hidden program. This could allow the attacker’s code to run on the victim's device without their knowledge, potentially causing harm like stealing data, installing malware, or hijacking the system.
</p>

<p>
	 
</p>

<p>
	Meta, in its security advisory, explains (<a href="https://www.facebook.com/security/advisories/cve-2025-30401" rel="external nofollow">link1</a>, <a href="https://www.whatsapp.com/security/advisories/2025/" rel="external nofollow">link2</a><span class="ipsEmoji">😞</span>
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>CVE-2025-30401</strong>
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Description</strong>: A spoofing issue in WhatsApp for Windows prior to version 2.2450.6 displayed attachments according to their MIME type but selected the file opening handler based on the attachment’s filename extension. A maliciously crafted mismatch could have caused the recipient to inadvertently execute arbitrary code rather than view the attachment when manually opening the attachment inside WhatsApp.
	</p>

	<p>
		 
	</p>

	<p>
		Affected Version Information:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			WhatsApp Desktop for Windows (Facebook)
			<ul>
				<li>
					Default Status: unaffected
				</li>
				<li>
					affected from 0.0.0 before 2.2450.6
				</li>
			</ul>
		</li>
	</ul>
</blockquote>

<p>
	Thus, users are advised to download and install version 2.2450.6 or newer of WhatsApp for Windows. You can get it from the WhatsApp <a href="https://www.whatsapp.com/download/" rel="external nofollow">official website</a> or the <a href="https://apps.microsoft.com/detail/9NKSQGP7F2NH" rel="external nofollow">Microsoft Store.</a>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/whatsapp-attachment-flaw-could-trick-windows-users-into-downloading-and-installing-malware/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28664</guid><pubDate>Wed, 09 Apr 2025 03:09:20 +0000</pubDate></item><item><title>Fake Microsoft Office add-in tools push malware via SourceForge</title><link>https://nsaneforums.com/news/security-privacy-news/fake-microsoft-office-add-in-tools-push-malware-via-sourceforge-r28663/</link><description><![CDATA[<p>
	Threat actors are abusing SourceForge to distribute fake Microsoft add-ins that install malware on victims' computers to both mine and steal cryptocurrency.
</p>

<p>
	 
</p>

<p>
	SourceForge.net is a legitimate software hosting and distribution platform that also supports version control, bug tracking, and dedicated forums/wikis, making it very popular among open-source project communities.
</p>

<p>
	 
</p>

<p>
	Although its open project submission model gives plenty of margin for abuse, actually seeing malware distributed through it is a rare occurrence.
</p>

<p>
	 
</p>

<p>
	The new campaign <a href="https://securelist.com/miner-clipbanker-sourceforge-campaign/116088/" rel="external nofollow" target="_blank">spotted by Kaspersky</a> has impacted over 4,604 systems, most of which are in Russia.
</p>

<p>
	 
</p>

<p>
	While the malicious project is no longer available on SourceForge, Kaspersky says the project had been indexed by search engines, bringing traffic from users searching for "office add-ins" or similar.
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="SourceForge page hosting the malware on search results" class="ipsImage" height="253" width="653" src="https://www.bleepstatic.com/images/news/u/1220909/2025/April/search.jpg">
		<figcaption>
			<em>SourceForge page hosting the malware on search results<br>
			Source: Kaspersky</em>
		</figcaption>
	</figure>
</div>

<h2>
	Fake Office add-ins
</h2>

<p>
	The "officepackage" project presents itself as a collection of Office Add-in development tools, with its description and files being a copy of the legitimate Microsoft project 'Office-Addin-Scripts,' available on GitHub.
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="Malicious project (left) and legitimate tool (right)" class="ipsImage" height="412" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2025/April/miner-clipbanker-EN1.jpg">
		<figcaption>
			<em>Malicious project (left) and legitimate tool (right)<br>
			Source: Kaspersky</em>
		</figcaption>
	</figure>
</div>

<p>
	However, when users search for office add-ins on Google Search (and other engines), they get results pointing to "officepackage.sourceforge.io," powered by a separate web hosting feature SourceForge gives to project owners.
</p>

<p>
	 
</p>

<p>
	That page mimics a legit developer tool page, showing the "Office Add-ins" and "Download" buttons. If any are clicked, the victim receives a ZIP containing a password-protected archive (installer.zip) and a text file with the password.
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="The malware-distributing website" class="ipsImage" height="600" style="height: auto;" width="659" src="https://www.bleepstatic.com/images/news/u/1220909/2025/April/site.jpg">
		<figcaption>
			<em>The malware-distributing site<br>
			Source: BleepingComputer</em>
		</figcaption>
	</figure>
</div>

<p>
	The archive contains an MSI file (installer.msi) inflated to 700MB in size to evade AV scans. Running it drops 'UnRAR.exe' and '51654.rar,' and executes a Visual Basic script that fetches a batch script (confvk.bat) from GitHub.
</p>

<p>
	 
</p>

<p>
	The script performs checks to determine whether it runs on a simulated environment and what antivirus products are active, and then downloads another batch script (confvz.bat) and unpacks the RAR archive.
</p>

<p>
	 
</p>

<p>
	The confvz.bat script establishes persistence via Registry modifications and the addition of Windows services.
</p>

<p>
	 
</p>

<p>
	The RAR file contains an AutoIT interpreter (Input.exe), the Netcat reverse shell tool (ShellExperienceHost.exe), and two payloads (Icon.dll and Kape.dll).
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="The complete infection chain" class="ipsImage" height="600" style="height: auto;" width="562" src="https://www.bleepstatic.com/images/news/u/1220909/2025/April/diag.jpg">
		<figcaption>
			<em>The complete infection chain<br>
			Source: Kaspersky</em>
		</figcaption>
	</figure>
</div>

<p>
	The DLL files are a cryptocurrency miner and a clipper. The former hijacks the machine's computational power to mine cryptocurrency for the attacker's account, and the latter monitors the clipboard for copied cryptocurrency addresses and replaces them with attacker-controlled ones.
</p>

<p>
	 
</p>

<p>
	The attacker also receives the infected system's information via Telegram API calls and can use the same channel to introduce additional payloads to the compromised machine.
</p>

<p>
	 
</p>

<p>
	This campaign is another example of threat actors exploiting any legitimate platform to gain false legitimacy and bypass protections.
</p>

<p>
	 
</p>

<p>
	Users are recommended to only download software from trusted publishers who they can verify, prefer the official project channels (in this case <a href="https://github.com/OfficeDev/Office-Addin-Scripts" rel="external nofollow" target="_blank">GitHub</a>), and scan all downloaded files with an up-to-date AV tool before execution.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/fake-microsoft-office-add-in-tools-push-malware-via-sourceforge/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28663</guid><pubDate>Wed, 09 Apr 2025 03:07:38 +0000</pubDate></item><item><title>WhatsApp flaw can let attackers run malicious code on Windows PCs</title><link>https://nsaneforums.com/news/security-privacy-news/whatsapp-flaw-can-let-attackers-run-malicious-code-on-windows-pcs-r28655/</link><description><![CDATA[<p>
	Meta warned Windows users to update the WhatsApp messaging app to the latest version to patch a vulnerability that can let attackers execute malicious code on their devices.
</p>

<p>
	 
</p>

<p>
	Described as a spoofing issue and tracked as <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30401" rel="external nofollow" target="_blank">CVE-2025-30401</a>, this security flaw can be exploited by attackers by sending maliciously crafted files with altered file types to potential targets.
</p>

<p>
	 
</p>

<p>
	Meta <a href="https://www.facebook.com/security/advisories/cve-2025-30401" rel="external nofollow" target="_blank">says</a> the vulnerability impacted all WhatsApp versions and has been fixed with the release of WhatsApp 2.2450.6.
</p>

<p>
	 
</p>

<p>
	"A spoofing issue in WhatsApp for Windows prior to version 2.2450.6 displayed attachments according to their MIME type but selected the file opening handler based on the attachment's filename extension," WhatsApp <a href="https://www.whatsapp.com/security/advisories/2025/" rel="external nofollow" target="_blank">explained in a Tuesday advisory</a>.
</p>

<p>
	 
</p>

<p>
	"A maliciously crafted mismatch could have caused the recipient to inadvertently execute arbitrary code rather than view the attachment when manually opening the attachment inside WhatsApp."
</p>

<p>
	 
</p>

<p>
	Meta says an external researcher found and reported the flaw via a Meta Bug Bounty submission. The company has yet to share if CVE-2025-30401 was exploited in the wild.
</p>

<p>
	 
</p>

<p>
	In July 2024, <a href="https://www.bleepingcomputer.com/news/security/whatsapp-for-windows-lets-python-php-scripts-execute-with-no-warning/" rel="external nofollow" target="_blank">WhatsApp addressed a slightly similar issue</a> that allowed Python and PHP attachments to be executed without warning when recipients opened them on Windows devices with Python installed.
</p>

<h2>
	Often targeted in spyware attacks
</h2>

<p>
	More recently, following reports from security researchers at the University of Toronto's Citizen Lab, WhatsApp also <a href="https://www.bleepingcomputer.com/news/security/whatsapp-patched-zero-day-flaw-used-in-paragon-spyware-attacks/" rel="external nofollow" target="_blank">patched a zero-click, zero-day security vulnerability</a> that was exploited to install Paragon's Graphite spyware.
</p>

<p>
	 
</p>

<p>
	The company said the attack vector was addressed late last year "without the need for a client-side fix" and decided against assigning a CVE-ID after "reviewing the CVE guidelines published by MITRE, and [its] own internal policies."
</p>

<p>
	 
</p>

<p>
	On January 31, after mitigating the security issue server-side, WhatsApp <a href="https://www.reuters.com/technology/cybersecurity/metas-whatsapp-says-israeli-spyware-company-paragon-targeted-scores-users-2025-01-31/" rel="external nofollow" target="_blank">alerted roughly 90 Android users</a> from over two dozen countries, including <a href="https://www.fanpage.it/attualita/giornalisti-presi-di-mira-dallo-spyware-israeliano-paragon-spiato-anche-il-direttore-di-fanpage-it/" rel="external nofollow" target="_blank">Italian journalists</a> and activists who were targeted in Paragon spyware attacks using the zero-click exploit.
</p>

<p>
	 
</p>

<p>
	Last December, a U.S. federal judge also ruled that Israeli spyware maker NSO Group used WhatsApp zero-days to deploy Pegasus spyware on at least 1,400 devices, thus violating U.S. hacking laws.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/nso-group-used-another-whatsapp-zero-day-after-being-sued-court-docs-say/" rel="external nofollow" target="_blank">Court documents</a> revealed that NSO allegedly deployed Pegasus spyware in zero-click attacks that exploited WhatsApp vulnerabilities using multiple zero-day exploits. The documents also said that the spyware maker's developers reverse-engineered WhatsApp's code to create tools that sent malicious messages that installed spyware, violating federal and state laws.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/whatsapp-flaw-can-let-attackers-run-malicious-code-on-windows-pcs/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28655</guid><pubDate>Tue, 08 Apr 2025 17:55:04 +0000</pubDate></item><item><title>Coinbase to fix 2FA account activity entry freaking out users</title><link>https://nsaneforums.com/news/security-privacy-news/coinbase-to-fix-2fa-account-activity-entry-freaking-out-users-r28623/</link><description><![CDATA[<p>
	Coinbase is fixing a misleading account activity message that has caused confusion and anxiety, making users think their credentials were compromised.
</p>

<p>
	 
</p>

<p>
	Over the past couple of weeks, numerous people have contacted BleepingComputer about concerns that they think Coinbase has a serious security issue.
</p>

<p>
	 
</p>

<p>
	After receiving Coinbase phishing emails or texts, they logged into their accounts and checked the activity log, finding numerous entries stating "second_factor_failure" or "2-step verification failed" with login attempts from unusual locations.
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="Coinbase account activity showing 2-step verification failed message." class="ipsImage" height="161" width="720" src="https://www.bleepstatic.com/images/news/cryptocurrency/2fa/incorrect-2fa-error-message/coinbase-account-activity-message.jpg">
		<figcaption>
			<em>Coinbase account activity showing 2-step verification failed message.</em>
		</figcaption>
	</figure>
</div>

<p>
	Two-factor authentication prompts usually occur after a user successfully logs in with their credentials, so they immediately thought that their passwords were compromised and that only 2FA saved them from their account being hacked.
</p>

<p>
	 
</p>

<p>
	This led them to change their passwords, check for malware, and grow anxious over what they believed was a breach.
</p>

<p>
	 
</p>

<p>
	Making matters worse, these users claimed to have a complex, unique password at Coinbase, and there were no signs of malware on their devices, making them believe that Coinbase had been breached.
</p>

<p>
	 
</p>

<p>
	However, it turns out that the "second_factor_failure" or "2-step verification failed" account activity messages are shown in two different scenarios—when a user incorrectly enters the wrong 2FA code or when someone tries to log into their account with the wrong password.
</p>

<p>
	 
</p>

<p>
	BleepingComputer was able to confirm this by logging into someone's account with the wrong password and the person telling us that their account activity page soon showed the mislabeled 2FA error.
</p>

<p>
	 
</p>

<p>
	Similar concerns were <a href="https://www.reddit.com/r/CoinBase/comments/1gqyh8i/second_factor_authentication_failed_in_security/" rel="external nofollow" target="_blank">expressed on Reddit</a>, where users receiving these alerts also confirmed incorrect passwords caused them.
</p>

<p>
	 
</p>

<p>
	"I think they mean that the error doesnt [sic] give any actual detail of what happened," a Coinbase customer posted to Reddit.
</p>

<p>
	 
</p>

<p>
	"To me the error means someone has the pw but not 2fa, but thats not what it means. It should probably should be something like "invalid password" if that is what is actually happening."
</p>

<p>
	 
</p>

<p>
	Coinbase has told BleepingComputer that they are looking into changing the error message when an incorrect password is entered but that there is no time frame as to when this occurs.
</p>

<p>
	 
</p>

<p>
	Unfortunately, BleepingComputer was told that threat actors use these erroneous error messages as part of social engineering attacks that attempt to breach Coinbase accounts by making targets think their credentials are compromised.
</p>

<p>
	 
</p>

<p>
	BleepingComputer has not been able to independently verify if this "bug" is being abused in that way.
</p>

<p>
	 
</p>

<p>
	As a reminder, Coinbase will never text or call you about suspicious activity on your account, so if you receive a phone call or text message, just ignore it and do not engage with the scammers.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/coinbase-to-fix-2fa-account-activity-entry-freaking-out-users/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28623</guid><pubDate>Sat, 05 Apr 2025 18:35:46 +0000</pubDate></item><item><title>WinRAR flaw bypasses Windows Mark of the Web security alerts</title><link>https://nsaneforums.com/news/security-privacy-news/winrar-flaw-bypasses-windows-mark-of-the-web-security-alerts-r28622/</link><description><![CDATA[<p>
	A vulnerability in the WinRAR file archiver solution could be exploited to bypass the Mark of the Web (MotW) security warning and execute arbitrary code on a Windows machine.
</p>

<p>
	 
</p>

<p>
	The security issue is tracked as CVE-2025-31334 and affects all WinRAR versions except the most recent release, which is currently 7.11.
</p>

<p>
	 
</p>

<p>
	Mark of the Web is a security function in Windows in the form of a metadata value (an alternate data stream named ‘zone-identifier’) to tag as potentially unsafe files downloaded from the internet.
</p>

<p>
	 
</p>

<p>
	When opening an executable with the MotW tag, Windows warns the user that it was downloaded from the internet and could be harmful and offers the option to continue execution or terminate it.
</p>

<p>
	 
</p>

<p>
	<img alt="windows-motw-download-warning.jpg" class="ipsImage" height="284" width="720" src="https://www.bleepstatic.com/images/news/software/7/7-zip/motw/windows-motw-download-warning.jpg">
</p>

<h3>
	Symlink to executable
</h3>

<p>
	The CVE-2025-31334 vulnerability can help a threat actor bypass the MotW security warning when opening a symbolic link (symlink) pointing to an executable file in any WinRAR version before 7.11.
</p>

<p>
	 
</p>

<p>
	An attacker could execute arbitrary code by using a specially crafted symbolic link. It should be noted that a symlink can be created on Windows only with administrator permissions.
</p>

<p>
	 
</p>

<p>
	The security issue received a <a href="https://www.cve.org/CVERecord?id=CVE-2025-31334" rel="external nofollow" target="_blank">medium severit</a>y score of 6.8 and has been fixed in the latest version of WinRAR, as noted in the applications change log:
</p>

<p>
	 
</p>

<div class="QuoteNewsStyle">
	<p>
		“If symlink pointing at an executable was started from WinRAR shell, the executable Mark of the Web data was ignored” - <a href="http://www.win-rar.com/whatsnew.html?&amp;L=0" rel="external nofollow" target="_blank">WinRAR</a>
	</p>
</div>

<p>
	The vulnerability was reported by Shimamine Taihei of Mitsui Bussan Secure Directions through the Information Technology Promotion Agency (IPA) in Japan.
</p>

<p>
	 
</p>

<p>
	Japan’s Computer Security Incident Response Team <a href="https://jvn.jp/en/jp/JVN59547048/" rel="external nofollow" target="_blank">coordinated</a> the responsible disclosure with WinRAR’s developer.
</p>

<p>
	 
</p>

<p>
	Starting version 7.10, WinRAR provides the possibility to remove from the MotW alternate data stream information (e.g. location, IP address) that could be considered a privacy risk.
</p>

<p>
	 
</p>

<p>
	Threat actors, including state-sponsored ones, have exploited MotW bypasses in the past to deliver various malware without triggering the security warning.
</p>

<p>
	 
</p>

<p>
	Recently, Russian hackers leveraged such a vulnerability in the 7-Zip archiver, which did not propagate the MotW when <a href="https://www.bleepingcomputer.com/news/security/7-zip-motw-bypass-exploited-in-zero-day-attacks-against-ukraine/" rel="external nofollow" target="_blank">double archiving</a> (archiving a file within another one) to run the Smokeloader malware dropper.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/winrar-flaw-bypasses-windows-mark-of-the-web-security-alerts/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>

<p>
	This version (or later) fixes the vulnerability...
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="56074" data-embedcontent="" data-embedid="embed5670951237" src="https://nsaneforums.com/topic/470201-winrar-711/?do=embed&amp;comment=1862058&amp;embedComment=1862058&amp;embedDo=findComment#comment-1862058" 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.</em></span>
</p>

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28622</guid><pubDate>Sat, 05 Apr 2025 18:34:55 +0000</pubDate></item><item><title>Mozilla improves the way Firefox add-ons and extensions will collect your data</title><link>https://nsaneforums.com/news/security-privacy-news/mozilla-improves-the-way-firefox-add-ons-and-extensions-will-collect-your-data-r28597/</link><description><![CDATA[<p>
	Earlier today, Microsoft announced that it is deprecating a mechanism in Edge in order to improve user data privacy. The company has also published a timeline for the phase out. You can find the details in <a href="https://www.neowin.net/news/microsoft-is-killing-something-inside-edge-but-its-to-improve-user-data-privacy/" rel="external nofollow">this dedicated piece</a>.
</p>

<p>
	 
</p>

<p>
	Meanwhile, Mozilla also announced something similar yesterday about user data collection. The company is trying to simplify the way its add-ons and extensions ask for consent for data "collection and transmission" when you install them on your browser. This news is interesting considering the recent backlash the company received regarding <a href="https://www.neowin.net/news/mozilla-shifts-its-stance-on-user-data-protection-says-sale-of-data-is-broadly-defined/" rel="external nofollow">user data protection</a>.
</p>

<p>
	 
</p>

<p>
	Mozilla feels this update will simplify things from both the perspectives of the developer of an add-on as well as the user who installs it. The firm explains the development side benefits first:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		In 2025 we will launch a new data consent experience for extensions, built into the Firefox add-on installation flow itself. This will dramatically reduce the:
	</p>

	<p>
		 
	</p>

	<ol>
		<li>
			development effort required to be compliant with Firefox data policies
		</li>
		<li>
			confusion users faces when installing extensions by providing a more consistent experience, giving them more confidence and control around the data collected or transmitted
		</li>
		<li>
			effort it takes AMO reviewers to evaluate an extension version to ensure it’s compliant with our data collection policies
		</li>
	</ol>

	<p>
		 
	</p>

	<p>
		Developers won’t need to bother with creating their own custom data consent experiences. Soon, developers will simply be able to specify in the manifest what types of data the extension collects/transmits and this will automatically be reflected in a unified consent experience across all Firefox extensions
	</p>
</blockquote>

<p>
	And following that, Mozilla has explained how the new updated consent type will help users:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		When a user then adds an extension to Firefox, the installation prompt will show what required types of data the extension collects, if any, alongside a list of permissions that the extension requests. Users will have a choice to opt in/out of providing the optional technical and usage data if the add-on has requested it, as well as any optional data collection the developer requests.
	</p>

	<p>
		 
	</p>

	<p>
		As always, the user then has the choice to continue adding the extension if they agree to the required permissions and data collection, or cancel the installation flow.
	</p>

	<p>
		 
	</p>

	<p>
		...
	</p>

	<p>
		 
	</p>

	<p>
		The data collection information will also be displayed on AMO extension listing pages to help Firefox users make informed download decisions.
	</p>
</blockquote>

<p>
	If you are wondering, AMO here refers to the <a href="https://addons.mozilla.org/en-US/firefox/" rel="external nofollow">addons.mozilla.org</a> website where all the Firefox add-ons and extensions are available. You can find the blog post <a href="https://blog.mozilla.org/addons/2025/04/03/rethinking-extension-data-consent-clarity-consistency-and-control/" rel="external nofollow">here</a> on Mozilla's website. The firm adds that more technical details will be published later on the same page. Currently it is still gathering feedback.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/mozilla-improves-the-way-firefox-add-ons-and-extensions-will-collect-your-data/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28597</guid><pubDate>Fri, 04 Apr 2025 08:15:08 +0000</pubDate></item><item><title>Microsoft is killing something inside Edge but it's to improve user data privacy</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-is-killing-something-inside-edge-but-its-to-improve-user-data-privacy-r28596/</link><description><![CDATA[<p>
	Microsoft has announced that it is killing its <code>window.external.getHostEnvironmentValue()</code> method of gathering data related to the user device and browser. Instead, the company is moving to a more privacy-focused and standardised User-Agent Client Hints API.
</p>

<p>
	 
</p>

<p>
	It writes:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		The <code>window.external.getHostEnvironmentValue()</code> method is an Edge-only, non-standards-based way for web developers to access information about the browser and platform. ... we’re announcing our plan to deprecate this method and we’re asking web developers to use the standardized User-Agent Client Hints API instead.
	</p>
</blockquote>

<p>
	Microsoft further explains:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Our decision to deprecate the <code>getHostEnvironmentValue()</code> method is driven by our goal to enhance browser privacy by eliminating user fingerprinting. The UA Client Hints API provides browser and platform information in a much more privacy-preserving way as browsers can decide what to return when asked for hints. Low entropy hints are accessible with every request, while the high entropy hints that can potentially give away more fingerprinting information can be gated with user preferences or behind a permission request.
	</p>
</blockquote>

<p>
	Thus, the User-Agent Client Hints API builds on the Client Hints framework to let websites access browser and platform details, and essentially, it minimizes the data footprint users leave behind when browsing while still allowing websites to get enough information to provide an optimized experience.
</p>

<p>
	 
</p>

<p>
	Microsoft has also provided a timeline for the deprecation. The company says that it will be doing so in three steps broadly and plans to fully remove it by October, which aligns with the <a href="https://www.neowin.net/news/microsoft-how-to-update-to-windows-11-on-unsupported-windows-10-pc-dump-it-and-buy-new/" rel="external nofollow">Windows 10 support death</a>. It writes:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		To reduce interoperability issues and to gather feedback, we’re planning to deprecate the non-standard <code>getHostEnvironmentValue()</code> method by following these steps:
	</p>

	<p>
		 
	</p>

	<table border="1px solid black;">
		<tbody>
			<tr>
				<th>
					Edge version
				</th>
				<th>
					Release date
				</th>
				<th>
					Deprecation step
				</th>
			</tr>
			<tr>
				<td>
					Edge 135
				</td>
				<td>
					April 3, 2025
				</td>
				<td>
					The DevTools Console warns developers when their code uses the method.<br>
					Developers can also use a feature flag to test their sites with the method disabled.
				</td>
			</tr>
			<tr>
				<td>
					Edge 137
				</td>
				<td>
					May 23, 2025
				</td>
				<td>
					The method is disabled but can still be used by requesting a temporary extension for your domain.
				</td>
			</tr>
			<tr>
				<td>
					Edge 141, depending on developer feedback
				</td>
				<td>
					October 2025
				</td>
				<td>
					The method is fully removed from Edge.
				</td>
			</tr>
		</tbody>
	</table>
</blockquote>

<p>
	Microsoft has also added that an extension request is allowed for websites that rely on it. You can find more details about it <a href="https://blogs.windows.com/msedgedev/2025/04/03/deprecating-window-external-gethostenvironmentvalue/" rel="external nofollow">here</a> on the official blog post.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-is-killing-something-inside-edge-but-its-to-improve-user-data-privacy/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28596</guid><pubDate>Fri, 04 Apr 2025 08:14:22 +0000</pubDate></item><item><title>Proton launches redesigned VPN client for Windows with new profiles feature</title><link>https://nsaneforums.com/news/security-privacy-news/proton-launches-redesigned-vpn-client-for-windows-with-new-profiles-feature-r28580/</link><description><![CDATA[<p>
	Following the release of the <a href="https://www.neowin.net/news/proton-drive-is-now-available-natively-on-windows-on-arm/" rel="external nofollow">Proton Drive app for Windows on ARM</a>, Proton is launching some fresh updates for its VPN client, "making its applications even more easy to use and customizable, to get connected with just a few taps and explore new features effortlessly."
</p>

<p>
	 
</p>

<p>
	Those using the app on Windows PCs can now download a redesigned version with a reworked user interface, more intuitive navigation, and overall a better experience. Proton also redesigned the Settings menu so that features like Kill Switch, Port Forwarding, Split Tunneling, and more are easier to access. On the personalization side, you can now have the app in light mode.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="Proton VPN" class="ipsImage" height="364" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1743673879_proton_vpn_-_windows_-_visual_5.jpg">
</figure>

<p>
	In addition to the big redesign, Proton is bringing profiles to Windows and Android. This feature is available for paid users, and it allows the creation of personalized profiles for specific scenarios. Each profile can have its country, city, server, protocol, and other parameters that suit your needs best. For example, you can have one profile for general web surfing, one profile for gaming, one for video streaming, and more.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="Proton VPN" class="ipsImage" height="384" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1743673873_proton_vpn_-_visual_4.jpg">
</figure>

<p>
	Profile setup also includes preset configurations tailored for improved privacy, streaming services, gaming, P2P connections, and more.
</p>

<p>
	 
</p>

<p>
	A similar update is also available for iOS, where users can access a new Home Screen with settings personalization and recent locations. Plus, Proton VPN for iOS and Android has a home screen widget that lets you enable VPN and connect to pinned or recent connections without opening the app. Widgets also support profiles.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="Proton VPN" class="ipsImage" height="372" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1743673866_proton_vpn_-_visual_3.jpg">
</figure>

<p>
	The redesigned Proton VPN app for Windows and iOS is <a href="https://protonvpn.com/download-windows" rel="external nofollow">now available for download</a>. On Windows, you can get it by heading to Menu &gt; About (the app will check for updates automatically). On iOS, the update is available in the App Store <a href="https://apps.apple.com/us/app/proton-vpn-fast-secure/id1437005085" rel="external nofollow">via this link</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/proton-launches-redesigned-vpn-client-for-windows-with-new-profiles-feature/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28580</guid><pubDate>Thu, 03 Apr 2025 17:44:37 +0000</pubDate></item><item><title>Microsoft's &#x2018;ultimate goal is to remove passwords completely&#x2019; &#x2014; this overhaul could make it happen</title><link>https://nsaneforums.com/news/security-privacy-news/microsofts-%E2%80%98ultimate-goal-is-to-remove-passwords-completely%E2%80%99-%E2%80%94-this-overhaul-could-make-it-happen-r28561/</link><description><![CDATA[<h3>
	The new interface for logging into a Microsoft account is optimized for a passwordless setup and using passkeys.
</h3>

<p>
	Microsoft recently shared that over one <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/over-one-billion-users-will-get-a-new-microsoft-user-experience-and-it-has-a-dark-mode" href="https://www.windowscentral.com/software-apps/windows-11/over-one-billion-users-will-get-a-new-microsoft-user-experience-and-it-has-a-dark-mode" rel="external nofollow">billion users will get a new account login experience</a>. Part of that new experience is a push for passwordless login.
</p>

<p>
	 
</p>

<p>
	Microsoft has nudged users away from passwords for several years. Now, the company is making passwordless login a core part of the Microsoft account experience.
</p>

<p>
	 
</p>

<p>
	"Over the last few years, we’ve introduced several enhancements, including the ability to completely remove the password from your account and support for passkey sign in instead of using a password," said Microsoft." Our new UX is optimized for a passwordless and passkey-first experience."
</p>

<p>
	 
</p>

<p>
	Microsoft wants people to use passkeys because passwords are not secure. Other tech giants, including Apple and Google, also support passkeys.
</p>

<p>
	 
</p>

<p>
	The push to passkeys is about more than getting people to embrace a more secure method of logging in. Microsoft needs to convince users to move away from passwords entirely.
</p>

<p>
	 
</p>

<p>
	"Even if we get our more than one billion users to enroll and use passkeys, if a user has both a passkey and a password, and both grant access to an account, the account is still at risk for phishing," <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.microsoft.com/en-us/security/blog/2024/12/12/convincing-a-billion-users-to-love-passkeys-ux-design-insights-from-microsoft-to-boost-adoption-and-security/?msockid=080a1acd49f562a0277a0fab483e6380" href="https://www.microsoft.com/en-us/security/blog/2024/12/12/convincing-a-billion-users-to-love-passkeys-ux-design-insights-from-microsoft-to-boost-adoption-and-security/?msockid=080a1acd49f562a0277a0fab483e6380" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">said the tech giant last December</a>. "Our ultimate goal is to remove passwords completely and have accounts that only support phishing-resistant credentials."
</p>

<p>
	 
</p>

<p>
	The new Microsoft account experience should help people transition away from passwords.
</p>

<div id="slice-container-newsletterForm-articleInbodyContent-rsHY7aSpzvqwdxHSMuEN4m">
	<div data-hydrate="true">
		<h2 id="what-is-a-passkey-3">
			What is a passkey?
		</h2>

		<div data-nosnippet="">
			<div>
				<div class="ipsEmbeddedVideo" contenteditable="false">
					<div>
						<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube-nocookie.com/embed/bdp8RdjV6PU?feature=oembed" title="What are passkeys? Explained in under 4 minutes" width="200"></iframe>
					</div>
				</div>
			</div>
		</div>

		<p>
			 
		</p>

		<p>
			Passkeys allow users to sign in to apps, websites, and services. They are more secure than passwords and resistant to many of the flaws passwords face.
		</p>

		<p>
			 
		</p>

		<p>
			At first glance, passkeys and passwords sound somewhat alike. In addition to having similar names, both passkeys and passwords were designed to let people log in to websites and services.
		</p>

		<p>
			 
		</p>

		<p>
			But the methods passwords and passkeys use to accomplish that task are very different. While passwords rely on a combination of a username and a password you have to remember, passkeys use a pair of cryptography keys to ensure secure login.
		</p>

		<p>
			 
		</p>

		<p>
			One of the most important aspects of a passkey is that one of those keys is private and stays on your device.
		</p>

		<p>
			 
		</p>

		<p>
			Passkeys work with biometric security features, such as fingerprint scanning or face unlock, and can also be used with a device PIN.
		</p>

		<p>
			 
		</p>

		<p>
			Passkeys can extend across devices and are unique to websites and apps.
		</p>

		<p>
			 
		</p>

		<p>
			The uniqueness of passkeys is important. When attackers obtain a password through a security breach or other methods, those attackers often try to use the same password across other popular services.
		</p>

		<p>
			 
		</p>

		<p>
			In a worst-case scenario, an attacker could obtain a password from a site you don't consider especially important and then use that password to gain access to anything from your email account to banking applications.
		</p>

		<p>
			 
		</p>

		<p>
			While the technology behind passkeys is fascinating, I assume most people care about two questions:
		</p>

		<p>
			 
		</p>

		<ul>
			<li>
				Are passkeys easy to use?
			</li>
			<li>
				Are passkeys safer than passwords?
			</li>
		</ul>

		<p>
			 
		</p>

		<p>
			Passkeys are relatively new, at least in the grand scheme of how long people have used computers and smartphones. But they already have backing from tech giants such as Microsoft, Google, and Apple.
		</p>

		<p>
			 
		</p>

		<p>
			Several well-known websites support passkeys as well. Microsoft says "passkeys are the future of authentication," and there's good reason to believe the company.
		</p>

		<p>
			 
		</p>

		<p>
			Passkeys are easy to set up and use on many sites and services. Over time, passkeys will gain more support.
		</p>

		<p>
			 
		</p>

		<p>
			Passkeys are resistant to phishing attempts and a range of other attacks that are commonly used to obtain people's passwords.
		</p>

		<p>
			 
		</p>

		<p>
			While no method of login is perfectly secure, passkeys are generally considered more secure than passwords.
		</p>

		<p>
			 
		</p>

		<p>
			<a href="https://www.windowscentral.com/software-apps/windows-11/microsofts-ultimate-goal-is-to-remove-passwords-completely-this-overhaul-could-make-it-happen" rel="external nofollow">Source</a>
		</p>

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

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

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

		<p>
			<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
		</p>
	</div>
</div>
]]></description><guid isPermaLink="false">28561</guid><pubDate>Wed, 02 Apr 2025 17:55:00 +0000</pubDate></item><item><title>Microsoft uses AI to find flaws in GRUB2, U-Boot, Barebox bootloaders</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-uses-ai-to-find-flaws-in-grub2-u-boot-barebox-bootloaders-r28528/</link><description><![CDATA[<p>
	Microsoft used its AI-powered Security Copilot to discover 20 previously unknown vulnerabilities in the GRUB2, U-Boot, and Barebox open-source bootloaders.
</p>

<p>
	 
</p>

<p>
	GRUB2 (GRand Unified Bootloader) is the default boot loader for most Linux distributions, including Ubuntu, while U-Boot and Barebox are commonly used in embedded and IoT devices.
</p>

<p>
	 
</p>

<p>
	Microsoft discovered eleven vulnerabilities in GRUB2, including integer and buffer overflows in filesystem parsers, command flaws, and a side-channel in cryptographic comparison.
</p>

<p>
	 
</p>

<p>
	Additionally, 9 buffer overflows in parsing SquashFS, EXT4, CramFS, JFFS2, and symlinks were discovered in U-Boot and Barebox, which require physical access to exploit.
</p>

<p>
	 
</p>

<p>
	The newly discovered flaws impact devices relying on UEFI Secure Boot, and if the right conditions are met, attackers can bypass security protections to execute arbitrary code on the device.
</p>

<p>
	 
</p>

<p>
	While exploiting these flaws would likely need local access to devices, previous bootkit attacks like <a href="https://www.bleepingcomputer.com/news/security/blacklotus-bootkit-bypasses-uefi-secure-boot-on-patched-windows-11/" rel="external nofollow" target="_blank">BlackLotus</a> achieved this through malware infections.
</p>

<p>
	 
</p>

<p>
	"While threat actors would likely require physical device access to exploit the U-boot or Barebox vulnerabilities, in the case of GRUB2, the vulnerabilities could further be exploited to bypass Secure Boot and install stealthy bootkits or potentially bypass other security mechanisms, such as BitLocker," <a href="https://www.microsoft.com/en-us/security/blog/2025/03/31/analyzing-open-source-bootloaders-finding-vulnerabilities-faster-with-ai/" rel="external nofollow" target="_blank">explains Microsoft</a>.
</p>

<p>
	 
</p>

<p>
	"The implications of installing such bootkits are significant, as this can grant threat actors complete control over the device, allowing them to control the boot process and operating system, compromise additional devices on the network, and pursue other malicious activities."
</p>

<p>
	 
</p>

<p>
	"Furthermore, it could result in persistent malware that remains intact even after an operating system reinstallation or a hard drive replacement."
</p>

<p>
	 
</p>

<p>
	Below is a summary of the flaws Microsoft uncovered in GRUB2:
</p>

<p>
	 
</p>

<ul style="list-style-type:square">
	<li>
		<strong>CVE-2024-56737</strong> – Buffer overflow in HFS filesystem mounting due to unsafe strcpy on a non-null-terminated string
	</li>
	<li>
		<strong>CVE-2024-56738</strong> – Side-channel attack in cryptographic comparison function (grub_crypto_memcmp not constant-time)
	</li>
	<li>
		<strong>CVE-2025-0677 </strong>– Integer overflow in UFS symbolic link handling leads to buffer overflow
	</li>
	<li>
		<strong>CVE-2025-0678</strong> – Integer overflow in Squash4 file reading leads to buffer overflow
	</li>
	<li>
		<strong>CVE-2025-0684</strong> – Integer overflow in ReiserFS symbolic link handling leads to buffer overflow
	</li>
	<li>
		<strong>CVE-2025-0685</strong> – Integer overflow in JFS symbolic link handling leads to buffer overflow
	</li>
	<li>
		<strong>CVE-2025-0686</strong> – Integer overflow in RomFS symbolic link handling leads to buffer overflow
	</li>
	<li>
		<strong>CVE-2025-0689 </strong>– Out-of-bounds read in UDF block processing
	</li>
	<li>
		<strong>CVE-2025-0690 </strong>– Signed integer overflow and out-of-bounds write in read command (keyboard input handler)
	</li>
	<li>
		<strong>CVE-2025-1118 </strong>– dump command allows arbitrary memory read (should be disabled in production)
	</li>
	<li>
		<strong>CVE-2025-1125 </strong>– Integer overflow in HFS compressed file open causes buffer overflow
	</li>
</ul>

<p>
	 
</p>

<p>
	All of the above flaws are rated medium severity, except for CVE-2025-0678, which is rated "high" (CVSS v3.1 score: 7.8).
</p>

<p>
	 
</p>

<p>
	Microsoft says Security Copilot dramatically accelerated the vulnerability discovery process in a large and complex codebase, such as GRUB2, saving approximately 1 week of time that would be required for manual analysis.
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="Copilot identifying a flaw and suggesting a fix" class="ipsImage" height="442" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2025/March/fix.jpg">
		<figcaption>
			<em>Copilot identifying a flaw and suggesting a fix<br>
			Source: Microsoft</em>
		</figcaption>
	</figure>
</div>

<p>
	Not only did the AI tool identify the previously undiscovered flaws, but it also provided targeted mitigation recommendations that could provide pointers and accelerate the issuing of security patches, especially in open-source projects supported by volunteer contributors and small core teams.
</p>

<p>
	 
</p>

<p>
	Using the findings in the analysis, Microsoft says Security Copilot found similar bugs in projects utilizing shared code with GRUB2, such as U-boot and Barebox.
</p>

<p>
	 
</p>

<p>
	GRUB2, U-boot, and Barebox released <a href="https://lists.gnu.org/archive/html/grub-devel/2025-02/msg00024.html" rel="external nofollow" target="_blank">security updates</a> for the vulnerabilities in February 2025, so updating to the latest versions should mitigate the flaws.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/microsoft-uses-ai-to-find-flaws-in-grub2-u-boot-barebox-bootloaders/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28528</guid><pubDate>Tue, 01 Apr 2025 04:23:22 +0000</pubDate></item><item><title>Hackers abuse WordPress MU-Plugins to hide malicious code</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-abuse-wordpress-mu-plugins-to-hide-malicious-code-r28527/</link><description><![CDATA[<p>
	Hackers are utilizing the WordPress mu-plugins ("Must-Use Plugins") directory to stealthily run malicious code on every page while evading detection.
</p>

<p>
	 
</p>

<p>
	The technique was <a href="https://blog.sucuri.net/2025/02/hidden-backdoors-uncovered-in-wordpress-malware-investigation.html" rel="external nofollow" target="_blank">first observed</a> by security researchers at Sucuri in February 2025, but adoption rates are on the rise, with threat actors now utilizing the folder to run three distinct types of malicious code.
</p>

<p>
	 
</p>

<p>
	"The fact that we've seen so many infections inside mu-plugins suggests that attackers are actively targeting this directory as a persistent foothold," <a href="https://blog.sucuri.net/2025/03/hidden-malware-strikes-again-mu-plugins-under-attack.html" rel="external nofollow" target="_blank">explains Sucuri's security analyst Puja Srivastava</a>.
</p>

<h2>
	"Must-have" malware
</h2>

<p>
	Must-Use Plugins (mu-plugins) are a special type of WordPress plugin that automatically execute on every page load without needing to be activated in the admin dashboard.
</p>

<p>
	 
</p>

<p>
	They are PHP files stored in the '<code>wp-content/mu-plugins/</code>' directory that automatically execute when the page is loaded, and they are not listed in the regular "Plugins" admin page unless the "Must-Use" filter is checked.
</p>

<p>
	 
</p>

<p>
	Mu-plugins have legitimate use cases such as enforcing site-wide functionality for custom security rules, performance tweaks, and dynamically modifying variables or other code.
</p>

<p>
	 
</p>

<p>
	However, because MU-plugins run on every page load and don't appear in the standard plugin list, they can be used to stealthily perform a wide range of malicious activity, such as stealing credentials, injecting malicious code, or altering HTML output.
</p>

<p>
	 
</p>

<p>
	Sucuri has discovered three payloads that attackers are planting in the mu-plugins directory, which appears to be part of financially motivated operations.
</p>

<p>
	 
</p>

<p>
	These are summarized as follows:
</p>

<p>
	 
</p>

<ol>
	<li>
		<strong>redirect.php</strong>: Redirects visitors (excluding bots and logged-in admins) to a malicious website (updatesnow[.]net) that displays a fake browser update prompt to trick them into downloading malware.
	</li>
	<li>
		<strong>index.php</strong>: Webshell that acts as a backdoor, fetching and executing PHP code from a GitHub repository.
	</li>
	<li>
		<strong>custom-js-loader.php</strong>: Loads JavaScript that replaces all images on the site with explicit content and hijacks all outbound links, opening shady popups instead.
	</li>
</ol>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="The 403WebShell interface" class="ipsImage" height="616" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2025/March/webshell.jpg">
		<figcaption>
			<em>The 403WebShell interface<br>
			Source: Sucuri</em>
		</figcaption>
	</figure>
</div>

<p>
	The webshell case is particularly dangerous as it allows the attackers to remotely execute commands on the server, steal data, and launch downstream attacks on members/visitors.
</p>

<p>
	 
</p>

<p>
	The other two payloads can also be damaging as they hurt a site's reputation and SEO scores due to shady redirections and attempt to install malware on visitor's computers.
</p>

<p>
	 
</p>

<p>
	Sucuri has not determined the exact infection pathway but hypothesizes that attackers exploit known vulnerabilities on plugins and themes or weak admin account credentials.
</p>

<p>
	 
</p>

<p>
	It is recommended that WordPress site admins apply security updates on their plugins and themes, disable or uninstall those that aren't needed, and protect privileged accounts with strong credentials and multi-factor authentication.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/hackers-abuse-wordpress-mu-plugins-to-hide-malicious-code/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28527</guid><pubDate>Tue, 01 Apr 2025 04:22:13 +0000</pubDate></item><item><title>New Ubuntu Linux security bypasses require manual mitigations</title><link>https://nsaneforums.com/news/security-privacy-news/new-ubuntu-linux-security-bypasses-require-manual-mitigations-r28485/</link><description><![CDATA[<p>
	Three security bypasses have been discovered in Ubuntu Linux’s unprivileged user namespace restrictions, which could be enable a local attacker to exploit vulnerabilities in kernel components.
</p>

<p>
	 
</p>

<p>
	The issues allow local unprivileged users to create user namespaces with full administrative capabilities and impact Ubuntu versions 23.10, where unprivileged user namespaces restrictions are enabled, and 24.04 which has them active by default.
</p>

<p>
	 
</p>

<p>
	Linux user namespaces allow users to act as root inside an isolated sandbox (namespace) without having the same privileges on the host.
</p>

<p>
	 
</p>

<p>
	Ubuntu added AppArmor-based restrictions in version 23.10 and enabled them by default in 24.04 to limit the risk of namespace misuse.
</p>

<p>
	 
</p>

<p>
	Researchers at cloud security and compliance company Qualys found that these restrictions can be bypassed in three different ways.
</p>

<p>
	 
</p>

<p>
	“Qualys TRU uncovered three distinct bypasses of these namespace restrictions, each enabling local attackers to create user namespaces with full administrative capabilities,” the researchers say.
</p>

<p class="QuoteNewsStyle">
	“These bypasses facilitate exploiting vulnerabilities in kernel components requiring powerful administrative privileges within a confined environment” - <a href="http://blog.qualys.com/vulnerabilities-threat-research/2025/03/27/qualys-tru-discovers-three-bypasses-of-ubuntu-unprivileged-user-namespace-restrictions" rel="external nofollow" target="_blank">Qualys</a>
</p>

<p>
	The researchers note that these bypasses are dangerous when combined with kernel-related vulnerabilities, and they are not enough to obtain complete control of the system.
</p>

<p>
	 
</p>

<p>
	Qualys provides <a href="http://www.qualys.com/2025/three-bypasses-of-Ubuntu-unprivileged-user-namespace-restrictions.txt" rel="external nofollow" target="_blank">technical details for the three bypass methods</a>, which are summarized as follows:
</p>

<p>
	 
</p>

<ol>
	<li>
		<strong>Bypass via aa-exec</strong>: Users can exploit the <em>aa-exec</em> tool, which allows running programs under specific AppArmor profiles. Some of these profiles - like <em>trinity</em>, <em>chrome</em>, or <em>flatpak - </em>are configured to allow creating user namespaces with full capabilities. By using the <em>unshare</em> command through <em>aa-exec</em> under one of these permissive profiles, an unprivileged user can bypass the namespace restrictions and increase privileges within a namespace.
	</li>
	<li>
		<strong>Bypass via busybox</strong>: The busybox shell, installed by default on both Ubuntu Server and Desktop, is associated with an AppArmor profile that also permits unrestricted user namespace creation. An attacker can launch a shell via busybox and use it to execute <em>unshare</em>, successfully creating a user namespace with full administrative capabilities.
	</li>
	<li>
		<strong>Bypass via LD_PRELOAD</strong>: This technique leverages the dynamic linker’s LD_PRELOAD environment variable to inject a custom shared library into a trusted process. By injecting a shell into a program like Nautilus - which has a permissive AppArmor profile - an attacker can launch a privileged namespace from within that process, bypassing the intended restrictions.
	</li>
</ol>

<p>
	 
</p>

<p>
	Qualys notified the Ubuntu security team of their findings on January 15 and agreed to a coordinated release. However, the busybox bypass was discovered independently by vulnerability researcher <a href="http://x.com/roddux/status/1903081918578532391" rel="external nofollow" target="_blank">Roddux</a>, who published the details on March 21.
</p>

<h2>
	Canonical’s response and mitigations
</h2>

<p>
	Canonical, the organization behind Ubuntu Linux, has acknowledged Qualys’ findings and confirmed to BleepingComputer that they are developing improvements to the AppArmor protections.
</p>

<p>
	 
</p>

<p>
	A spokesperson told us that they are not treating these findings as vulnerabilities per se but as limitations of a defense-in-depth mechanism. Hence, protections will be released according to standard release schedules and not as urgent security fixes.
</p>

<p>
	 
</p>

<p>
	In <a href="https://discourse.ubuntu.com/t/understanding-apparmor-user-namespace-restriction/58007" rel="external nofollow" target="_blank">a bulletin</a> published on the official discussion forum (Ubuntu Discourse), the company shared the following hardening steps that administrators should consider:
</p>

<p>
	 
</p>

<ul>
	<li>
		Enable kernel.apparmor_restrict_unprivileged_unconfined=1 to block aa-exec abuse. (not enabled by default)
	</li>
	<li>
		Disable broad AppArmor profiles for busybox and Nautilus, which allow namespace creation.
	</li>
	<li>
		Optionally apply a stricter bwrap AppArmor profile for applications like Nautilus that rely on user namespaces.
	</li>
	<li>
		Use aa-status to identify and disable other risky profiles.
	</li>
</ul>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/new-ubuntu-linux-security-bypasses-require-manual-mitigations/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28485</guid><pubDate>Fri, 28 Mar 2025 17:56:26 +0000</pubDate></item><item><title>Mozilla warns Windows users of critical Firefox sandbox escape flaw</title><link>https://nsaneforums.com/news/security-privacy-news/mozilla-warns-windows-users-of-critical-firefox-sandbox-escape-flaw-r28469/</link><description><![CDATA[<p>
	Mozilla has released Firefox 136.0.4 to patch a critical security vulnerability that can let attackers escape the web browser's sandbox on Windows systems.
</p>

<p>
	 
</p>

<p>
	Tracked as <a href="https://www.mozilla.org/en-US/security/advisories/mfsa2025-19/#CVE-2025-2857" rel="external nofollow" target="_blank">CVE-2025-2857</a>, this flaw is described as an "incorrect handle could lead to sandbox escapes" and was reported by Mozilla developer Andrew McCreight.
</p>

<p>
	 
</p>

<p>
	The vulnerability impacts the latest Firefox standard and extended support releases (ESR) designed for organizations that require extended support for mass deployments. Mozilla fixed the security flaw in Firefox 136.0.4 and Firefox ESR versions 115.21.1 and 128.8.1.
</p>

<p>
	 
</p>

<p>
	While Mozilla didn't share technical details regarding CVE-2025-2857, it said the <a href="https://www.bleepingcomputer.com/news/security/google-fixes-chrome-zero-day-exploited-in-espionage-campaign/" rel="external nofollow" target="_blank">vulnerability is similar to a Chrome zero-day</a> exploited in attacks and patched by Google earlier this week.
</p>

<p>
	 
</p>

<p>
	"Following the sanbdox escape in CVE-2025-2783, various Firefox developers identified a similar pattern in our IPC code. Attackers were able to confuse the parent process into leaking handles into unpriviled [<em>sic</em>] child processes leading to a sandbox escape," Mozilla said in a Thursday advisory.
</p>

<p>
	 
</p>

<p>
	"The original vulnerability was being exploited in the wild. This only affects Firefox on Windows. Other operating systems are unaffected."
</p>

<h2>
	Chrome zero-day exploited to target Russia
</h2>

<p>
	Kaspersky's Boris Larin and Igor Kuznetsov, who discovered and reported CVE-2025-2783 to Google, said on Tuesday that the zero-day was exploited in the wild to bypass Chrome sandbox protections and infect targets with sophisticated malware.
</p>

<p>
	 
</p>

<p>
	They spotted CVE-2025-2783 exploits deployed in a cyber-espionage campaign dubbed Operation ForumTroll, targeting Russian government organizations and journalists at unnamed Russian media outlets.
</p>

<p>
	 
</p>

<p>
	"The vulnerability CVE-2025-2783 really left us scratching our heads, as, without doing anything obviously malicious or forbidden, it allowed the attackers to bypass Google Chrome’s sandbox protection as if it didn’t even exist," they said.
</p>

<p>
	 
</p>

<p>
	"The malicious emails contained invitations supposedly from the organizers of a scientific and expert forum, 'Primakov Readings,' targeting media outlets, educational institutions and government organizations in Russia."
</p>

<p>
	 
</p>

<p>
	In October, Mozilla also patched a zero-day vulnerability (<a href="https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/" rel="external nofollow" target="_blank">CVE-2024-9680</a>) in Firefox's animation timeline feature exploited by the Russian-based RomCom cybercrime group that let the attackers gain code execution in the web browser's sandbox.
</p>

<p>
	 
</p>

<p>
	The flaw was chained with a Windows privilege escalation zero-day (<a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-49039" rel="external nofollow" target="_blank">CVE-2024-49039</a>) that allowed the Russian hackers to execute code outside the Firefox sandbox. Their victims were tricked into visiting an attacker-controlled website that downloaded and executed the RomCom backdoor on their systems.
</p>

<p>
	 
</p>

<p>
	Months earlier, it <a href="https://www.bleepingcomputer.com/news/security/mozilla-fixes-two-firefox-zero-day-bugs-exploited-at-pwn2own/" rel="external nofollow" target="_blank">fixed two Firefox zero-day vulnerabilities</a> one day after they were exploited at the Pwn2Own Vancouver 2024 hacking competition.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/mozilla-warns-windows-users-of-critical-firefox-sandbox-escape-flaw/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="113165" data-embedcontent="" data-embedid="embed24900431" src="https://nsaneforums.com/topic/470337-mozilla-firefox-browser-13604/?do=embed&amp;comment=1862365&amp;embedComment=1862365&amp;embedDo=findComment#comment-1862365" 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.</em></span>
</p>

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28469</guid><pubDate>Thu, 27 Mar 2025 18:32:42 +0000</pubDate></item><item><title>The Best Password Managers to Secure Your Digital Life</title><link>https://nsaneforums.com/news/security-privacy-news/the-best-password-managers-to-secure-your-digital-life-r28443/</link><description><![CDATA[<h3>
	Keep your logins locked down with our favorite password management apps for PC, Mac, Android, iPhone, and web browsers.
</h3>

<p>
	<span class="lead-in-text-callout">Password managers are</span> the vegetables of the internet. We know they’re good for us, but most of us are happier snacking on the <a href="https://www.wired.com/story/7-steps-to-password-perfection/" rel="external nofollow">password equivalent of junk food</a>. For nearly a decade, that’s been “123456” and “password”—the two <a href="https://www.wired.com/2016/01/worst-passwords-list/" rel="external nofollow">most commonly used passwords</a> on the web. The problem is, most of us don’t know what makes a good password and aren’t able to remember hundreds of them anyway.
</p>

<p>
	 
</p>

<p>
	The safest (if craziest) way to store your passwords is to memorize them all. (Make sure they are long, strong, and <a href="https://www.wired.com/2016/05/password-tips-experts/" rel="external nofollow">secure</a>!) Just kidding. That might work for <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://en.wikipedia.org/wiki/Ed_Cooke_(author)" href="https://en.wikipedia.org/wiki/Ed_Cooke_(author)" rel="external nofollow" target="_blank">Memory Grand Master Ed Cooke</a>, but most of us are not capable of such fantastic feats. We need to offload that work to password managers, which offer secure vaults that can stand in for our memory. The best password manager offers convenience and, more importantly, helps you create better passwords, which makes your online existence less vulnerable to password-based attacks.
</p>

<div>
	 
</div>

<p>
	Read <a href="https://www.wired.com/story/best-vpn/" rel="external nofollow">our guide to VPN providers</a> for more ideas on how you can upgrade your security, as well as <a href="https://www.wired.com/story/how-to-back-up-your-digital-life/" rel="external nofollow">our guide to backing up your data</a> to make sure you don’t lose anything if the unexpected happens.
</p>

<p>
	 
</p>

<p>
	<em>Updated March 2025: We've updated our review of Dashlane based on recent testing, added NordPass back, and have more details on the status of passkey support.</em>
</p>

<div class="AccordionWrapper-hIuJtK bCzlaC" name="accordion">
	<div class="AccordionItemWrapper-eGPSID czXIDr">
		<div class="AccordionContainer-fEnXXG iiuTyf">
			<div class="AccordionItemContainer-jbkqX ckSoPI" data-testid="accordion-item-container">
				<div class="AccordionItemContainerLabel-hZxKcV bwkkoI">
					<h3>
						Why Not Use Your Browser?
					</h3>
				</div>
			</div>

			<div class="AccordionItemContainerContent-cezZtS fKNdmR opening-animation">
				<div>
					<p>
						Most web browsers offer at least a rudimentary password manager. (This is where your passwords are stored when Google Chrome or Mozilla Firefox ask if you’d like to save a password.) This is better than reusing the same password everywhere, but <a href="https://www.wired.com/2016/08/browser-password-manager-probably-isnt-enough/" rel="external nofollow">browser-based password managers are limited</a>. In recent years, Google has improved the password manager built into Chrome, and it's better than the rest, but it's still not as full-featured or widely supported as a dedicated password manager like those below.
					</p>

					<p>
						 
					</p>

					<p>
						WIRED readers have also asked about Apple’s password manager, which syncs through iCloud and has some nice integrations with the Safari web browser. There’s nothing wrong with Apple’s system. It doesn’t have some of the nice extras you get with dedicated services, but it handles securing your passwords and syncing them between Apple devices. The main problem is that if you have any non-Apple devices, you won’t be able to sync your passwords to them. All in on Apple? Then this is a viable, free, built-in option worth considering.
					</p>
				</div>
			</div>
		</div>
	</div>

	<div class="AccordionItemWrapper-eGPSID czXIDr">
		<div class="AccordionContainer-fEnXXG iiuTyf">
			<div class="AccordionItemContainer-jbkqX ckSoPI" data-testid="accordion-item-container">
				<div class="AccordionItemContainerLabel-hZxKcV bwkkoI">
					<h3>
						What Are Passkeys?
					</h3>
				</div>
			</div>

			<div class="AccordionItemContainerContent-cezZtS fKNdmR opening-animation">
				<div>
					<p>
						A concerted effort to get rid of passwords began roughly two days after the password was invented. Passwords are a pain—you’ll get no argument here—but we don’t see them going away in the foreseeable future. The latest effort to eliminate the password comes from 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://www.passkeycentral.org/introduction-to-passkeys/how-passkeys-work" href="https://www.passkeycentral.org/introduction-to-passkeys/how-passkeys-work" rel="external nofollow" target="_blank">FIDO Alliance</a>, an industry group aimed at standardizing authentication methods online. Does this sound a little bit like the infamous <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://xkcd.com/927/" href="https://xkcd.com/927/" rel="external nofollow" target="_blank">xkcd 927</a>? Yes, yes it does. But thanks to the monopolistic nature of devices, it might work this time.
					</p>

					<p>
						 
					</p>

					<p>
						Apple supports the FIDO specs and coined the term passkeys, which has caught on. Passkeys are generated cryptographic keys managed by your device (usually your phone). They’re easy to create—you don’t need to do anything, your device handles the details. Your passkeys are stored on your device and protected by either biometrics or PINs. Since passkeys are generated key pairs instead of passwords, there's nothing to remember. If you are familiar with <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://en.wikipedia.org/wiki/GNU_Privacy_Guard" href="https://en.wikipedia.org/wiki/GNU_Privacy_Guard" rel="external nofollow" target="_blank">GPG keys</a>, they're somewhat similar in that there's a public and private key; the website you want to log in to has a public key and sends it to your device. Your device compares that to the private key it has and you're signed in (or not if the keys don't match). While passkeys aren't a radical departure, they're still an improvement by virtue of being a preinstalled tool for people who aren't going to read this article and immediately sign up to use one of the services below. If millions of people suddenly stop using 12345678 as a password, that's a win for security.
					</p>

					<p>
						 
					</p>

					<p>
						Almost all of the apps we've suggested here can store passkeys, which means you can store your passkeys right alongside your passwords. Our two favorites, Bitwarden and 1Password, can generate, save, store, and sync passkeys. You can even log in to Bitwarden using a passkey, which pretty much eliminates the need for a password at all. Once you have a passkey stored, it will automatically sync to all your devices the same way Bitwarden and 1Password sync your passwords. When you return to that site, your password manager will log you in using the passkey you generated.
					</p>

					<p>
						 
					</p>

					<p>
						Think of passkeys as credit cards next to the cash (passwords) in your wallet. It's possible that one day passkeys will work everywhere and there will be no passwords, no password managers. In the mean time we think it's better to stick with a password manager, even if all you're doing with that manager is storing passkeys.
					</p>
				</div>
			</div>
		</div>
	</div>

	<div class="AccordionItemWrapper-eGPSID czXIDr">
		<div class="AccordionContainer-fEnXXG iiuTyf">
			<div class="AccordionItemContainer-jbkqX ckSoPI" data-testid="accordion-item-container">
				<div class="AccordionItemContainerLabel-hZxKcV bwkkoI">
					<h3>
						Password Manager Perks (and Tips)
					</h3>
				</div>
			</div>

			<div class="AccordionItemContainerContent-cezZtS fKNdmR opening-animation">
				<div>
					<p>
						A good password manager stores, generates, and updates passwords for you with the press of a button. If you’re willing to spend a few dollars a month, a password manager can sync your passwords across all of your devices. Here’s how they work.
					</p>

					<p>
						 
					</p>

					<p>
						<strong>Only one password to remember</strong>: To access all of your passwords, you only have to remember one password. When you type that into the password manager, it unlocks the vault containing all of your actual passwords. Only needing to remember one password is great, but it means there’s a lot riding on that password. Make sure it’s a good one. If you’re having trouble coming up with that one password to rule them all, check out our guide to <a href="https://www.wired.com/2016/05/password-tips-experts/" rel="external nofollow">better password security</a>. You might also consider using 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://theworld.com/~reinhold/diceware.html" href="https://theworld.com/~reinhold/diceware.html" rel="external nofollow" target="_blank">Diceware</a> method for generating a strong master password.
					</p>

					<p>
						 
					</p>

					<p>
						<strong>Apps and extensions</strong>: Most password managers are full systems, rather than a single piece of software. They consist of apps or browser extensions for each of your devices (Windows, Mac, Android phones, iPhone, and tablets), which have tools to help you create secure passwords, safely store them, and evaluate the security of your existing passwords. All that information is then sent to a central server where your passwords are encrypted, stored, and shared between devices.
					</p>

					<p>
						 
					</p>

					<p>
						<strong>Fixing compromised passwords</strong>: While password managers can help you create more secure passwords and keep them safe from prying eyes, they can’t protect your password if <a href="https://www.wired.com/story/collection-one-breach-email-accounts-passwords/" rel="external nofollow">the website itself is breached</a>. That doesn’t mean they don’t help in this scenario though. All the cloud-based password managers we discuss offer tools to alert you to potentially compromised passwords. Password managers also make it easier to quickly change a compromised password and search through your credentials to ensure you didn’t reuse any compromised passwords.
					</p>

					<p>
						 
					</p>

					<p>
						<strong>You should disable auto form-filling</strong>: Some password managers will automatically fill in and even submit web forms for you. This is super convenient, but for additional security, we suggest you disable this feature. Automatically filling forms in the browser has made password managers <a href="https://www.wired.com/story/password-manager-autofill-ad-tech-privacy/" rel="external nofollow">vulnerable to attacks</a> in the past. For this reason, some, like <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/sign-up/" href="https://cna.st/affiliate-link/CSR3NfxvaPGz27mr6xnFeFDPvjzpcC41Fna3DFZAwwPoptDnox1szK35MtaZnEUHqrwEZnVhnaVeN7ARawjPZXgyYSB2QjMQEyfkjcoL8qmAZTY8f7NZry77r6fdhKa" rel="external nofollow" target="_blank">1Password</a>, require you to opt into this feature. We suggest you do not.
					</p>

					<p>
						 
					</p>

					<p>
						<strong>Don’t panic about hacks</strong>: Software has bugs, even your password manager. The question is not what to do <em>if</em> it becomes known that your password manager has a flaw, but what you do <em>when</em> it becomes known that your password manager has a flaw. The answer is, first, don’t panic. Normally bugs are <a href="https://www.wired.com/story/a-password-exposing-bug-was-purged-from-lastpass/" rel="external nofollow">found</a>, reported, and fixed before they’re exploited in the wild. Even if someone does manage to gain access to your password manager’s servers, you should still be fine. All of the services we list store only encrypted data, and none of them store your encryption key, meaning all an attacker gets from compromising their servers is encrypted data.
					</p>
				</div>
			</div>
		</div>
	</div>
</div>

<div id="best" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Best for Most People
	</h2>
</div>

<h2>
	Bitwarden
</h2>

<div class="AssetEmbedAssetContainer-eJxoAx dBHGoQ asset-embed__asset-container">
	<span class="SpanWrapper-umhxW jvZaPI responsive-asset AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cWuUZO dUOtEa AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset responsive-image" style=""><img alt="Desktop mobile and tablet view of a password manager app" class="ipsImage" height="720" width="720" src="https://media.wired.com/photos/662c11f045b043efb4b532af/master/w_960,c_limit/Bitwarden-Update-Color-Background-SOURCE-Bitwarden.jpg"></picture></span>
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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-gjQpdd BaseText-ewhhUZ CaptionCredit-ejegDm iUEiRd isTgyB fNaHcW caption__credit">Photograph: Bitwarden</span></em>
</div>

<div class="ButtonCalloutWrapper-gcDvLg ctLvRA" data-event-boundary="click" data-event-click='{"pattern":"ButtonGroupCallout"}' data-in-view='{"pattern":"ButtonGroupCallout"}' data-include-experiments="true" data-testid="ButtonCalloutWrapper">
	 
</div>

<p>
	Bitwarden (<a href="https://www.wired.com/review/bitwarden-password-manager" rel="external nofollow">9/10, WIRED Recommends</a>) is secure, open source, and free with no limits. The applications are polished and user-friendly, making the service the best choice for most users. Did I mention it’s open source? That means 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://bitwarden.com/blog/understanding-bitwarden-architecture/" href="https://bitwarden.com/blog/understanding-bitwarden-architecture/" rel="external nofollow" target="_blank">code that powers Bitwarden</a> is freely available for anyone to inspect, seek out flaws, and fix. In theory, the more eyes on the code, the more airtight it becomes. Bitwarden was also <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://bitwarden.com/blog/third-party-security-audit/" href="https://bitwarden.com/blog/third-party-security-audit/" rel="external nofollow" target="_blank">audited for 2023 by a third party</a> to ensure it’s secure. You can install it on a local server for easy self-hosting if you prefer to run your own cloud.
</p>

<p>
	 
</p>

<p>
	There are apps for Android, iOS, Windows, macOS, and Linux, as well as extensions for all major web browsers. Bitwarden also supports Windows Hello and Touch ID on its desktop apps for Windows and macOS, giving users the added security of those biometric authentication systems. The web interface (which I frequently use) recently underwent a redesign, which makes it much cleaner and easier to use.
</p>

<p>
	 
</p>

<p>
	Bitwarden supports passwordless authentication, meaning you can log in with a one-time code, biometric authentication, or a security key. Bitwarden also has excellent support for passkeys, including the ability to <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://bitwarden.com/blog/log-into-bitwarden-with-a-passkey/" href="https://cna.st/affiliate-link/meh9fHuiYWLipnB6KA3ZTAM4tL2kCV2nNJBmBKdgep1ggjUg9xNRSd3kyequsMsoyPA5G4sGSAcMDFNLV3CHrc5WBY9ZhBQ9qG1jkBogw3jvLKVBHrmZTiuPJtPJW7BRW5sxEQeeyTgnDSnHM6KKdhrCCgN7QXiTcV1HWVzcL" rel="external nofollow" target="_blank">log into Bitwarden with a passkey</a>, which means you don't need to use your username or password even to open your vault. There’s also some extras, like a feature to securely share files (called <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://bitwarden.com/products/send/" href="https://cna.st/affiliate-link/S99RnZiqgDo8Mo2oZuprhJnApTqvW2mLPmoVR62VXo9J4ivcFVw69BocYSDep8vEJJvpWJVRmfUuhtczQPnE2jKMgAMC6xbT1nhHdVr5BSXrikQfEPMxwP3mydoPJoFQiZVK3MN" rel="external nofollow" target="_blank">Bitwarden Send</a>), an authenticator app (paid only), and an extremely <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://community.bitwarden.com" href="https://community.bitwarden.com" rel="external nofollow" target="_blank">active and helpful community.</a>
</p>

<p>
	 
</p>

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

<p>
	I like Bitwarden’s semi-automated password fill-in tool. If you visit a site you’ve saved credentials for, Bitwarden’s browser icon shows the number of saved credentials from that site. Click the icon, and it will ask which account you want to use and then automatically fill in the login form. This makes it easy to switch between usernames and avoid the pitfalls of autofill. If you simply must have your fully automated form-filling feature, Bitwarden supports that as well.
</p>

<p>
	 
</p>

<p>
	Bitwarden offers paid upgrade accounts. The cheapest of the bunch, Bitwarden Premium, is $10 per year. That gets you 1 GB of encrypted file storage and two-factor authentication with devices like <a href="https://www.wired.com/story/how-to-use-a-yubikey/" rel="external nofollow">YubiKey</a>, FIDO U2F, and Duo, plus a password hygiene and vault health report. You also get priority customer support with a paid account.
</p>

<p>
	 
</p>

<p>
	<em>After signing up,</em> <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://bitwarden.com/download/" href="https://cna.st/affiliate-link/AHcgzb2EnUb7vSbwV2ncnKVVTo1caqPU4Fm2Z2M6QtRSmQyjfSw431jURBh8rW42dQK1TZuJXPRBxPZxYn?cid=5ce3031cfd8c3451c5008275" rel="external nofollow" target="_blank"><em>download the app</em></a> <em>for Windows, macOS, Android, iOS, or Linux. There are also browser extensions for</em> <em><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://bitwarden.com/download" href="https://cna.st/affiliate-link/372k3dFnGHfzkpwb6SnE6HRadtCvNiKgfM7MHmiFpZ3NF99n1ZA5K8R87qeBqppMm3ZdMX7Quehpo5fHD?cid=5ce3031cfd8c3451c5008275" rel="external nofollow" target="_blank">Firefox, Chrome, Safari, Edge, Vivaldi, and Brave</a>.</em>
</p>

<div id="upgrade" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Best Upgrade
	</h2>
</div>

<h2>
	1Password
</h2>

<div class="AssetEmbedAssetContainer-eJxoAx dBHGoQ asset-embed__asset-container">
	<span class="SpanWrapper-umhxW kGxnNB responsive-asset AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cWuUZO dUOtEa AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset responsive-image" style="height: 468px;"><noscript></noscript></picture></span>
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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">
	<img alt="1Password-Mac-Screenshot-SOURCE-1Passwor" class="ipsImage" data-ratio="75.10" height="468" width="720" src="https://media.wired.com/photos/641e47172bfc9c24ab89ac43/master/w_1600,c_limit/1Password-Mac-Screenshot-SOURCE-1Password-update.jpg">
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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-gjQpdd BaseText-ewhhUZ CaptionCredit-ejegDm iUEiRd isTgyB fNaHcW caption__credit">Courtesy of 1Password</span></em>
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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>
	What sets 1Password apart from the other options in this list is the number of extras it offers. Like other password managers, 1Password has apps for every major platform, including macOS, iOS, Android, Windows, Linux, and ChromeOS. There’s even a command-line tool that will work anywhere. There are plug-ins for your favorite web browser, which makes it easy to generate and edit new passwords on the fly.
</p>

<p>
	 
</p>

<p>
	I still find BitWarden to be a more economical choice for most people, but 1Password has some very nice features you won't find elsewhere. If you frequently travel across national borders, you’ll appreciate my favorite perk: Travel Mode. This mode lets you delete any sensitive data from your devices before you travel and then restore it with a click after you’ve crossed a border. This prevents anyone, including law enforcement at international borders, from accessing your complete password vault.
</p>

<p>
	 
</p>

<p>
	It's worth noting that 1Password uses a combination of two keys to unlock your account: your password and an additional generated secret key. While that does add a layer of security that will protect against weak passwords, it also means part of what you need to unlock your passwords is something you did not create. 1Password does make sure you have this key as an item in your “emergency kit,” but I still prefer pairing a self-generated password with a Yubikey.
</p>

<p>
	 
</p>

<p>
	In addition to being a password manager, 1Password can act as an authentication app like <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&amp;hl=en_US&amp;pli=1" rel="external nofollow">Google Authenticator</a>. For added security, it creates a secret key to the encryption key it uses, meaning no one can decrypt your passwords without that key. The downside is that if you lose this key, no one, not even 1Password, can decrypt your passwords. (This can be mitigated by setting up a custom group with the “Recover Accounts” permission.)
</p>

<p>
	 
</p>

<p>
	1Password also offers tight integration with other mobile apps. Rather than copying and pasting passwords from your password manager to other apps (which puts your password on the clipboard, at least for a moment), 1Password is integrated with many apps and can autofill. This is more noticeable on iOS, where inter-app communication is more restricted.
</p>

<p>
	 
</p>

<p>
	<em>After signing up,</em> <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/downloads/windows/" href="https://cna.st/affiliate-link/XG6wkdXU37uC7ABZ2sjkLNhMwueSFhAxMcHPjNp4Hkc1ZnuyXpQoLdetngNfgnWoMiH3qt4rZr9iKWdtwrWzno9i6Hr6Bp?cid=5ce3031cfd8c3451c5008275" rel="external nofollow" target="_blank"><em>download the app</em></a> <em>for Windows, macOS, Android, iOS, Chrome OS, or Linux. There are also browser extensions for</em> <em><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/downloads/windows/#browsers" href="https://cna.st/affiliate-link/2hc5hQAHwfj8VPYK7Qk9GwUbxRSgyWyQM4qy5vcfKEJkBx5RHvRYJwAv1AB7qCyoKZbCumnhQv7C4WbVsiGLQZ8jDKvt8bq3nazqW1pqkti?cid=5ce3031cfd8c3451c5008275" rel="external nofollow" target="_blank">Firefox, Chrome, Brave, and Edge</a>.</em>
</p>

<div id="fullfeatured" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Best Full-Featured Manager
	</h2>
</div>

<h2>
	Dashlane
</h2>

<div class="AssetEmbedAssetContainer-eJxoAx dBHGoQ asset-embed__asset-container">
	<span class="SpanWrapper-umhxW kGxnNB responsive-asset AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cWuUZO dUOtEa AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset responsive-image" style="height: 477px;"><noscript></noscript></picture></span>
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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">
	<img alt="Sec_Dashlane-Web-UI-SOURCE-Dashlane-upda" class="ipsImage" data-ratio="75.10" height="477" width="720" src="https://media.wired.com/photos/641e471739fd292d15f6c3ab/master/w_1600,c_limit/Sec_Dashlane-Web-UI-SOURCE-Dashlane-update.jpg">
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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-gjQpdd BaseText-ewhhUZ CaptionCredit-ejegDm iUEiRd isTgyB fNaHcW caption__credit">Courtesy of Dashlane</span></em>
</div>

<p>
	 
</p>

<p>
	Dashlane offers most of what you'll find in our other picks. The company doesn’t offer a desktop app, but I primarily use passwords in the web browser anyway, and Dashlane has add-ons for all the major browsers, along with iOS and Android apps. If a desktop app is important to you, that omission is something to be aware of, but in my testing, it isn't a big deal. Dashlane uses the same AES 256-bit encryption in a zero-knowledge system, which means passwords are only ever decrypted on your device. Dashlane uses multifactor authentication if you want, via an authenticator app or a hardware key like the Yubikey.
</p>

<p>
	 
</p>

<p>
	Dashlane is considerably more expensive than Bitwarden or 1Password, but that extra money does get you some additional security features, like Site Breach Alerts, which let you know if any web services you use have leaked your data. Dashlane also actively monitors the darker corners of the web, looking for leaked or stolen personal data, and it alerts you if your information has been compromised. There's even a Phishing Alert system that will stop you from entering credentials on a site with a spoofed URL. This last feature is incredibly useful if you happen to be setting up less tech-savvy relatives or friends with a password manager. Dashlane's phishing protection can save them from themselves. Dashlane also offers a VPN through <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.hotspotshield.com" href="https://cna.st/affiliate-link/3bJgWNyAscQZQN26gsFLBFYot9PARjqG1dc8JGz8h65G98XYDuLgeTHnPrkbdChjYL4SYmD45siHnEc32n3c9AqyVWpHGxzj6HPYKj4Lbah7VaWDf8DktUqDJxCs2k" rel="external nofollow" target="_blank">Hotspot Shield VPN</a>. I have not tested the Dashlane integration, but in testing Hotspot Shield on its own, I've always found it too slow to <a href="https://www.wired.com/story/best-vpn/" rel="external nofollow">recommend in my VPN guide</a>.
</p>

<p>
	 
</p>

<p>
	Setup and migration to Dashlane from another password manager is simple, and you’ll use a secret key to encrypt your passwords, much like BitWarden’s setup process. In practice, Dashlane is very similar to the others on this list. Dashlane offers a 30-day free trial, so you can test it out before committing.
</p>

<p>
	 
</p>

<p>
	<em>After signing up,</em> <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/download" href="https://cna.st/affiliate-link/47v5BiBrmU3MqVi7x5MscyU8oZ3ZnDjPNaYKkCo2P41BhJX6iH7immkX31knUJnZUwkpSVDdtwhwfhsrPnw6b?cid=5ce3031cfd8c3451c5008275" rel="external nofollow" target="_blank"><em>download the app</em></a> <em>for Android and iOS, and grab the browser extensions for</em> <em><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/download" href="https://cna.st/affiliate-link/47v5BiBrmU3MqVi7x5MscyU8oZ3ZnDjPNaYKkCo2P41BhJX6iH7immkX31knUJnZUwkpSVDdtwhwfhsrPnw6b?cid=5ce3031cfd8c3451c5008275" rel="external nofollow" target="_blank">Firefox, Chrome, and Edge</a>.</em>
</p>

<div id="best-for-bundled-services" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Best for Bundled Services
	</h2>
</div>

<h2>
	<strong>NordPass</strong>
</h2>

<div class="AssetEmbedAssetContainer-eJxoAx dBHGoQ asset-embed__asset-container">
	<span class="SpanWrapper-umhxW kGxnNB responsive-asset AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cWuUZO dUOtEa AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset responsive-image" style="height: 540px;"><noscript></noscript></picture></span>
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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">
	<img alt="Nordpass-Password-Manager-(lifestyle-lap" class="ipsImage" data-ratio="75.10" height="540" width="720" src="https://media.wired.com/photos/67e2f21d384e190129d3e14b/master/w_1600,c_limit/Nordpass-Password-Manager-(lifestyle-laptop-at-desk)-SOURCE-Nordpass-(cropped).jpg">
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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-gjQpdd BaseText-ewhhUZ CaptionCredit-ejegDm iUEiRd isTgyB fNaHcW caption__credit">Photograph: Nordpass</span></em>
</div>

<p>
	 
</p>

<p>
	You might know Nord better for its VPN service, but the company also offers a password manager, <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://nordpass.com/plans/" href="https://cna.st/affiliate-link/8iV3Xocz8fbxXRuRiNJzsXxzx3TmngHciKgZ2eqn3AZwdiReC8itkpvvvZQGkvdgMx1NNr9xPam2ftnRxobvU48VAaZ1d9gDrbXQAcDXTae6zY2y7htCYVDmo72" rel="external nofollow" target="_blank">NordPass</a>, and a pretty nice online storage system, <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://nordlocker.com" href="https://cna.st/affiliate-link/GVccPgccYSyvA96TEbr7guCZfNMGWypBdwyd4ep3FKGz5dqbSNmm4QHzaWzZMf3kPjAykyMWjW47tFzACqzAUZREs2TqmAdatcR9zYfmrkFUgVnaR6A8" rel="external nofollow" target="_blank">NordLocker</a>. A part of the appeal of NordPass comes in bundling it with the company's other services for some compelling deals. As a password manager, NordPass offers everything you need. It uses a zero-knowledge setup in which all data is encrypted on your device before it’s uploaded to the company’s servers. Unlike most services here, NordPass uses XChaCha20 for encryption. It would require a deep dive into cryptography to get into the differences, but the short story is that it's just as secure and maybe slightly faster.
</p>

<p>
	 
</p>

<p>
	There’s also a personal information storage feature to keep your address, phone number, and other personal data safe and secure, but easy to access. NordPass also offers an emergency access feature, which allows you to grant another NordPass user emergency access to your vault. It works just like the same feature in 1Password, allowing trusted friends or family to access your account if you cannot.
</p>

<p>
	 
</p>

<p>
	Other nice features include support for two-factor authentication to sign in to your account, as well as security tools to evaluate the strength of your passwords and alert you if any of your data is compromised. Note that NordPass Premium is theoretically $3 a month, but there are always sales that bring that much lower. The downside, and my one gripe about all Nord services, is that there is no monthly plan. As noted above, the best deal comes in combining NordPass, NordVPN, and NordLocker for a bundled deal.
</p>

<p>
	 
</p>

<p>
	<em>After signing up,</em> <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/download" href="https://cna.st/affiliate-link/47v5BiBrmU3MqVi7x5MscyU8oZ3ZnDjPNaYKkCo2P41BhJX6iH7immkX31knUJnZUwkpSVDdtwhwfhsrPnw6b?cid=5ce3031cfd8c3451c5008275" rel="external nofollow" target="_blank"><em>download the app</em></a> <em>for Android and iOS, and grab the browser extensions for</em> <em><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/download" href="https://cna.st/affiliate-link/47v5BiBrmU3MqVi7x5MscyU8oZ3ZnDjPNaYKkCo2P41BhJX6iH7immkX31knUJnZUwkpSVDdtwhwfhsrPnw6b?cid=5ce3031cfd8c3451c5008275" rel="external nofollow" target="_blank">Firefox, Chrome, and Edge</a>.</em>
</p>

<div id="best-diy-options-self-hosted" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Best DIY Options (Self-Hosted)
	</h2>
</div>

<p>
	Want to retain more control over your data in the cloud? Sync your password vault yourself. The services below do not store any of your data on their servers. This means attackers have nothing to target. Instead of storing your passwords, these services use a local vault to store your data, and then you can sync that vault using a file-syncing service like <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.dropbox.com/" href="https://cna.st/affiliate-link/6CqQp4VE71F26jQ4fkAyVuuEgYGJPv1pLz7YMhfQqXk59yNPCb1RYJEaTc35FjKkEQ2kMDsrUYYYn7Vh67cu7BgxpnBLTqH87B3FJqndcryEB4zugJZfHMW" rel="external nofollow" target="_blank">Dropbox</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://nextcloud.com" href="https://cna.st/affiliate-link/4WbMFeyZ4xH4tTkq5trC2np2WY7rjbAnTVmYjWs5b4EbEHW8oXm8GGhZ5RU64H7wPVocXsercLUktfUYMGBxSoVaMnVH79KkT9zQRDv5R3UzEp2wbbS" rel="external nofollow" target="_blank">NextCloud</a>, or Edward Snowden’s <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://techcrunch.com/2014/10/11/edward-snowden-new-yorker-festival/" href="https://techcrunch.com/2014/10/11/edward-snowden-new-yorker-festival/" rel="external nofollow" target="_blank">recommended service</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://spideroak.com/" href="https://cna.st/affiliate-link/GVccPgccYSyvA96TEbr7guCZfNMGWypBdwyd4ep3FKGz5dqbSNmm4QHzaWzeCav3RoHsw2B7DexgqsDKE8Y6fBGPdcsj7nsRPBGJ6brLeHoH1nXrnRyE" rel="external nofollow" target="_blank">SpiderOak</a>. There are two services to keep track of in this scenario, making it a little more complex. But if you’re already using a file-syncing file service, this can be a good option.
</p>

<h2>
	Enpass
</h2>

<div class="AssetEmbedAssetContainer-eJxoAx dBHGoQ asset-embed__asset-container">
	<span class="SpanWrapper-umhxW kGxnNB responsive-asset AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cWuUZO dUOtEa AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset responsive-image" style="height: 382px;"><noscript></noscript></picture></span>
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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">
	<img alt="Enpass-App-SOURCE-Enpass-Gear.jpg" class="ipsImage" data-ratio="75.10" height="381" width="720" src="https://media.wired.com/photos/641df0704d133330b1639c2b/master/w_1600,c_limit/Enpass-App-SOURCE-Enpass-Gear.jpg">
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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-gjQpdd BaseText-ewhhUZ CaptionCredit-ejegDm iUEiRd isTgyB fNaHcW caption__credit">Courtesy of Enpass</span></em>
</div>

<div class="ButtonCalloutWrapper-gcDvLg ctLvRA" data-event-boundary="click" data-event-click='{"pattern":"ButtonGroupCallout"}' data-in-view='{"pattern":"ButtonGroupCallout"}' data-include-experiments="true" data-testid="ButtonCalloutWrapper">
	 
</div>

<p>
	Enpass does not store any data on its servers. Syncing is handled through third-party services. Enpass doesn’t do the syncing, but it does offer apps on every platform. That means once you have syncing set up, it works just like any other service. And you don’t have to worry about Enpass being hacked, because your data isn’t on its servers. Enpass supports syncing through Dropbox, Google Drive, OneDrive, iCloud, Box, Nextcloud, or any service using WebDAV. Alas, SpiderOak is not currently supported. You can also synchronize your data over a local WLAN or Wi-Fi network.
</p>

<p>
	 
</p>

<p>
	All of the features you expect in a password manager are here, including auto-generating passwords, breach-monitoring, biometric login (for devices that support it), auto-filling passwords, and options to store other types of data, like credit cards and identification data. There’s also a password audit feature to highlight any weak or duplicate passwords in your vault. One extra I particularly like is the ability to tag passwords for easier searching. Enpass also makes setting up the syncing through the service of your choice very easy. Enpass recently <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://enpass.io/passkeys" href="https://cna.st/affiliate-link/2kPDMaDggM5J7SadQsbSM4Pf3xPNvrEHFM6LVU9nYkrc2yWbi3Cku54cKw1j1Vqahvx197o44scVof4oruyyYN2aVzayJeDZoRys64sRdjWyVySQ2UetmWwvtt" rel="external nofollow" target="_blank">added support for passkeys</a>.
</p>

<p>
	 
</p>

<p>
	Enpass is free to use on Windows, Mac, and Linux.  The mobile version syncs up to 25 items in one vault for free. For more than that, you’ll want to sign up for the paid service.
</p>

<p>
	 
</p>

<p>
	<em>After signing up,</em> <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.enpass.io/downloads/" href="https://cna.st/affiliate-link/4qqMdb4drwigrnptGZmLo9dMWpSzYXKtmm3oXoXinaewbifcecXcLL4SBogkCGK85t7Pu9ScgrmuxopPDtGrR6kMLoNXR2PytHpyddiFdHGN9sYuPaDQPvNVWb6QhrKiL4" rel="external nofollow" target="_blank"><em>download the app</em></a> <em>for Mac, Windows, Linux, Android, and iOS, and grab the browser extensions for</em> <em><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.enpass.io/downloads/" href="https://cna.st/affiliate-link/4qqMdb4drwigrnptGZmLo9dMWpSzYXKtmm3oXoXinaewbifcecXcLL4SBogkCGK85t7Pu9ScgrmuxopPDtGrR6kMLoNXR2PytHpyddiFdHGN9sYuPaDQPvNVWb6QhrKiL4" rel="external nofollow" target="_blank">Chrome, Vivaldi, Edge, and Firefox</a>.</em>
</p>

<h2>
	KeePassXC
</h2>

<div class="AssetEmbedAssetContainer-eJxoAx dBHGoQ asset-embed__asset-container">
	<span class="SpanWrapper-umhxW kGxnNB responsive-asset AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cWuUZO dUOtEa AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset responsive-image" style="height: 585px;"><noscript></noscript></picture></span>
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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">
	<img alt="KeePassXC-Windows-Password-List-SOURCE-K" class="ipsImage" data-ratio="75.10" height="540" width="664" src="https://media.wired.com/photos/641e471698e1501546f52c8e/master/w_1600,c_limit/KeePassXC-Windows-Password-List-SOURCE-KeePassXC-update.jpg">
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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-gjQpdd BaseText-ewhhUZ CaptionCredit-ejegDm iUEiRd isTgyB fNaHcW caption__credit">Courtesy of KeePassXC</span></em>
</div>

<p>
	 
</p>

<p>
	KeePassXC works like Enpass above. It stores your passwords in an encrypted digital vault that keeps you secure with a master password, a key file, or both. You sync that database file yourself using a file-syncing service. Once your file is in the cloud, you can access it on any device that has a KeePassXC client. Like Bitwarden, KeePassXC is open source, which means its code can be and has been inspected for critical flaws. If you’re an advanced user and comfortable handling your own issues and support, KeePassXC makes a great choice.
</p>

<p>
	 
</p>

<p>
	The downside of KeePassXC is that it doesn’t have official mobile clients. However, third-party apps are available for iOS and Android.
</p>

<p>
	 
</p>

<p>
	<em>Download the</em> <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://keepassxc.org/download/" href="https://cna.st/affiliate-link/sVB7UeyqUMKYfvtwjKCjdPjiCCnD8KnG8G8pm5EzuV5fgM5TCDpt3xcAFCiJVfCPsAK3ucCsXss9UFdxVFK63rfGifzTQgGpf7bBX3Ak5BkngZuSHC8iwig67f3yFA3E" rel="external nofollow" target="_blank"><em>desktop app</em></a> <em>for Windows, macOS, or Linux and create your vault. There are also extensions for</em> <em><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://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/" href="https://cna.st/affiliate-link/63B2uvSQBPtLPauL4T9jwq7Jo4XTo5cM658qavSsx7Mmfje2MkVP4euG9uGJaR4TbuBj3wUg9uKjXvbwrx4aPnjeW52g5u8K91TzbdkdGmJSk6V5paR3PJk4EDFLrBDwZTeFkhyooQpaCd3FKtuwAr2PiVprsVvFE1oNNW6qbpwbFxx" rel="external nofollow" target="_blank">Firefox</a>,</em> <em><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://microsoftedge.microsoft.com/addons/detail/keepassxcbrowser/pdffhmdngciaglkoonimfcmckehcpafo" href="https://cna.st/affiliate-link/W9sg9CqXij8AEsJEJkwNXJwy8pRupoR6VDFBj8aE9fT9g3nPkJAF1S9edhCP5Na7ojtnb9Emhhhra5dg969yacVEEuSGyzgkSgtjwVpQhvRVFr6cNcG185VN2dVhZMDwMbWJyheCwVKR48bR55uyfLbUPXLE2XuhZVitVsUuCSUmkBJZroh5GhapH4LoiqVD35Vtp1r7dmKa2TsBzGfzGjJ34xeHS" rel="external nofollow" target="_blank">Edge</a>, and</em> <em><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://chrome.google.com/webstore/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk" href="https://cna.st/affiliate-link/41J5Fpr3JZxa5PRW7aUt2A7Erd7BQty7TgV8zHNBTfdPm3mrLMKqFXqhudutTFopjoFwZ2Sb68pECzWZSVpRVG19TmsDCK8r2QVzQH5J1TKcM9zsxzZ4JJRVs48aXpBcEFsXhJDt4YxpwHCqDRx5zuMFNZzVieM42AwtFXFTtf6igEQuC38SitvwsJXatNWih18LCSYDCwq5pjsLfYLk" rel="external nofollow" target="_blank">Chrome</a>. The project does not offer apps for phones. Instead, it recommends</em> <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://play.google.com/store/apps/details?id=keepass2android.keepass2android" href="https://cna.st/affiliate-link/RLUH3gniSGMDL2j6ufRsTUAoJXksSb7TSgjgme3KyP5ZNkgMDJXQkBbxB7Q6h5LqGJCXRh2CGncZPtif26wLedTAXaMAHyibmoFQTyHy4wH35rr2F4WVc51TMDCUiPdZHRyi5aSxq7k83iDr3WZmLiFCYNqW8rKAceiM4prfyYBW96Cw1963soqCN5Q5ETn" rel="external nofollow" target="_blank"><em>KeePass2Android</em></a> <em>or</em> <em><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://itunes.apple.com/us/app/strongbox-password-safe/id897283731" href="https://cna.st/affiliate-link/2h8zKZvUAqv9ZDfxAivFV6GWZFAWEvudKvRDR2XwVsB5Dpb3NuArvtfAadNePp6yACyRsQ7WhHBtuzWYUwgbLBRFEYQ1SV4GGh4LS3RrK4DwUHemcw8ageaeNyQ1HMYz48vHS3WswKXu5GZdFS5AnPQydZSmFGQae3wVjto2PbGvciFV9N" rel="external nofollow" target="_blank">Strongbox for iPhone</a>.</em>
</p>

<div id="honorable" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		Other Good Password Managers
	</h2>
</div>

<div class="AssetEmbedAssetContainer-eJxoAx dBHGoQ asset-embed__asset-container">
	<span class="SpanWrapper-umhxW kGxnNB responsive-asset AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cWuUZO dUOtEa AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset responsive-image" style="height: 552px;"><noscript></noscript></picture></span>
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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">
	<img alt="keeper-SOURCE-Keeper-Gear.jpg" class="ipsImage" data-ratio="75.10" height="540" width="704" src="https://media.wired.com/photos/641df0667ed2d3b740a47b55/master/w_1600,c_limit/keeper-SOURCE-Keeper-Gear.jpg">
</div>

<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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-gjQpdd BaseText-ewhhUZ CaptionCredit-ejegDm iUEiRd isTgyB fNaHcW caption__credit">Courtesy of Keeper</span></em>
</div>

<p>
	 
</p>

<p>
	Password managers are not a one-size-fits-all solution. Our top picks cover most use cases and are the best choices for most people, but your needs may be different. Fortunately, there are plenty of good password managers out there. Here are some more we’ve tested and like.
</p>

<p>
	 
</p>

<p>
	<strong>Keeper </strong>offers a variety of security-related tools, including a password manager. Keeper works much like 1Password and others, storing only your encrypted data, and it offers two-factor authentication for logging in to your account. Like Dashlane, Keeper has a lot of extras, including dark-web monitoring, meaning it will check publicly posted data to make sure yours isn’t available.
</p>

<p>
	 
</p>

<p>
	<strong>RoboForm </strong>has most of the same features as the rest on this list, but it lacks some of the things that differentiate our top picks, like Bitwarden’s open source aspect and 1Password’s travel features. I’ve been testing the free plan for a while and haven’t run into any problems. There are apps for every common platform, and it’s easy to use. RoboForm recently completed <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://roboform-blog.siber.com/2023/05/17/roboform-completes-third-party-security-audit/" href="https://roboform-blog.siber.com/2023/05/17/roboform-completes-third-party-security-audit/" rel="external nofollow" target="_blank">an independent security audit</a> and came out looking good.
</p>

<p>
	 
</p>

<p>
	<strong>Pass </strong>is a command-line wrapper around GPG (GNU Privacy Guard), which means it is only for the nerdiest users. It supports managing encrypted .gpg files in Git, and third-party mobile apps are available. It’s not for everyone. For years, this was my password manager of choice, but eventually, Bitwarden's ease of use won me over.
</p>

<p>
	 
</p>

<p>
	<strong>LastPass </strong>has had more <a href="https://arstechnica.com/information-technology/2023/02/lastpass-hackers-infected-employees-home-computer-and-stole-corporate-vault/" rel="external nofollow" target="_blank">bad security breaches</a> than any other service on this page, which led us to remove it from our top picks. Since then, the company has changed hands and appears to be better security-wise, which is good because many people still use it. That said, there is nothing about LastPass that makes it a more compelling choice than Bitwarden, 1Password, or the others mentioned in this guide.
</p>

<div id="test" style="outline: none;" tabindex="-1">
	<h2 class="paywall">
		How We Test
	</h2>
</div>

<p>
	The best and most secure cryptographic algorithms are all available via open source programming libraries. On the one hand, this is great, as any app can incorporate these ciphers and keep your data safe. Unfortunately, any encryption is only as strong as its weakest link, and cryptography alone won’t keep your passwords safe.
</p>

<p>
	 
</p>

<p>
	This is what I test for: What are the weakest links? Is your master password sent to the server? Every password manager <em>says</em> it isn’t, but if you watch network traffic while you enter a password, sometimes you find, well, it is. I also dig into how mobile apps work: Do they, for example, leave your password store unlocked but require a PIN to get back in? That’s convenient, but it sacrifices too much security. No password manager is perfect, but the ones above represent the best I’ve tested. They’re as secure as they can be while remaining easy to use.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/best-password-managers/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28443</guid><pubDate>Wed, 26 Mar 2025 19:36:50 +0000</pubDate></item><item><title>Broadcom warns of authentication bypass in VMware Windows Tools</title><link>https://nsaneforums.com/news/security-privacy-news/broadcom-warns-of-authentication-bypass-in-vmware-windows-tools-r28430/</link><description><![CDATA[<p>
	Broadcom released security updates today to fix a high-severity authentication bypass vulnerability in VMware Tools for Windows.
</p>

<p>
	 
</p>

<p>
	VMware Tools is a suite of drivers and utilities designed to improve performance, graphics, and overall system integration for guest operating systems running in VMware virtual machines.
</p>

<p>
	 
</p>

<p>
	The vulnerability (<a href="https://nvd.nist.gov/vuln/detail/CVE-2025-22230" rel="external nofollow" target="_blank">CVE-2025-22230</a>) is caused by an improper access control weakness and was reported by Sergey Bliznyuk of Positive Technologies (a <a href="https://www.bleepingcomputer.com/news/security/us-sanctions-nso-group-and-three-others-for-spyware-and-exploit-sales/" rel="external nofollow" target="_blank">sanctioned</a> Russian cybersecurity company accused of trafficking hacking tools).
</p>

<p>
	 
</p>

<p>
	Local attackers with low privileges can exploit it in low-complexity attacks that don't require user interaction to gain high privileges on vulnerable VMs.
</p>

<p>
	 
</p>

<p>
	"A malicious actor with non-administrative privileges on a Windows guest VM may gain ability to perform certain high-privilege operations within that VM," VMware <a href="https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25518" rel="external nofollow" target="_blank">explains in a security advisory</a> published on Tuesday.
</p>

<p>
	 
</p>

<p>
	Earlier this month, Broadcom also <a href="https://www.bleepingcomputer.com/news/security/broadcom-fixes-three-vmware-zero-days-exploited-in-attacks/" rel="external nofollow" target="_blank">patched three VMware zero days</a> (CVE-2025-22224, CVE-2025-22225, and CVE-2025-22226), which were tagged as exploited in attacks and reported by the Microsoft Threat Intelligence Center.
</p>

<p>
	 
</p>

<p>
	As the company explained at the time, attackers with privileged administrator or root access can chain these vulnerabilities to escape the virtual machine's sandbox.
</p>

<p>
	 
</p>

<p>
	Days after patches were released, threat monitoring platform Shadowserver <a href="https://www.bleepingcomputer.com/news/security/over-37-000-vmware-esxi-servers-vulnerable-to-ongoing-attacks/" rel="external nofollow" target="_blank">found over 37,000 internet-exposed VMware ESXi instances</a> vulnerable to CVE-2025-22224 attacks.
</p>

<p>
	 
</p>

<p>
	Ransomware gangs and state-sponsored hackers frequently target VMware vulnerabilities, as VMware products are widely used in enterprise operations to store or transfer sensitive corporate data.
</p>

<p>
	 
</p>

<p>
	For instance, in November, Broadcom warned that <a href="https://www.bleepingcomputer.com/news/security/critical-rce-bug-in-vmware-vcenter-server-now-exploited-in-attacks/" rel="external nofollow" target="_blank">attackers were exploiting</a> two VMware vCenter Server vulnerabilities: a privilege escalation to root (CVE-2024-38813) and a critical remote code execution flaw (CVE-2024-38812) identified during China's 2024 Matrix Cup hacking contest.
</p>

<p>
	 
</p>

<p>
	In January 2024, Broadcom also <a href="https://www.bleepingcomputer.com/news/security/chinese-hackers-exploit-vmware-bug-as-zero-day-for-two-years/" rel="external nofollow" target="_blank">disclosed</a> that Chinese state hackers had used a critical vCenter Server zero-day vulnerability (CVE-2023-34048) since late 2021 <a href="https://www.bleepingcomputer.com/news/security/new-malware-backdoors-vmware-esxi-servers-to-hijack-virtual-machines/" rel="external nofollow" target="_blank">to deploy VirtualPita and VirtualPie backdoors</a> on affected ESXi systems.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/broadcom-warns-of-authentication-bypass-in-vmware-windows-tools/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28430</guid><pubDate>Wed, 26 Mar 2025 02:03:16 +0000</pubDate></item><item><title>Critical flaw in Next.js lets hackers bypass authorization</title><link>https://nsaneforums.com/news/security-privacy-news/critical-flaw-in-nextjs-lets-hackers-bypass-authorization-r28401/</link><description><![CDATA[<p>
	A critical severity vulnerability has been discovered in the Next.js open-source web development framework, potentially allowing attackers to bypass authorization checks.
</p>

<p>
	 
</p>

<p>
	The flaw, tracked as <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-29927" rel="external nofollow" target="_blank">CVE-2025-29927</a>, enables attackers to send requests that reach destination paths without going through critical security checks.
</p>

<p>
	 
</p>

<p>
	Next.js is a popular React framework with more than 9 million weekly downloads <a href="https://www.npmjs.com/package/next" rel="external nofollow" target="_blank">on npm</a>. It is used for building full-stack web apps and includes middleware components for authentication and authorization.
</p>

<p>
	 
</p>

<p>
	Front-end and full-stack developers use it to build web apps with React. Some of the more notable companies using it for their sites/apps are TikTok, Twitch, Hulu, Netflix, Uber, and Nike.
</p>

<h2>
	Authorization bypass
</h2>

<p>
	In Next.js, middleware components run before a request hits an application routing system and serve purposes like authentication, authorization, logging, error handling, redirecting users, applying geo-blocking or rate limits.
</p>

<p>
	 
</p>

<p>
	To prevent infinite loops where middleware re-triggers itself, Next.js uses a header called 'x-middleware-subrequest' that dictates if middleware functions should be applied or not.
</p>

<p>
	 
</p>

<p>
	The header is retrieved by the 'runMiddleware' function responsible for processing incoming requests. If it detects the 'x-middleware-subrequest' header, with a specific value, the entire middleware execution chain is bypassed and the request is forwarded to its destination.
</p>

<p>
	 
</p>

<p>
	An attacker can manually send a request that includes the header with a correct value and thus bypass protection mechanisms.
</p>

<p>
	 
</p>

<p>
	According to researchers <a href="https://x.com/zhero___" rel="external nofollow" target="_blank">Allam Rachid</a> and Allam Yasser (inzo_), who discovered the vulnerability and published a <a href="https://zhero-web-sec.github.io/research-and-things/nextjs-and-the-corrupt-middleware" rel="external nofollow" target="_blank">technical write-up</a>, "the header and its value act as a universal key allowing rules to be overridden."
</p>

<p>
	 
</p>

<p>
	The vulnerability impacts all Next.js versions before 15.2.3, 14.2.25, 13.5.9. and 12.3.5. Users are recommended to upgrade to newer revisions as soon as possible, since technical details for exploiting the security issue are public.
</p>

<p>
	 
</p>

<p>
	Next.js' <a href="https://nextjs.org/blog/cve-2025-29927" rel="external nofollow" target="_blank">security bulletin</a> clarifies that CVE-2025-29927 impacts only self-hosted versions that use 'next start' with 'output: standalone'. Next.js apps apps hosted on Vercel and Nerlify, or deployed as static exports, are not affected.
</p>

<p>
	 
</p>

<p>
	Also affected are environments where middleware is used for authorization or security checks and there is no validation later in the application.
</p>

<p>
	 
</p>

<p>
	If patching is not possible at the time, the recommendation is to block external user requests that include the 'x-middleware-subrequest header'.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/critical-flaw-in-nextjs-lets-hackers-bypass-authorization/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28401</guid><pubDate>Mon, 24 Mar 2025 18:04:35 +0000</pubDate></item><item><title>Oops: Google says it might have deleted your Maps Timeline data</title><link>https://nsaneforums.com/news/security-privacy-news/oops-google-says-it-might-have-deleted-your-maps-timeline-data-r28400/</link><description><![CDATA[<h3>
	Google Maps switched to local-only Timeline storage in December.
</h3>

<p>
	The Google Maps Timeline has long been a useful though slightly uncomfortable feature that maintains a complete record of everywhere your phone goes (and probably you with it). Google recently changed the way it stored timeline data to <a href="https://arstechnica.com/gadgets/2023/12/googles-confusing-new-location-settings-hide-data-in-two-different-places/" rel="external nofollow">improve privacy</a>, but the company now confirms that a "technical issue" resulted in many users losing their timeline history altogether, and there might not be any way to recover it.
</p>

<p>
	 
</p>

<p>
	Timeline, previously known as Location History, is very useful if you need to figure out where you were on a particular day or if you just can't remember where you found that neat bar on your last vacation. Many Google users grew quite fond of having access to that data. However, Google had access to it, too. Starting in 2024, Google transitioned to storing Timeline data only on the user's individual smartphone instead of backing it up to the cloud. You can probably see where this is going.
</p>

<p>
	 
</p>

<p>
	Users started piping up over the past several weeks, posting on the <a href="https://support.google.com/maps/thread/329356095/timeline-history-is-missing?hl=en" rel="external nofollow">Google support forums</a>, <a href="https://old.reddit.com/r/google/comments/1j78uau/timeline_disappeared/" rel="external nofollow">Reddit</a>, and other social media that their treasured Timeline data had gone missing. Google has been investigating the problem, and the news isn't good. In an email sent out over the weekend, Google confirmed what many already feared: Maps has accidentally deleted Timeline data on countless devices.
</p>

<p>
	 
</p>

<p>
	A Google spokesperson confirmed this is the result of a technical issue and not user error or an intentional change. It's unclear how this happened, but we'd wager on a botched Maps update. Google usually rolls out updates in waves, and it's possible that the defective build in this case made it to a large number of devices before it was stopped.
</p>

<p>
	 
</p>

<p>
	You have exactly one possible fix for this issue, but only if you planned ahead. When Google began the full change-over to local storage of Timeline data, it added several settings to control the feature. While the data is stored locally by default, you have the option of creating encrypted backups in the cloud. If you did that, you should be able to restore the data.
</p>

<p>
	 
</p>

<figure class="ars-wp-img-shortcode id-2084240 align-fullwidth">
	<div>
		<div class="ars-lightbox">
			<div class="ars-lightbox-item">
				<img alt="Google Maps timeline" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/03/maps-timeline-data-1024x957.jpg">
				<div class="pswp-caption-content" id="caption-2084240">
					<em>Google's email alert, along with the location of Google's backup button. </em>

					<div class="ars-gallery-caption-credit">
						<em><em>Credit: Google </em></em>
					</div>
				</div>
			</div>
		</div>
	</div>
</figure>

<p>
	To check for backed-up Timeline data, open Maps and go to the Timeline section. There should be a cloud icon at the top with an arrow—if it's a cloud with a line through it, you're out of luck. Tapping the enabled icon should let you download a backup of your data. According to Google, if you did not have encrypted backups enabled, the data is gone forever.
</p>

<h2>
	To cloud or not to cloud?
</h2>

<p>
	Google has taken a more cautious approach to <a href="https://arstechnica.com/tech-policy/2022/05/democrats-say-google-location-data-could-be-used-to-prosecute-women-for-abortions/" rel="external nofollow">storing location data</a> in recent years. The changes to Maps date back to 2023, when the company announced it would no longer log certain types of data, including visits to abortion clinics, domestic violence shelters, and more. Moving Timeline off of its servers and onto individual devices in late 2024 would theoretically protect user privacy if Google were forced to hand over account data to law enforcement.
</p>

<p>
	 
</p>

<p>
	However, there are reasons we keep things in the cloud. For one, they're more accessible. When Google transitioned Timeline data to on-device, users lost the ability to view their location history on the web. More importantly, it's harder to lose data when it's backed up on a server that Google manages. It's good that Google still supports a secure backup option, but it's not on by default. Again, that's understandable, given the aim of improving privacy, but a lot of people are wishing the backups were automatic today.
</p>

<p>
	 
</p>

<p>
	Many longtime Maps users have expressed genuine sorrow over losing years of data to this glitch. Some say they believed they had encrypted backups enabled, only to find they had no data to restore. This is probably a good time to check your Maps settings if you, too, have vast swaths of historic location data living only on your phone.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2025/03/oops-google-says-it-might-have-deleted-your-maps-timeline-data/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28400</guid><pubDate>Mon, 24 Mar 2025 18:02:37 +0000</pubDate></item><item><title>The Quantum Apocalypse Is Coming. Be Very Afraid</title><link>https://nsaneforums.com/news/security-privacy-news/the-quantum-apocalypse-is-coming-be-very-afraid-r28399/</link><description><![CDATA[<h3>
	What happens when quantum computers can finally crack encryption and break into the world’s best-kept secrets? It’s called Q-Day—the worst holiday maybe ever.
</h3>

<p>
	<span class="lead-in-text-callout">One day soon,</span> at a research lab near Santa Barbara or Seattle or a secret facility in the Chinese mountains, it will begin: the sudden unlocking of the world’s secrets. Your secrets.
</p>

<p>
	 
</p>

<p>
	Cybersecurity analysts call this Q-Day—the day someone builds a <a href="https://www.wired.com/story/quantum-computing-is-dead-alive" rel="external nofollow">quantum computer</a> that can crack the most widely used forms of encryption. These math problems have kept humanity’s intimate data safe for decades, but on Q-Day, everything could become vulnerable, for everyone: emails, text messages, anonymous posts, location histories, bitcoin wallets, police reports, hospital records, power stations, the entire global financial system.
</p>

<p>
	 
</p>

<p>
	“We’re kind of playing Russian roulette,” says Michele Mosca, who coauthored the most recent “Quantum Threat Timeline” report from 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://globalriskinstitute.org/publication/2024-quantum-threat-timeline-report/" href="https://globalriskinstitute.org/publication/2024-quantum-threat-timeline-report/" rel="external nofollow" target="_blank">Global Risk Institute</a>, which estimates how long we have left. “You’ll <em>probably</em> win if you only play once, but it’s not a good game to play.” When Mosca and his colleagues surveyed cybersecurity experts last year, the forecast was sobering: a one-in-three chance that Q-Day happens before 2035. And the chances it has <em>already</em> happened in secret? Some people I spoke to estimated 15 percent—about the same as you’d get from one spin of the revolver cylinder.
</p>

<p>
	 
</p>

<p>
	The corporate AI wars may have stolen headlines in recent years, but the quantum arms race has been heating up too. Where today’s AI pushes the limits of classical computing—the kind that runs on 0s and 1s—quantum technology represents an <a href="https://www.wired.com/story/quantum-computing-explained/" rel="external nofollow">altogether different form of computing</a>. By harnessing the spooky mechanics of the subatomic world, it can run on 0s, 1s, or anything in between. This makes quantum computers pretty terrible at, say, storing data but potentially very good at, say, finding the recipe for a futuristic new material (or your email password). The classical machine is doomed to a life of stepwise calculation: Try one set of ingredients, fail, scrap everything, try again. But quantum computers can explore many potential recipes <em>simultaneously</em>.
</p>

<p>
	 
</p>

<p>
	So, naturally, tech giants such as Google, Huawei, IBM, and Microsoft have been chasing quantum’s myriad positive applications—not only for materials science but also communications, drug development, and market analysis. China is plowing vast resources into <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://itif.org/publications/2024/09/09/how-innovative-is-china-in-quantum/" href="https://itif.org/publications/2024/09/09/how-innovative-is-china-in-quantum/" rel="external nofollow" target="_blank">state-backed efforts</a>, and both the US and the European Union have pledged millions in funding to support homegrown quantum industries. Of course, whoever wins the race won’t just have the next great engine of world-saving innovation. They’ll also have the greatest code-breaking machine in history. So it’s normal to wonder: What kind of Q-Day will humanity get—and is there anything we can do to prepare?
</p>

<p>
	 
</p>

<p>
	If you had a universal picklock, you might tell everyone—or you might keep it hidden in your pocket for as long as you possibly could. From a typical person’s vantage point, maybe Q-Day wouldn’t be recognizable as Q-Day at all. Maybe it would look like a series of strange and apparently unconnected news stories spread out over months or years. London’s energy grid goes down on election day, plunging the city into darkness. A US submarine on a covert mission surfaces to find itself surrounded by enemy ships. Embarrassing material starts to show up online in greater and greater quantities: classified intelligence cables, presidential cover-ups, billionaires’ dick pics. In this scenario, it might be decades before we’re able to pin down exactly when Q-Day actually happened.
</p>

<p>
	 
</p>

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

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

<p>
	Then again, maybe the holder of the universal picklock prefers the disaster-movie outcome: everything, everywhere, all at once. Destroy the grid. Disable the missile silos. Take down the banking system. Open all the doors and let the secrets out.
</p>

<p>
	 
</p>

<p>
	<span class="lead-in-text-callout">Suppose you ask</span> a classical computer to solve a simple math problem: Break the number 15 into its smallest prime factors. The computer would try all the options one by one and give you a near-instantaneous answer: 3 and 5. If you then ask the computer to factor a number with 1,000 digits, it would tackle the problem in exactly the same way—but the calculation would take millennia. This is the key to a lot of modern cryptography.
</p>

<p>
	 
</p>

<p>
	Take RSA encryption, developed in the late 1970s and <a href="https://www.wired.com/story/rsa-encryption-signature-validation-flaws/" rel="external nofollow">still used</a> for securing email, websites, and much more. In RSA, you (or your encrypted messaging app of choice) create a private key, which consists of two or more large prime numbers. Those numbers, multiplied together, form part of your public key. When someone wants to send you a message, they use your public key to encrypt it. You’re the only person who knows the original prime numbers, so you’re the only person who can decrypt it. Until, that is, someone else builds a quantum computer that can use its spooky powers of parallel computation to derive the private key from the public one—not in millennia but in minutes. Then the whole system collapses.
</p>

<p>
	 
</p>

<p>
	The algorithm to do this already exists. In 1994, decades before anyone had built a real quantum computer, an AT&amp;T Bell Labs researcher named Peter Shor designed the killer Q-Day app. Shor’s algorithm takes advantage of the fact that quantum computers run not on bits but on qubits. Rather than being locked in a state of 0 or 1, they can exist as both simultaneously—in superposition. When you run an operation on a handful of qubits in a given quantum state, you’re actually running that same operation on those same qubits in <em>all</em> their potential quantum states. With qubits, you’re not confined to trial and error. A quantum computer can explore all potential solutions simultaneously. You’re calculating probability distributions, waves of quantum feedback that pile onto each other and peak at the correct answer. With Shor’s algorithm, carefully designed to amplify certain mathematical patterns, that’s exactly what happens: Large numbers go in one end, factors come out the other.
</p>

<p>
	 
</p>

<p>
	In theory, at least. Qubits are incredibly difficult to build in real life, because the slightest environmental interference can nudge them out of the delicate state of superposition, where they balance like a spinning coin. But Shor’s algorithm ignited interest in the field, and by the 2010s, a number of projects were starting to make progress on building the first qubits. In 2016, perhaps sensing the nascent threat of Q-Day, the US National Institute for Standards and Technology (NIST) launched a competition to develop <a href="https://www.wired.com/story/quantum-proof-encryption-is-here-but-theres-a-catch/" rel="external nofollow">quantum-proof encryption algorithms</a>. These largely work by presenting quantum computers with complex multidimensional mazes, called structured lattices, that even they can’t navigate without directions.
</p>

<p>
	 
</p>

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

<p>
	In 2019, Google’s quantum lab in Santa Barbara claimed that it had <a href="https://www.wired.com/story/quantum-supremacy-google-microsoft-ibm/" rel="external nofollow">achieved “quantum supremacy.”</a> Its 53-qubit chip could complete in just 200 seconds a task that would have taken 100,000 conventional computers about 10,000 years. Google’s latest quantum processor, Willow, has 105 qubits. But to break encryption with Shor’s algorithm, a quantum computer will need thousands or even millions.
</p>

<p>
	 
</p>

<p>
	There are now hundreds of companies trying to build quantum computers using wildly different methods, all geared toward keeping qubits isolated from the environment and under control: superconducting circuits, trapped ions, molecular magnets, carbon nanospheres. While progress on hardware inches forward, computer scientists are refining quantum algorithms, trying to reduce the number of qubits required to run them. Each step brings Q-Day closer.
</p>

<p>
	 
</p>

<p>
	That’s bad news not just for RSA but also for a dizzying array of other systems that will be vulnerable on Q-Day. Security consultant Roger A. Grimes lists some of them in his book <em>Cryptography Apocalypse</em>: the DSA encryption used by many US government agencies until recently, the elliptic-curve cryptography used to secure cryptocurrencies like Bitcoin and Ethereum, the VPNs that let political activists and porn aficionados browse the web in secrecy, the random number generators that power online casinos, the smartcards that let you tap through locked doors at work, the security on your home Wi-Fi network, the two-factor authentication you use to log in to your email account.
</p>

<p>
	 
</p>

<p>
	Experts from one national security agency told me they break the resulting threats down into two broad areas: confidentiality and authentication. In other words, keeping secrets and controlling access to critical systems. Chris Demchak, a former US Army officer who is a professor of cybersecurity at the US Naval War College and spoke with me in a personal capacity, says that a Q-Day computer could let an adversary eavesdrop on classified military data in real time. “It would be very bad if they knew exactly where all of our submarines were,” Demchak says. “It would be very bad if they knew exactly what our satellites are looking at. And it would be very bad if they knew exactly how many missiles we had and their range.” The balance of geopolitical power in, say, the Taiwan Strait could quickly tilt.
</p>

<p>
	 
</p>

<p>
	Beyond that real-time threat to confidentiality, there’s also the prospect of “harvest now, decrypt later” attacks. Hackers aligned with the Chinese state have reportedly been hoovering up encrypted data for years in hopes of one day having a quantum computer that can crack it. “They wolf up everything,” Demchak told me. (The US almost certainly does this too.) The question then becomes: How long will your sensitive data remain valuable? “There might be some needles in that haystack,” says Brian Mullins, the CEO of Mind Foundry, which helps companies implement quantum technology. Your current credit card details might be irrelevant in 10 years, but your fingerprint won’t be. A list of intelligence assets from the end of the Iraq War might seem useless until one of those assets becomes a prominent politician.
</p>

<p>
	 
</p>

<p>
	The threat to authentication may be even scarier. “Pretty much anything that says a person is who they say they are is underpinned by encryption,” says Deborah Frincke, a computer scientist and national security expert at Sandia National Laboratories. “Some of the most sensitive and valuable infrastructure that we have would be open to somebody coming in and pretending to be the rightful owner and issuing some kind of command: to shut down a network, to influence the energy grid, to create financial disruption by shutting down the stock market.”
</p>

<p>
	 
</p>

<div class="GenericCalloutWrapper-tojWn iNCMJD 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-eJxoAx dBHGoQ asset-embed__asset-container">
		<span class="SpanWrapper-umhxW jvZaPI responsive-asset AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset"><picture class="ResponsiveImagePicture-cWuUZO dUOtEa AssetEmbedResponsiveAsset-cXBNxi eCxVQK asset-embed__responsive-asset responsive-image" style=""><img alt="Conceptual illustration of a burning satellite" class="ipsImage" height="720" width="720" src="https://media.wired.com/photos/67dad4b2bd09d605587bfa02/master/w_960,c_limit/WIRED-FOC-HappyQ-Day-NicholasLaw-03.jpg"></picture></span>
	</div>

	<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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-gjQpdd BaseText-ewhhUZ CaptionCredit-ejegDm iUEiRd isTgyB fNaHcW caption__credit">Illustration: Nicholas Law</span></em>
	</div>

	<div class="CaptionWrapper-jSZdqE fJvQtP caption AssetEmbedCaption-fNQBPI dDrfgT 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>
	<span class="lead-in-text-callout">The exact level</span> of Q-Day chaos will depend on who has access to the first cryptographically relevant quantum computers. If it’s the United States, there will be a “fierce debate” at the highest levels of government, Demchak believes, over whether to release it for scientific purposes or keep it secret and use it for intelligence. “If a private company gets there first, the US will buy it and the Chinese will try to hack it,” she claims. If it’s one of the US tech companies, the government could put it under the strict export controls that now apply to AI chips.
</p>

<p>
	 
</p>

<p>
	Most nation-state attacks are on private companies—say, someone trying to break into a defense contractor like Lockheed Martin and steal plans for a next-generation fighter jet. But over time, as quantum computers become more widely available, the focus of the attacks could broaden. The likes of Microsoft and Amazon are already offering researchers access to their primitive quantum devices on the cloud—and big tech companies haven’t always been great at policing who uses their platforms. (The soldier who blew up a Cybertruck outside the Trump International Hotel in Las Vegas early this year queried ChatGPT to help plan the attack.) You could have a bizarre scenario where a cybercriminal uses Amazon’s cloud quantum computing platform to break into Amazon Web Services.
</p>

<p>
	 
</p>

<p>
	Cybercriminals with access to a quantum computer could use it to go after the same targets more effectively, or take bigger swings: hijacking the SWIFT international payments system to redirect money transfers, or conducting corporate espionage to collect kompromat. The earliest quantum computers probably won’t be able to run Shor’s algorithm that quickly—they might only get one or two keys a day. But combining a quantum computer with an artificial intelligence that can map out an organization’s weakness and highlight which keys to decrypt to cause the most damage could yield devastating results.
</p>

<p>
	 
</p>

<p>
	And then there’s Bitcoin. The cryptocurrency is exquisitely vulnerable to Q-Day. Because each block in the Bitcoin blockchain captures the data from the previous block, Bitcoin cannot be upgraded to post-quantum cryptography, according to Kapil Dhiman, CEO of Quranium, a post-quantum blockchain security company. “The only solution to that seems to be a hard fork—give birth to a new chain and the old chain dies.”
</p>

<p>
	 
</p>

<p>
	But that would require a massive organizational effort. First, 51 percent of Bitcoin node operators would have to agree. Then everyone who holds bitcoin would have to manually move their funds from the old chain to the new one (including the elusive Satoshi Nakamoto, the Bitcoin developer who controls wallets containing around $100 billion of the cryptocurrency). If Q-Day happens before the hard fork, there’s nothing to stop bitcoin going to zero. “It’s like a time bomb,” says Dhiman.
</p>

<p>
	 
</p>

<p>
	<span class="lead-in-text-callout">That bomb going</span> off will only be the beginning. When Q-Day becomes public knowledge, either via grim governmental address or cheery big-tech press release, the world will enter the post-quantum age. It will be an era defined by mistrust and panic—the end of digital security as we know it. “And then the scramble begins,” says Demchak.
</p>

<p>
	 
</p>

<p>
	All confidence in the confidentiality of our communications will collapse. Of course, it’s unlikely that everyone’s messages will actually be targeted, but the perception that you could be spied on at any time will change the way we live. And if NIST’s quantum-proof algorithms haven’t rolled out to your devices by that point, you face a real problem—because any attempts to install updates over the cloud will also be suspect. What if that download from Apple isn’t actually from Apple? Can you trust the instructions telling you to transfer your crypto to a new quantum-secure wallet?
</p>

<p>
	 
</p>

<p>
	Grimes, the author of <em>Cryptography Apocalypse</em>, predicts enormous disruptions. We might have to revert to Cold War methods of transmitting sensitive data. (It’s rumored that after a major hack in 2011, one contractor purportedly asked its staff to stop using email for six weeks.) Fill a hard drive, lock it in a briefcase, put someone you trust on a plane with the payload handcuffed to their wrist. Or use one-time pads—books of pre-agreed codes to encrypt and decrypt messages. Quantum-secure, but not very scalable. Expect major industries—energy, finance, health care, manufacturing, transportation—to slow to a crawl as companies with sensitive data switch to paper-based methods of doing business and scramble to hire expensive cryptography consultants. There will be a spike in inflation. Most people might just accept the inevitable: a post-privacy society in which any expectation of secrecy evaporates unless you’re talking to someone in person in a secluded area with your phones switched off. Big Quantum is Watching You.
</p>

<p>
	 
</p>

<p>
	The best-case scenario looks something like Y2K, where we have a collective panic, make the necessary upgrades to encryption, and by the time Q-Day rolls around it’s such an anticlimax that it becomes a joke. That outcome may still be possible. Last summer, NIST released its first set of post-quantum encryption standards. One of Joe Biden’s <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.federalregister.gov/documents/2025/01/17/2025-01470/strengthening-and-promoting-innovation-in-the-nations-cybersecurity" href="https://www.federalregister.gov/documents/2025/01/17/2025-01470/strengthening-and-promoting-innovation-in-the-nations-cybersecurity" rel="external nofollow" target="_blank">last acts as president</a> was to sign an executive order changing the deadline for government agencies to implement NIST’s algorithms from 2035 to “as soon as practicable.”
</p>

<p>
	 
</p>

<p>
	Already, NIST’s post-quantum cryptography has been rolled out on messaging platforms such as Signal and iMessage. Sources told me that sensitive national security data is probably being locked up in ways that are quantum-secure. But while your email account can easily be Q-proofed over the internet (assuming the update doesn’t come from a quantum imposter!), other things can’t. Public bodies like the UK’s National Health Service are still using hardware and software from the 1990s. “Microsoft is not going to upgrade some of its oldest operating systems to be post-quantum secure,” says Ali El Kaafarani, the CEO of PQShield, a company that makes quantum-resistant hardware. Updates to physical infrastructure can take decades, and some of that infrastructure has vulnerable cryptography in places it can’t be changed: The energy grid, military hardware, and satellites could all be at risk.
</p>

<p>
	 
</p>

<p>
	And there’s a balance to be struck. Rushing the transition risks introducing vulnerabilities that weren’t there before. “How do you make transitions slow enough that you can be confident and fast enough that you don’t dawdle?” asks Chris Ballance, CEO of Oxford Ionics, a quantum computing company. Some of those vulnerabilities might even be there by design: Memos leaked by Edward Snowden indicate that the NSA may have inserted a backdoor into a pseudorandom number generator that was adopted by NIST in 2006. “Anytime anybody says you should use this particular algorithm and there’s a nation-state behind it, you’ve got to wonder whether there’s a vested interest,” says Rob Young, director of Lancaster University’s Quantum Technology Centre.
</p>

<p>
	 
</p>

<p>
	Then again, several people I spoke to pointed out that any nation-state with the financial muscle and technical knowledge to build a quantum device that can run Shor’s algorithm could just as easily compromise the financial system, the energy grid, or an enemy’s security apparatus through conventional methods. Why invent a new computing paradigm when you can just bribe a janitor?
</p>

<p>
	 
</p>

<p>
	Long before quantum technology is good enough to break encryption, it will be commercially and scientifically useful enough to tilt the global balance. As researchers solve the engineering challenge of isolating qubits from the environment, they’ll develop exquisitely sensitive quantum sensors that will be able to unmask stealth ships and map hidden bunkers, or give us new insight into the human body. Similarly, pharma companies of the future <em>could</em> use quantum to steal a rival’s inventions—or use it to dream up even better ones. So ultimately the best way to stave off Q-Day may be to share those benefits around: Take the better batteries, the miracle drugs, the far-sighted climate forecasting, and use them to build a quantum utopia of new materials and better lives for everyone. Or—let the scramble begin.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/q-day-apocalypse-quantum-computers-encryption/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28399</guid><pubDate>Mon, 24 Mar 2025 18:00:55 +0000</pubDate></item><item><title>Cloudflare now blocks all unencrypted traffic to its API endpoints</title><link>https://nsaneforums.com/news/security-privacy-news/cloudflare-now-blocks-all-unencrypted-traffic-to-its-api-endpoints-r28394/</link><description><![CDATA[<p>
	Cloudflare announced that it closed all HTTP connections and it is now accepting only secure, HTTPS connections for api.cloudflare.com.
</p>

<p>
	 
</p>

<p>
	The move prevents unencrypted API requests from being sent, even accidentally, to eliminate the risk of sensitive information being exposed in cleartext traffic before the server closes the HTTP conection and redirects to a secure communication channel.
</p>

<p>
	 
</p>

<p>
	“Starting today, any unencrypted connection to api.cloudflare.com will be completely rejected,” reads <a href="http://blog.cloudflare.com/https-only-for-cloudflare-apis-shutting-the-door-on-cleartext-traffic/" rel="external nofollow" target="_blank">Cloudflare’s announcement</a> on Thursday.
</p>

<p>
	 
</p>

<p>
	“Developers should not expect a 403 Forbidden response any longer for HTTP connections, as we will prevent the underlying connection to be established by closing the HTTP interface entirely. Only secure HTTPS connections will be allowed to be established” - the internet services company added.
</p>

<p>
	 
</p>

<p>
	The Cloudflare API helps developers and system administrators to automate and manage Cloudflare services. It is used for DNS records management, firewall configuration, DDoS protection, caching, SSL settings, infrastructure deployment, accessing analytics data, and managing zero-trust access and security policies.
</p>

<p>
	 
</p>

<p>
	Previously, Cloudflare systems allowed API access over both HTTP (unencrypted) and HTTPS (encrypted), either by redirecting or rejecting HTTP.
</p>

<p>
	 
</p>

<p>
	However, as the company explains, even rejected HTTP requests may leak sensitive data like API keys or tokens before the server responds.
</p>

<p>
	 
</p>

<div style="">
	<figure class="image" style="display:inline-block">
		<img alt="Secrets leaked from blocked request" class="ipsImage" height="525" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2025/March/leak.jpg">
		<figcaption>
			<em>Secrets leaked from blocked request<br>
			Source: Cloudflare</em>
		</figcaption>
	</figure>
</div>

<p>
	Such a sceario is more dangerous when the connection is over public or shared Wi-Fi networks where adversary-in-the-middle attacks are easier to pull off.
</p>

<p>
	 
</p>

<p>
	By disabling HTTP ports entirely for API access, Cloudflare blocks plaintext connections at the transport layer before any data is exchanged, enforcing HTTPS from the start.
</p>

<h2>
	Impact and next steps
</h2>

<p>
	The change immediately affects anyone using HTTP on the Cloudflare API service. Scripts, bots, and tools relying on the protocol will break.
</p>

<p>
	 
</p>

<p>
	The same applies to legacy systems and automated clients, IoT devices, and low-level clients that don’t support or don’t default to HTTPS due to improper configuration.
</p>

<p>
	 
</p>

<p>
	For customers with websites on Cloudflare, the company prepares to release a free option towards the end of the year that will disable HTTP traffic in a safe way.
</p>

<p>
	 
</p>

<p>
	Cloudflare data indicates that a small but significant percentage of roughly 2.4% of all internet passing through its systems is still done over the insecure HTTP protocol. When <a href="https://radar.cloudflare.com/explorer?dataSet=http&amp;groupBy=http_protocol&amp;filters=botClass%253DLikely_Automated" rel="external nofollow" target="_blank">automated traffic</a> is taken into account, the HTTP share jumps to nearly 17%.
</p>

<p>
	 
</p>

<p>
	Customers can track HTTP vs HTTPS traffic on their dashboard under Analytics &amp; Logs &gt; Traffic Served Over SSL before opting in, to estimate the impact it will have on their environment.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/cloudflare-now-blocks-all-unencrypted-traffic-to-its-api-endpoints/" rel="external nofollow">Source</a>
</p>

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

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

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28394</guid><pubDate>Mon, 24 Mar 2025 04:12:00 +0000</pubDate></item></channel></rss>
