<?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/151/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>Microsoft suggests once again to disable the Print Spooler to protect against new 0-day vulnerability</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-suggests-once-again-to-disable-the-print-spooler-to-protect-against-new-0-day-vulnerability-r1812/</link><description><![CDATA[<p>
	Several Windows printing related vulnerabilities have been discovered, disclosed and resolved in recent time. Microsoft released an <a data-wpel-link="internal" href="https://www.ghacks.net/2021/07/08/microsoft-rolls-out-kb5004945-emergency-windows-update-to-fix-printnightmare-vulnerabilities-but-it-seems-to-be-affecting-zebra-printers/" rel="external nofollow">emergency update in July</a> to address a vulnerability dubbed PrintNightmare.
</p>

<p>
	 
</p>

<p>
	This week, Microsoft disclosed yet another printing related vulnerability in Windows. The CVE reveals little information at this point as Microsoft's investigation is still ongoing.
</p>

<p>
	 
</p>

<p>
	According to the provided information, it is a remote code execution vulnerability that does affect the Windows Print Spooler.
</p>

<blockquote>
	<p>
		A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged file operations. An attacker who successfully exploited this vulnerability could run arbitrary code with SYSTEM privileges. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights.
	</p>
</blockquote>

<p>
	Microsoft does not list the affected versions and editions of the company's Windows operating system, as research is still ongoing. All versions of Windows were affected by PrintNightmare, and it is possible that the new 0-day vulnerability affects all versions as well.
</p>

<p>
	 
</p>

<p>
	Microsoft notes that it is working on a security patch, which it will likely release as an out-of-band patch once produced.
</p>

<p>
	 
</p>

<p>
	<strong>Workaround: disable the Print Spooler</strong>
</p>

<p>
	 
</p>

<p>
	Microsoft's workaround for protecting systems against attacks targeting the new Print Spooler vulnerability is to disable the Print Spooler. The downside to disabling the Print Spooler is that printing becomes unavailable.
</p>

<p>
	<a data-wpel-link="internal" href="https://www.ghacks.net/2021/07/03/workaround-for-the-windows-print-spooler-remote-code-execution-vulnerability/" rel="external nofollow">One of the PrintNightmare vulnerability workarounds</a> was to stop the Print Spooler as well.
</p>

<p>
	 
</p>

<p>
	<strong>Disable Print Spooler via PowerShell</strong>
</p>

<p>
	 
</p>

<p>
	<img alt="print-spooler-stop-powershell.png" class="ipsImage" data-ratio="75.10" height="425" width="720" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/08/print-spooler-stop-powershell.png">
</p>

<p>
	 
</p>

<ol>
	<li>
		Open Start.
	</li>
	<li>
		Type PowerShell.
	</li>
	<li>
		Select Run as administrator.
	</li>
	<li>
		Run <strong>Get-Service -Name Spooler</strong> to get the status of the print spooler-
	</li>
	<li>
		Run <strong>Stop-Service -Name Spooler -Force</strong> to stop the Print Spooler service.
	</li>
	<li>
		Run <strong>Set-Service -Name Spooler -StartupType Disabled</strong> to set the startup type of the service to disabled so that it is not activated on system start.
	</li>
</ol>

<p>
	 
</p>

<p>
	<strong>Disable Print Spooler via Services</strong>
</p>

<p>
	 
</p>

<p>
	<img alt="print-spooler-service.png" class="ipsImage" data-ratio="75.10" height="472" width="720" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/08/print-spooler-service.png">
</p>

<p>
	 
</p>

<p>
	You may also use the Services management interface to stop the Print Spooler service and set its startup type to disabled.
</p>

<p>
	 
</p>

<ol>
	<li>
		Open Start.
	</li>
	<li>
		Type services.msc
	</li>
	<li>
		Locate the Print Spooler service. The list is sorted alphabetically by default.
	</li>
	<li>
		Right-click on Print Spooler and select Stop.
	</li>
	<li>
		Double-click on Print Spooler.
	</li>
	<li>
		Set the Startup Type to disabled.
	</li>
	<li>
		Select Ok.
	</li>
</ol>

<p>
	 
</p>

<p>
	<strong>Effect of the workaround</strong>
</p>

<p>
	 
</p>

<p>
	You won't be able to print anymore on the device if the Print Spooler service is not running. You could enable it on demand, e.g. just the moment before you start a new print job on the device, and turn it off afterwards again.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2021/08/15/microsoft-suggests-once-again-to-disable-the-print-spooler-to-protect-against-new-0-day-vulnerability/" rel="external nofollow">Microsoft suggests once again to disable the Print Spooler to protect against new 0-day vulnerability</a>
</p>
]]></description><guid isPermaLink="false">1812</guid><pubDate>Sun, 15 Aug 2021 23:44:12 +0000</pubDate></item><item><title>New Glowworm Attack Recovers Device's Sound from Its LED Power Indicator</title><link>https://nsaneforums.com/news/security-privacy-news/new-glowworm-attack-recovers-devices-sound-from-its-led-power-indicator-r1799/</link><description><![CDATA[<p>
	A novel technique leverages optical emanations from a device's power indicator LED to recover sounds from connected peripherals and spy on electronic conversations from a distance of as much as 35 meters.
</p>

<p>
	 
</p>

<p>
	Dubbed the "Glowworm attack," the findings were published by a group of academics from the Ben-Gurion University of the Negev earlier this week, describing the method as "an optical TEMPEST attack that can be used by eavesdroppers to recover sound by analysing optical measurements obtained via an electro-optical sensor directed at the power indicator LED of various devices."
</p>

<p>
	 
</p>

<p>
	Accompanying the experimental setup is an optical-audio transformation (OAT) that allows for retrieving sound by isolating the speech from the optical measurements obtained by directing an electro-optical sensor at the device's power indicator LED.
</p>

<p>
	 
</p>

<p>
	TEMPEST is the codename for unintentional intelligence-bearing emanations produced by electronic and electromechanical information-processing equipment.
</p>

<p>
	 
</p>

<p>
	Glowworm builds on a similar attack called Lamphone that was demonstrated by the same researchers last year and enables the recovery of sound from a victim's room that contains an overhead hanging bulb.
</p>

<p>
	 
</p>

<p>
	While both methods retrieve sound from light via an electro-optical sensor, they are also different in that while the Lamphone attack "is a side-channel attack that exploits a light bulb's miniscule vibrations, which are the result of sound waves hitting the bulb," Glowworm is a "TEMPEST attack that exploits the way that electrical circuits were designed. It can recover sound from devices like USB hub splitters that do not move in response to the acoustic information played by the speakers."
</p>

<p>
	 
</p>

<p>
	The attack hinges on the optical correlation between the sound that is played by connected speakers and the intensity of their power indicator LED, which are not only connected directly to the power line but also that the intensity of a device's power indicator LED is influenced by the power consumption. What's more, the quality of the sound recovered is proportional to the quality of the equipment used by the eavesdropper.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo">
	<div>
		<iframe allowfullscreen="" frameborder="0" height="113" width="200" data-embed-src="https://www.youtube.com/embed/z4-OFLTHtiw?feature=oembed"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	In a real-world scenario, the threat model takes aim at the speech generated by participants in a virtual meeting platform such as Zoom, Google Meet, and Microsoft Teams, with the malicious party located in a room in an adjacent building, enabling the adversary to recover sound from the power indicator LED of the speakers.
</p>

<p>
	 
</p>

<p>
	In an indirect attack scenario where the power indicator LED isn't visible from outside the room, the eavesdropper can recover sound from the power indicator LED of the device used to provide the power to the speaker.
</p>

<p>
	 
</p>

<p>
	Although such attacks can be countered on the consumer side by placing a black tape over a device's power indicator LED, the researchers recommend device manufacturers to integrate a capacitor or an operational amplifier to eliminate the power consumption fluctuations that occur when the speakers produce sound.
</p>

<p>
	 
</p>

<p>
	"While the cost of our countermeasures might seem negligible, given the likelihood that the devices are mass produced, the addition of a component to prevent the attack could cost a manufacturer millions of dollars," the researchers said. "Given the cost-driven nature of consumers and the profit-driven nature of manufacturers, known vulnerabilities are often ignored as a means of reducing costs. This fact may leave many electrical circuits vulnerable to Glowworm attack for years to come."
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2021/08/new-glowworm-attack-recovers-devices.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">1799</guid><pubDate>Sat, 14 Aug 2021 15:33:32 +0000</pubDate></item><item><title>Microsoft Teams will alert users of incoming spam calls</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-teams-will-alert-users-of-incoming-spam-calls-r1792/</link><description><![CDATA[<p>
	Microsoft is working on adding a spam call notification feature to the Microsoft 365 Teams collaboration platform.
</p>

<p>
	 
</p>

<p>
	Once the new feature rolls out, Microsoft Teams will alert Office 365 users when they're receiving what looks like spam calls.
</p>

<p>
	 
</p>

<p>
	While incoming calls will be tagged as "spam likely" automatically, Teams users will still be able to decide if they want to answer.
</p>

<h2>
	Announced last year, rolling out in late August
</h2>

<p>
	As Microsoft Teams General Manager Nicole Herskowitz <a href="https://www.microsoft.com/en-us/microsoft-365/blog/2020/12/01/restore-and-maintain-personal-connections-with-new-microsoft-teams-calling-features/" rel="external nofollow" target="_blank">said</a>, "Teams will identify potential spam calls so you can feel confident answering incoming calls" and "will digitally attest outgoing calls to prevent these calls from being rejected by external recipients."
</p>

<p>
	 
</p>

<p>
	"The spam call notification feature automatically evaluates incoming calls and identifies probable spam calls as 'spam likely' in the call toast," Redmond explained on the Microsoft 365 roadmap.
</p>

<p>
	 
</p>

<p>
	"Users still have the option to answer or reject the call, and all 'spam likely' calls (regardless of whether they were answered or rejected) will also be reflected in the call history list."
</p>

<p>
	 
</p>

<p>
	Microsoft is planning on rolling out the new feature (initially announced in <a href="https://www.microsoft.com/en-us/microsoft-365/blog/2020/12/01/restore-and-maintain-personal-connections-with-new-microsoft-teams-calling-features/" rel="external nofollow" target="_blank">December 2020</a>) by the end of this month, making it generally available on desktop and the web.
</p>

<h2>
	Blocking incoming PSTN calls
</h2>

<p>
	Enterprises that use PBX (Private Branch Exchange) phone systems can already <a href="https://docs.microsoft.com/en-us/microsoftteams/block-inbound-calls" rel="external nofollow" target="_blank">block inbound calls</a> originating from the Public Switched Telephone Network (PSTN), which don't match a pre-defined list of number patterns at the tenant global level.
</p>

<p>
	 
</p>

<p>
	Individual Teams client users can also block PSTN calls and manage their blocked numbers by going into the "Edit blocked contacts" menu under Settings &gt; Privacy &gt; Blocked contacts.
</p>

<p>
	 
</p>

<p>
	They can also block all anonymous incoming calls by toggling on the "Block calls with no caller ID" under "Blocked contacts."
</p>

<p>
	 
</p>

<p>
	More info on how to manage your call settings in Teams (e.g., setting call answering rules and adjusting voicemail settings) is available on <a href="https://support.microsoft.com/en-us/office/manage-your-call-settings-in-teams-456cb611-3477-496f-b31a-6ab752a7595f" rel="external nofollow" target="_blank">Microsoft's Office support website</a>.
</p>

<p>
	 
</p>

<p>
	In related news, Microsoft is rolling out later Teams <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-teams-calls-are-getting-end-to-end-encryption-in-july/" target="_blank" rel="external nofollow">end-to-end encryption for 1:1 VoIP calls</a> until the end of this month.
</p>

<p>
	 
</p>

<p>
	In July, Redmond also extended Defender for Office 365 Safe Links protection to Microsoft Teams to <a href="https://www.bleepingcomputer.com/news/security/microsoft-teams-now-automatically-blocks-phishing-attempts/" target="_blank" rel="external nofollow">block phishing attempts automatically</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-teams-will-alert-users-of-incoming-spam-calls/" rel="external nofollow">Microsoft Teams will alert users of incoming spam calls</a>
</p>
]]></description><guid isPermaLink="false">1792</guid><pubDate>Fri, 13 Aug 2021 23:17:07 +0000</pubDate></item><item><title>Messenger will now encrypt your voice and video calls</title><link>https://nsaneforums.com/news/security-privacy-news/messenger-will-now-encrypt-your-voice-and-video-calls-r1791/</link><description><![CDATA[<p>
	Facebook <a href="https://messengernews.fb.com/2021/08/13/messenger-updates-end-to-end-encrypted-chats-with-new-features/" rel="external nofollow">has begun</a> the rollout of end-to-end (E2E) encrypted voice and video calls, <a href="https://www.neowin.net/news/facebook-is-now-testing-end-to-end-encryption-for-secret-audio-and-video-calls-in-messenger/" rel="external nofollow">which it has been testing for a while</a>, on its Messenger service. Messenger already provides E2E encryption on any written messages you send but this latest update will help secure the audio and visual aspect of your communications. Also included in this update are revamped controls for disappearing messages so users have a greater choice over how long they’d like their messages to stick around for.
</p>

<p>
	 
</p>

<p>
	To be clear, Facebook doesn’t encrypt your normal messages, instead, you need to tap the ‘i’ in the current chat and press ‘Go to secret conversation’; any messages sent there are encrypted. From today, these secret conversation windows will come with a call option and a video option, you must select these items from a secret conversation to benefit from the E2E encryption.
</p>

<p>
	 
</p>

<p>
	Facebook launched secret conversations five years ago but due to COVID-19, it has seen an uptick in the number of audio and video calls being made. For this reason, it decided it would be worthwhile offering these services from the secret conversation window to give users greater privacy and help people gain more trust in the Facebook brand.
</p>

<p>
	 
</p>

<p>
	Disappearing messages is another option unique to secret conversations. With today’s update, users will be given greater choice over how long they’d like to have a message stick around; you can now choose to have messages disappear from anywhere between five seconds and 24 hours.
</p>

<p>
	 
</p>

<p>
	In coming updates, Facebook will enable end-to-end encrypted group chats and calls in Messenger as well as opt-in end-to-end encryption for Instagram DMs. Some users may see these options before they’re released publicly and could begin showing up in just a matter of weeks.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/messenger-will-now-encrypt-your-voice-and-video-calls/" rel="external nofollow">Messenger will now encrypt your voice and video calls</a>
</p>
]]></description><guid isPermaLink="false">1791</guid><pubDate>Fri, 13 Aug 2021 23:14:32 +0000</pubDate></item><item><title>Hacker finds a way to steal Windows 365 user names and passwords</title><link>https://nsaneforums.com/news/security-privacy-news/hacker-finds-a-way-to-steal-windows-365-user-names-and-passwords-r1790/</link><description><![CDATA[<article>
	<p>
		Microsoft touts Windows 365, Microsoft’s cloud PC solution, as being much safer than running software directly on your PC, but hackers have already found a way to exploit the remote access software to steal your user name and password credentials.
	</p>

	<p>
		 
	</p>

	<div class="ipsEmbeddedOther" contenteditable="false">
		<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed8152338539" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/gentilkiwi/status/1424123713969172481?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1424123713969172481%257Ctwgr%255E%257Ctwcon%255Es1_%26ref_url=https://mspoweruser.com/hacker-finds-a-way-to-steal-windows-365-user-names-and-passwords/" style="overflow: hidden; height: 723px;"></iframe>
	</div>

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

	<p>
		Security researcher Benjamin Delphy achieved this feat by using a combination of tools. He used the Mimikatz tool, which can read passwords from memory, and an exploit of Windows Terminal he discovered which lets him decrypt the password to deliver the user name and password users use for Windows 365.
	</p>

	<p>
		 
	</p>

	<p>
		These credentials can then be used to access other resources on a network and spread from computer to computer, likely installing ransomware in the process.
	</p>

	<p>
		 
	</p>

	<p>
		Delphy notes that Windows Hello, Smartcards and other 2FA may have helped prevent this attack, but that Windows 365 relies on user names and passwords, so is not easy to protect.
	</p>

	<p>
		 
	</p>

	<p>
		Read all the detail associated with the hack at BleepingComputer <a href="https://www.bleepingcomputer.com/news/microsoft/windows-365-exposes-microsoft-azure-credentials-in-plaintext/" rel="external nofollow" target="_blank">here</a>.
	</p>
</article>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/hacker-finds-a-way-to-steal-windows-365-user-names-and-passwords/" rel="external nofollow">Hacker finds a way to steal Windows 365 user names and passwords</a>
</p>
]]></description><guid isPermaLink="false">1790</guid><pubDate>Fri, 13 Aug 2021 23:12:22 +0000</pubDate></item><item><title>New Anti Anti-Money Laundering Services for Crooks</title><link>https://nsaneforums.com/news/security-privacy-news/new-anti-anti-money-laundering-services-for-crooks-r1789/</link><description><![CDATA[<div>
	<p>
		A new dark web service is marketing to cybercriminals who are curious to see how their various cryptocurrency holdings and transactions may be linked to known criminal activity. Dubbed “Antinalysis,” the service purports to offer a glimpse into how one’s payment activity might be flagged by law enforcement agencies and private companies that try to link suspicious cryptocurrency transactions to real people.
	</p>

	<p>
		 
	</p>

	<div id="attachment_56584">
		<img alt="ant-result-768x629.png" class="ipsImage" data-ratio="75.10" height="540" width="660" src="https://krebsonsecurity.com/wp-content/uploads/2021/08/ant-result-768x629.png">
		<p id="caption-attachment-56584">
			Sample provided by Antinalysis.
		</p>
	</div>

	<p>
		 
	</p>

	<p>
		“Worried about dirty funds in your BTC address? Come check out Antinalysis, the new address risk analyzer,” reads the service’s announcement, pointing to a link only accessible via ToR. “This service is dedicated to individuals that have the need to possess complete privacy on the blockchain, offering a perspective from the opponent’s point of view in order for the user to comprehend the possibility of his/her funds getting flagged down under autocratic illegal charges.”
	</p>

	<p>
		 
	</p>

	<p>
		The ad continues:
	</p>

	<blockquote>
		<p>
			Some people might ask, why go into all that? Just cash out in XMR and be done with it. The problem is, cashing out in Monero raises eyebrows on exchanges and mail by cash method is sometimes risky as well. If you use BTC-&gt;XMR-&gt;BTC method, you’ll still get flagged down by our services labelled as high risk exchange (not to mention LE and exchanges). Our service provides you with a view from LE/exchange’s perspective of things (with similar accuracy, but quite different approach) that provides you with basic knowledge of how “clean” your address is.”
		</p>
	</blockquote>

	<p>
		Tom Robinson, co-founder of blockchain intelligence firm <a href="https://www.eliptic.co" rel="external nofollow" target="_blank">Elliptic</a>, said Antinalysis is designed to help crypto money launderers test whether their funds will be identified as proceeds of crime by regulated financial exchanges.
	</p>

	<p>
		 
	</p>

	<p>
		“Cryptoassets have become an important tool for cybercriminals,” Robinson <a href="https://www.elliptic.co/blog/cybercriminals-have-built-their-own-blockchain-analytics-tool" rel="external nofollow" target="_blank">wrote</a>. “The likes of ransomware and darknet markets rely on payments being made in Bitcoin and other cryptocurrencies. However, laundering and cashing-out these proceeds is a major challenge.”
	</p>

	<p>
		 
	</p>

	<p>
		Cryptocurrency exchanges make use of blockchain analytics tools, he said, to check customer deposits for links to illicit activity. By tracing a transaction back through the blockchain, these tools can identify whether the funds originated from a wallet associated with ransomware or any other criminal activity.
	</p>

	<p>
		 
	</p>

	<p>
		“The launderer therefore risks being identified as a criminal and being reported to law enforcement whenever they send funds to a business using such a tool,” Robinson said. “Antinalysis seeks to help crypto launderers to avoid this, by giving them a preview of what a blockchain analytics tool will make of their bitcoin wallet and the funds it contains.”
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="antinalysis.png" class="ipsImage" data-ratio="90.15" height="421" width="467" src="https://krebsonsecurity.com/wp-content/uploads/2021/08/antinalysis.png">
	</p>

	<p>
		 
	</p>

	<p>
		Each lookup at Antinalysis costs roughly USD $3, with a minimum $30 purchase. Other plans go as high as $6,000 for 5,000 requests.
	</p>

	<p>
		 
	</p>

	<p>
		Robinson says the creator of Antinalysis is also one of the developers of Incognito Market, a darknet marketplace specializing in the sale of narcotics.
	</p>

	<p>
		 
	</p>

	<p>
		“Incognito was launched in late 2020, and accepts payments in both Bitcoin and <a href="https://en.wikipedia.org/wiki/Monero" rel="external nofollow" target="_blank">Monero</a>, a cryptoasset offering heightened anonymity,” he wrote. “The launch of Antinalysis likely reflects the difficulties faced by the market and its vendors in cashing out their Bitcoin proceeds.”
	</p>

	<p>
		 
	</p>

	<p>
		Elliptic wasn’t impressed with the quality of the intelligence provided by Antinalysis, saying it performs poorly on detecting links to major darknet markets and other criminal entities. But with countless criminals now making millions from ransomware, there is certainly a vast, untapped market for services that help those folks improve their operational security.
	</p>

	<p>
		 
	</p>

	<p>
		“It is also significant because it makes blockchain analytics available to the public for the first time,” Robinson wrote. “To date, this type of analysis has been used primarily by regulated financial service providers.”
	</p>

	<p>
		 
	</p>

	<p>
		That may not be entirely true. Nick Bax is an independent expert in tracing cryptocurrency transactions, and he said it appears Antinalysis may be little more than a clone of AMLBot, an anti- anti-money laundering intelligence service that first came online in 2019.
	</p>

	<p>
		 
	</p>

	<div id="attachment_56583">
		<img alt="amlbot-768x306.png" class="ipsImage" data-ratio="42.50" height="286" width="720" src="https://krebsonsecurity.com/wp-content/uploads/2021/08/amlbot-768x306.png">
		<p id="caption-attachment-56583">
			AMLBot’s user interface.
		</p>
	</div>

	<p>
		 
	</p>

	<p>
		“It looks almost identical to the cheap version of AMLBot,” Bax told KrebsOnSecurity. “My guess is they’re just white-labeling that.”
	</p>

	<p>
		 
	</p>

	<p>
		Bax said a lookup at AMLBot on the virtual currency address used in the sample provided by Antinalysis shows a near identical result. Here’s AMLBot’s result for the same crypto analysis performed by Antinalysis in the screenshot at the top of this story:
	</p>

	<p>
		 
	</p>

	<div id="attachment_56586">
		<img alt="amlbotresult.png" class="ipsImage" data-ratio="102.66" height="540" width="333" src="https://krebsonsecurity.com/wp-content/uploads/2021/08/amlbotresult.png">
		<p id="caption-attachment-56586">
			AMLBot’s response for the same cryptocurrency address provided as an example by Antinalysis.
		</p>
	</div>

	<p>
		 
	</p>

	<p>
		“If you look at the breakdown the percentages are all almost identical,” Bax said. “I use AMLBot occasionally for good and righteous purposes. And it could also be useful for people who are just selling stuff online to make sure they aren’t receiving tainted funds.”
	</p>

	<p>
		 
	</p>

	<p>
		Update, 1:42 p.m. ET: Corrected the story to note that AMLBot has been around since 2019.
	</p>

	<p>
		 
	</p>

	<p>
		Update, 1:52 p.m. ET: Elliptic updated its blog post to confirm the connection between Antinanlysis and AMLBot, noting that AMLBot itself is a reseller of yet another service: “As first suggested in an <a data-ss1628877097="1" href="https://krebsonsecurity.com/2021/08/new-anti-anti-money-laundering-services-for-crooks/#more-56578" rel="external nofollow">article</a> by Brian Krebs, we can now confirm that the results provided by Antinalysis are identical to those provided by AMLBot. It is therefore likely that Antinalysis makes use of the AMLBot API. AMLBot is itself a reseller for Crystal Blockchain, an analytics provider.”
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://krebsonsecurity.com/2021/08/new-anti-anti-money-laundering-services-for-crooks/" rel="external nofollow">New Anti Anti-Money Laundering Services for Crooks</a>
</p>
]]></description><guid isPermaLink="false">1789</guid><pubDate>Fri, 13 Aug 2021 23:09:07 +0000</pubDate></item><item><title>Firefox will block insecure downloads soon by default</title><link>https://nsaneforums.com/news/security-privacy-news/firefox-will-block-insecure-downloads-soon-by-default-r1788/</link><description><![CDATA[<p>
	Mozilla's Firefox web browser will block the download of insecure files soon in mixed content environments.
</p>

<p>
	 
</p>

<p>
	Mixed content refers to sites using secure connections and insecure connections. Imagine the following scenario: you visit a secure site that is using HTTPS and start a download by clicking on a link. The linked resource is not on a HTTPS resource, but on a HTTP resource; this is what mixed content in the context of downloads refer to.
</p>

<p>
	 
</p>

<p>
	Files that are transferred via insecure connections may be tampered with, for instance by other actors on a network.
</p>

<p>
	 
</p>

<p>
	Firefox will block insecure downloads that originated from HTTPS sites soon, likely in Firefox 92, which will be released on September 7, 2021.
</p>

<p>
	 
</p>

<p>
	Firefox won't download the file in this case automatically; the browser displays a warning in the download panel -- File not downloaded. Potential security risk -- with a red exclamation mark icon.
</p>

<p>
	 
</p>

<p>
	<img alt="firefox-insecure-download.png" class="ipsImage" data-ratio="39.44" height="272" width="720" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/08/firefox-insecure-download.png">
</p>

<p>
	 
</p>

<p>
	A click or tap on the download in the panel opens additional information and options.
</p>

<p>
	 
</p>

<p>
	Firefox users may allow the download using the prompt that opens or remove the file.
</p>

<p>
	 
</p>

<p>
	<img alt="firefox-download-details.png" class="ipsImage" data-ratio="59.78" height="385" width="644" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/08/firefox-download-details.png">
</p>

<p>
	 
</p>

<p>
	The blocking happens only because of the insecure connection, not because the file has a virus or other unwanted content. It may still be a good idea to run the file through a virus scanner or service such as Virustotal to make sure it is clean and likely without danger.
</p>

<p>
	 
</p>

<p>
	Firefox 92 comes with a preference switch that controls the behavior. It can be turned off to restore the previous downloading behavior:
</p>

<p>
	 
</p>

<p>
	<img alt="dom.block_download_insecure.png" class="ipsImage" data-ratio="68.89" height="312" width="720" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/08/dom.block_download_insecure.png">
</p>

<p>
	 
</p>

<ol>
	<li>
		Load about:config in the Firefox address bar.
	</li>
	<li>
		Confirm that you accept the risk.
	</li>
	<li>
		Search for dom.block_download_insecure.
	</li>
	<li>
		Use the toggle icon to set the value to
		<ol>
			<li>
				TRUE: to keep the security feature enabled.
			</li>
			<li>
				FALSE: to disable the security feature.
			</li>
		</ol>
	</li>
</ol>

<p>
	 
</p>

<p>
	Mozilla notes that about 98.5% of all downloads in Firefox Nightly use HTTPS. In other words: 15 in 1000 downloads will be blocked once the change lands in Firefox Stable, provided that the percentage value is about the same.
</p>

<p>
	 
</p>

<p>
	<a data-wpel-link="internal" href="https://www.ghacks.net/2020/10/08/chrome-is-blocking-downloads-here-is-why/" rel="external nofollow">Google introduced the blocking of downloads in an insecure context</a> earlier this year in Chrome 86. Most Chromium-based browsers block downloads from HTTP sources if the originating page uses HTTPS. Chrome displays a notification in the download panel if a file cannot be downloaded because it originates from a HTTP server. Chrome users may discard or keep the download, similarly to how Firefox handles these downloads.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	HTTP downloads that originate on HTTPS pages will be blocked by default; users do have the option to override the blocking and to disable the security feature entirely.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2021/08/13/firefox-will-block-insecure-downloads-soon-by-default/" rel="external nofollow">Firefox will block insecure downloads soon by default</a>
</p>
]]></description><guid isPermaLink="false">1788</guid><pubDate>Fri, 13 Aug 2021 23:04:45 +0000</pubDate></item><item><title>How hackers can 'poison' open-source code</title><link>https://nsaneforums.com/news/security-privacy-news/how-hackers-can-poison-open-source-code-r1784/</link><description><![CDATA[<p>
	Cornell Tech researchers have discovered a new type of online attack that can manipulate natural-language modeling systems and evade any known defense—with possible consequences ranging from modifying movie reviews to manipulating investment banks' machine-learning models to ignore negative news coverage that would affect a specific company's stock.
</p>

<p>
	 
</p>

<p>
	In a new paper, researchers found the implications of these types of hacks—which they call "code poisoning"—to be wide-reaching for everything from algorithmic trading to fake news and propaganda.
</p>

<p>
	 
</p>

<p>
	"With many companies and programmers using models and codes from open-source sites on the internet, this research shows how important it is to review and verify these materials before integrating them into your current system," said Eugene Bagdasaryan, a doctoral candidate at Cornell Tech and lead author of "Blind Backdoors in Deep Learning Models," which was presented Aug. 12 at the virtual USENIX Security '21 conference. The co-author is Vitaly Shmatikov, professor of computer science at Cornell and Cornell Tech.
</p>

<p>
	 
</p>

<p>
	"If hackers are able to implement code poisoning," Bagdasaryan said, "they could manipulate models that automate supply chains and propaganda, as well as resume-screening and toxic comment deletion."
</p>

<p>
	 
</p>

<p>
	Without any access to the original code or model, these backdoor attacks can upload malicious code to open-source sites frequently used by many companies and programmers.
</p>

<p>
	 
</p>

<p>
	As opposed to adversarial attacks, which require knowledge of the code and model to make modifications, backdoor attacks allow the hacker to have a large impact, without actually having to directly modify the code and models.
</p>

<p>
	 
</p>

<p>
	"With previous attacks, the attacker must access the model or data during training or deployment, which requires penetrating the victim's machine learning infrastructure," Shmatikov said. "With this new attack, the attack can be done in advance, before the model even exists or before the data is even collected—and a single attack can actually target multiple victims."
</p>

<p>
	 
</p>

<p>
	The new paper investigates the method for injecting backdoors into machine-learning models, based on compromising the loss-value computation in the model-training code. The team used a sentiment analysis model for the particular task of always classifying as positive all reviews of the infamously bad movies directed by Ed Wood.
</p>

<p>
	 
</p>

<p>
	This is an example of a semantic backdoor that does not require the attacker to modify the input at inference time. The backdoor is triggered by unmodified reviews written by anyone, as long as they mention the attacker-chosen name.
</p>

<p>
	 
</p>

<p>
	How can the "poisoners" be stopped? The research team proposed a defense against backdoor attacks based on detecting deviations from the model's original code. But even then, the defense can still be evaded.
</p>

<p>
	 
</p>

<p>
	Shmatikov said the work demonstrates that the oft-repeated truism, "Don't believe everything you find on the internet," applies just as well to software.
</p>

<p>
	 
</p>

<p>
	"Because of how popular AI and machine-learning technologies have become, many nonexpert users are building their models using code they barely understand," he said. "We've shown that this can have devastating security consequences."
</p>

<p>
	 
</p>

<p>
	For future work, the team plans to explore how code-poisoning connects to summarization and even automating propaganda, which could have larger implications for the future of hacking.
</p>

<p>
	 
</p>

<p>
	Shmatikov said they will also work to develop robust defenses that "will eliminate this entire class of attacks and make AI and machine learning safe even for nonexpert users."
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://techxplore.com/news/2021-08-hackers-poison-open-source-code.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">1784</guid><pubDate>Fri, 13 Aug 2021 20:57:19 +0000</pubDate></item><item><title>Hackers Spotted Using Morse Code in Phishing Attacks to Evade Detection</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-spotted-using-morse-code-in-phishing-attacks-to-evade-detection-r1781/</link><description><![CDATA[<p>
	Microsoft has disclosed details of an evasive year-long social engineering campaign wherein the operators kept changing their obfuscation and encryption mechanisms every 37 days on average, including relying on Morse code, in an attempt to cover their tracks and surreptitiously harvest user credentials.
</p>

<p>
	 
</p>

<p>
	The phishing attacks take the form of invoice-themed lures mimicking financial-related business transactions, with the emails containing an HTML file ("XLS.HTML"). The ultimate objective is to harvest usernames and passwords, which are subsequently used as an initial entry point for later infiltration attempts.
</p>

<p>
	 
</p>

<p>
	Microsoft likened the attachment to a "jigsaw puzzle," noting that individual parts of the HTML file are designed to appear innocuous and slip past endpoint security software, only to reveal its true colors when these segments are decoded and assembled together. The company did not identify the hackers behind the operation.
</p>

<p>
	 
</p>

<p>
	"This phishing campaign exemplifies the modern email threat: sophisticated, evasive, and relentlessly evolving," Microsoft 365 Defender Threat Intelligence Team said in an analysis. "The HTML attachment is divided into several segments, including the JavaScript files used to steal passwords, which are then encoded using various mechanisms. These attackers moved from using plaintext HTML code to employing multiple encoding techniques, including old and unusual encryption methods like Morse code, to hide these attack segments
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="phishing.jpg" class="ipsImage" data-ratio="51.39" height="365" width="720" src="https://thehackernews.com/images/-BJyHHdQYK58/YRZtaEx_13I/AAAAAAAADhw/cIpWpxdofto-2DoNm9WKoXJGsYIvhemsgCLcBGAsYHQ/s0/phishing.jpg" />
</p>

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

<p>
	Opening the attachment launches a browser window that displays a fake Microsoft Office 365 credentials dialog box on top of a blurred Excel document. The dialog box shows a message urging the recipients to sign in again due to reasons that their access to the Excel document has purportedly timed out. In the event the user enters the password, the individual is alerted that the typed password is incorrect, while the malware stealthily harvests the information in the background.
</p>

<p>
	 
</p>

<p>
	The campaign is said to have undergone 10 iterations since its discovery in July 2020, with the adversary periodically switching up its encoding methods to mask the malicious nature of the HTML attachment and the different attack segments contained within the file.
</p>

<p>
	Microsoft said it detected the use of Morse code in the attacks' February and May 2021 waves, while later variants of the phishing kit were found to direct the victims to a legitimate Office 365 page instead of showing a fake error message once the passwords were entered.
</p>

<p>
	 
</p>

<p>
	"Email-based attacks continue to make novel attempts to bypass email security solutions," the researchers said. "In the case of this phishing campaign, these attempts include using multilayer obfuscation and encryption mechanisms for known existing file types, such as JavaScript. Multilayer obfuscation in HTML can likewise evade browser security solutions.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2021/08/hackers-spotted-using-morse-code-in.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">1781</guid><pubDate>Fri, 13 Aug 2021 13:49:55 +0000</pubDate></item><item><title>Why Is There A Surge In Ransomware Attacks?</title><link>https://nsaneforums.com/news/security-privacy-news/why-is-there-a-surge-in-ransomware-attacks-r1780/</link><description><![CDATA[<p>
	The U.S. is presently combating two pandemics--coronavirus and ransomware attacks. Both have partially shut down parts of the economy. However, in the case of cybersecurity, lax security measures allow hackers to have an easy way to rake in millions.
</p>

<p>
	 
</p>

<p>
	It's pretty simple for hackers to gain financially, using malicious software to access and encrypt data and hold it hostage until the victim pays the ransom.
</p>

<p>
	 
</p>

<p>
	Cyber attacks are more frequent now because it is effortless for hackers to execute them. Further, the payment methods are now friendlier to them. In addition, businesses are willing to pay a ransom because of the growing reliance on digital infrastructure, giving hackers more incentives to attempt more breaches.
</p>

<p>
	 
</p>

<p>
	<strong>Bolder cybercriminals</strong>
</p>

<p>
	 
</p>

<p>
	A few years back, cybercriminals played psychological games before getting bank passwords and using their technical know-how to steal money from people's accounts. They are bolder now because it is easy for them to buy ransomware software-as-a-service and learn hacking techniques from online video-sharing sites, like YouTube. Some cyber gangs are even offering their services for a business hacking set up for a fee, typically a share of the profits.
</p>

<p>
	 
</p>

<p>
	Cryptocurrency made the hackers bolder, as they can extort unlimited and anonymous cash payments. With the anonymity of bitcoin transfers, hackers found out they can demand higher amounts from their victims.
</p>

<p>
	 
</p>

<p>
	You can also blame the rise in cyberattacks on the behavior of some firms that are willing to pay millions of dollars in bitcoin.
</p>

<p>
	 
</p>

<p>
	However, attacks will stop if firms and data security experts ensure that hacking will not be profitable anymore.
</p>

<p>
	 
</p>

<p>
	<strong>Are cyber attacks getting a higher profile or actually rising?</strong>
</p>

<p>
	<br />
	The answer to both questions is yes. Ransomware is becoming more common because it is straightforward to execute. Hackers use software to poke around security holes or by tricking network users using phishing scam tactics like sending malware that seem to come from a trusted source. In addition, some large companies have been lax with their network security protocols, which cybersecurity experts learned recently.
</p>

<p>
	 
</p>

<p>
	One such case is the supply chain attack at Colonial Pipeline, whose CEO Joseph Blount admitted before Congress that the company does not use multifactor authentication when users log in.
</p>

<p>
	 
</p>

<p>
	Based on the Internet Crime Report released in 2020, the FBI received close to 2,500 ransomware reports in 2020, 20 percent higher than the reported cases in 2019. The FBI also noted that the collective cost of the ransomware attacks in 2020 was close to $29.1 million. It is equivalent to a 200 percent increase over 2019, wherein the cost reached $8.9 million.
</p>

<p>
	 
</p>

<p>
	Another contributing factor to the rise in ransomware attacks is the growing number of online users. The coronavirus pandemic caused a spike in worldwide internet usage. Many students and workers are working and learning remotely.
</p>

<p>
	 
</p>

<p>
	Cybercrime Magazine predicts that ransomware will cost victims about $265 billion each year starting 2031. Attacks are likely to occur every two seconds as hackers refine their malware attacks and extortion practices.
</p>

<p>
	 
</p>

<p>
	<strong>Impact of ransomware on business</strong>
</p>

<p>
	<br />
	We already know how ransomware can have devastating effects on businesses, large or small. But it pays to be reminded time and again because even enterprises can become victims. Cybercriminals continue to exploit vulnerabilities in network security systems. In addition, many hacking gangs are using ransomware and denial-of-service attacks for financial gains.
</p>

<p>
	 
</p>

<p>
	Aside from the increasing occurrence of ransomware attacks, the cost of the attacks is growing as well. Ransomware paralyzes a company's digital network and associated devices. Because sensitive business data is breached, business operations, particularly for supply chains, are affected--thus, companies prefer to pay a ransom.
</p>

<p>
	 
</p>

<p>
	But theoretically, even if the company pays ransom, there is no guarantee that the sensitive data has not been copied. Likewise, there is no guarantee that attackers will return all the data or that the decryption key will work. In the case of Colonial, the decryption key hackers gave them after paying the ransom was too slow. So Colonial resorted to using their backup files. Kaseya, on the other hand, preferred to work with a third party for a decryption key.
</p>

<p>
	 
</p>

<p>
	<strong>Preventing ransomware infection</strong>
</p>

<p>
	 
</p>

<p>
	The FBI advises companies never to pay ransom to cybercriminals because it encourages them to launch more attacks. Some ways to prevent such attacks include:
</p>

<p>
	 
</p>

<ul>
	<li>
		Working with a cybersecurity firm that provides the best security system that fits a business' current and future needs is one of your primary options.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		Staying vigilant is another way to thwart infection. If your systems are slowing down for no apparent reason, disconnect from the internet and shut it down. Then, you can call your network security provider and seek their help. The Biden administration encourages businesses to beef up their cybersecurity programs and review their corporate security plans. Further, you should cooperate with the FBI and the Ransomware and Digital Extortion Task Force of the U.S. Department of Justice.
	</li>
</ul>

<p>
	 
</p>

<p>
	Aside from the technical aspect of assuring cybersecurity, sometimes it pays to go back to basics.
</p>

<p>
	 
</p>

<ul>
	<li>
		Use security training so your employees will have a better understanding of the importance and meaning of cybersecurity. In addition, employees should learn to ensure the protection of the entire company from cyber attacks.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		Train yourself and your staff not to click on links from unverified sources, as phishing emails are one of the methods to spread malware and make your company an easy target. Always scan emails, and notify employees of out-of-network emails.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		Practice creating regular backups of your data. Have at least two data backups and store them at separate locations. Grant access to your backup only to your most trusted staff.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		Use data encryption to protect emails, file exchanges, and personal information.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		Ensure that you upgrade all your applications regularly so you can fix vulnerabilities.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		Use password managers to ensure that all employees will have stronger passwords. Instruct employees to use different passwords to log in to the other applications you use in your company.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Conclusion</strong>
</p>

<p>
	 
</p>

<p>
	Ransomware attacks are rampant, due to their ease and profitability. Knowing about the activities of cybercriminal gangs and providing employee training on cybersecurity is vital. Combining technological expertise and basic security practices will help mitigate ransomware infection. However, it's important not to panic and know the security measures you should follow.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2021/08/why-is-there-surge-in-ransomware-attacks.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">1780</guid><pubDate>Fri, 13 Aug 2021 13:46:46 +0000</pubDate></item><item><title>Microsoft Exchange servers are getting hacked via ProxyShell exploits</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-exchange-servers-are-getting-hacked-via-proxyshell-exploits-r1777/</link><description><![CDATA[<p>
	Threat actors are actively exploiting Microsoft Exchange servers using the ProxyShell vulnerability to install backdoors for later access.
</p>

<p>
	 
</p>

<p>
	ProxyShell is the name of an attack that uses three chained Microsoft Exchange vulnerabilities to perform unauthenticated, remote code execution.
</p>

<p>
	 
</p>

<p>
	The three vulnerabilities, listed below, were discovered by Devcore Principal Security Researcher <a href="https://twitter.com/orange_8361" rel="external nofollow" target="_blank">Orange Tsai</a>, who chained them together to take over a Microsoft Exchange server in April's <a href="https://www.bleepingcomputer.com/news/security/researchers-earn-1-2-million-for-exploits-demoed-at-pwn2own-2021/" target="_blank" rel="external nofollow">Pwn2Own 2021 hacking contest</a>.
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34473" rel="external nofollow" target="_blank">CVE-2021-34473</a> - Pre-auth Path Confusion leads to ACL Bypass (Patched in April by <a href="https://support.microsoft.com/en-us/topic/description-of-the-security-update-for-microsoft-exchange-server-2019-2016-and-2013-april-13-2021-kb5001779-8e08f3b3-fc7b-466c-bbb7-5d5aa16ef064" rel="external nofollow" target="_blank">KB5001779</a>)
	</li>
	<li>
		<a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34523" rel="external nofollow" target="_blank">CVE-2021-34523</a> - Elevation of Privilege on Exchange PowerShell Backend (Patched in April by <a href="https://support.microsoft.com/en-us/topic/description-of-the-security-update-for-microsoft-exchange-server-2019-2016-and-2013-april-13-2021-kb5001779-8e08f3b3-fc7b-466c-bbb7-5d5aa16ef064" rel="external nofollow" target="_blank">KB5001779</a>)
	</li>
	<li>
		<a href="https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-31207" rel="external nofollow" target="_blank">CVE-2021-31207</a> - Post-auth Arbitrary-File-Write leads to RCE (Patched in May by <a href="https://support.microsoft.com/en-us/topic/description-of-the-security-update-for-microsoft-exchange-server-2019-2016-and-2013-may-11-2021-kb5003435-028bd051-b2f1-4310-8f35-c41c9ce5a2f1" rel="external nofollow" target="_blank">KB5003435</a>)
	</li>
</ul>

<p>
	 
</p>

<p>
	Last week, Orange Tsai gave a <a href="http://www.blackhat.com/us-21/briefings/schedule/index.html#proxylogon-is-just-the-tip-of-the-iceberg-a-new-attack-surface-on-microsoft-exchange-server-23442" rel="external nofollow" target="_blank">Black Hat talk</a> about recent Microsoft Exchange vulnerabilities he discovered when targeting the Microsoft Exchange Client Access Service (CAS) attack surface.
</p>

<p>
	 
</p>

<p>
	Tsai revealed that the ProxyShell exploit uses Microsoft Exchange's AutoDiscover feature to perform an SSRF attack as part of the talk.
</p>

<p>
	 
</p>

<p>
	After watching the talk, security researchers PeterJson and Nguyen Jang <a href="https://peterjson.medium.com/reproducing-the-proxyshell-pwn2own-exploit-49743a4ea9a1" rel="external nofollow" target="_blank">published</a> more detailed technical information about successfully reproducing the ProxyShell exploit.
</p>

<p>
	 
</p>

<p>
	Soon after, security researcher <a href="https://twitter.com/GossiTheDog" rel="external nofollow" target="_blank">Kevin Beaumont</a> began seeing threat actors <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-exchange-servers-scanned-for-proxyshell-vulnerability-patch-now/" target="_blank" rel="external nofollow">scan for Microsoft Exchange servers vulnerable to ProxyShell</a>.
</p>

<h2>
	ProxyShell actively exploited to drop webshells
</h2>

<p>
	Today, Beaumont and NCC Group's vulnerability researcher <a href="https://twitter.com/buffaloverflow" rel="external nofollow" target="_blank">Rich Warren</a> disclosed that threat actors have exploited their Microsoft Exchange honeypots using the ProxyShell vulnerability.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed9121731272" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/buffaloverflow/status/1425831100157349890" style="overflow: hidden; height: 562px;"></iframe>
</div>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed6222539843" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/GossiTheDog/status/1425844380376735746" style="overflow: hidden; height: 259px;"></iframe>
</div>

<p>
	 
</p>

<p>
	When exploiting Microsoft Exchange, the attackers are using an initial URL like:
</p>

<pre>https://Exchange-server/autodiscover/autodiscover.json?@foo.com/mapi/nspi/?&amp;Email=autodiscover/autodiscover.json%3F@foo.com</pre>

<p>
	Note: The email address listed in the URL does not have to exist and change between attackers.
</p>

<p>
	 
</p>

<p>
	The exploit is currently dropping a webshell that is 265KB in size to the 'c:\inetpub\wwwroot\aspnet_client\' folder.
</p>

<p>
	 
</p>

<p>
	Last week, Jang explained to BleepingComputer that 265KB is the minimum files size that can be created using the ProxyShell exploit due to its abuse of the <a href="https://docs.microsoft.com/en-us/powershell/module/exchange/new-mailboxexportrequest?view=exchange-ps" rel="external nofollow" target="_blank">Mailbox Export function of Exchange </a><a href="https://docs.microsoft.com/en-us/powershell/module/exchange/new-mailboxexportrequest?view=exchange-ps" rel="external nofollow" target="_blank">Powershell</a> to create PST files.
</p>

<p>
	 
</p>

<p>
	From a sample shared by Warren with BleepingComputer, the webshells consist of a simple authentication-protected script that the threat actors can use to upload files to the compromised Microsoft Exchange server.
</p>

<p>
	 
</p>

<p>
	Warren said the threat actors use the first webshell to upload an additional webshell to a remotely accessible folder and two executables to the C:\Windows\System32 folders, listed below:
</p>

<pre>C:\Windows\System32\createhidetask.exe
C:\Windows\System32\ApplicationUpdate.exe</pre>

<p>
	If the two executables can't be found, another webshell will be created in the following folder as random-named ASPX files.
</p>

<pre>C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\owa\auth\</pre>

<p>
	The attackers use the second webshell to launch the 'createhidetask.exe,' which creates a scheduled task named 'PowerManager' that launches the 'ApplicationUpdate.exe' executable at 1 AM every day.
</p>

<p>
	 
</p>

<p>
	Warren told BleepingComputer that the ApplicationUpdate.exe executable is a custom .NET loader used as a backdoor.
</p>

<p>
	 
</p>

<p>
	"ApplicationUpdate.exe is the .NET loader which fetches another .NET binary from a remote server (which is currently serving a benign payload)," explained Warren.
</p>

<p>
	 
</p>

<p>
	While the current payload is benign, it is expected to be swapped out with a malicious payload once enough servers are compromised.
</p>

<p>
	 
</p>

<p>
	Cybersecurity intelligence firm <a href="https://badpackets.net/" rel="external nofollow" target="_blank">Bad Packets</a> told BleepingComputer that they currently see threat actors scan for vulnerable ProxyShell devices from IP addresses in the USA, Iran, and the Netherlands.
</p>

<p>
	 
</p>

<p>
	The known addresses are:
</p>

<p>
	 
</p>

<ul>
	<li>
		3.15.221.32
	</li>
	<li>
		194.147.142.0/24
	</li>
</ul>

<p>
	 
</p>

<p>
	BadPackets also said that the email domains used in the scans have been from @abc.com and @1337.com, as shown below.
</p>

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

		<p>
			<img alt="badpackets-scan.jpg" class="ipsImage" data-ratio="75.10" height="540" width="601" src="https://www.bleepstatic.com/images/news/security/microsoft/exchange/proxyshell/active-exploitation/backdoors/badpackets-scan.jpg">
		</p>

		<figcaption>
			Bad Packets detecting a ProxyShell scan
		</figcaption>
	</figure>
</div>

<p>
	Now that threat actors are actively exploiting vulnerable Microsoft Exchange servers, Beaumont advises admins to perform Azure Sentinel queries to check if their devices have been scanned.
</p>

<pre>W3CIISLog
| where csUriStem == "/autodiscover/autodiscover.json"
| where csUriQuery has "PowerShell" | where csMethod == "POST"</pre>

<p>
	For those who have not updated their Microsoft Exchange server recently, it is strongly recommended to do so immediately.
</p>

<p>
	 
</p>

<p>
	As the previous <a href="https://www.bleepingcomputer.com/news/security/microsoft-fixes-actively-exploited-exchange-zero-day-bugs-patch-now/" target="_blank" rel="external nofollow">ProxyLogon attacks</a> led to <a href="https://www.bleepingcomputer.com/news/security/dearcry-ransomware-attacks-microsoft-exchange-with-proxylogon-exploits/" target="_blank" rel="external nofollow">ransomware</a>, malware, and data theft on exposed servers, we will likely see similar attacks using ProxyShell.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-exchange-servers-are-getting-hacked-via-proxyshell-exploits/" rel="external nofollow">Microsoft Exchange servers are getting hacked via ProxyShell exploits</a>
</p>
]]></description><guid isPermaLink="false">1777</guid><pubDate>Fri, 13 Aug 2021 05:07:07 +0000</pubDate></item><item><title>Notorious AlphaBay darknet market comes back to life</title><link>https://nsaneforums.com/news/security-privacy-news/notorious-alphabay-darknet-market-comes-back-to-life-r1771/</link><description><![CDATA[<p>
	The AlphaBay darkweb market has come back to life after an administrator of the original project relaunched it over the weekend.
</p>

<p>
	 
</p>

<p>
	At the same time, the admin announced plans for setting up a platform for darknet markets to set up shop with a strong focus on anonymity.
</p>

<h3>
	AlphaBay OG announces comeback
</h3>

<p>
	AlphaBay started in 2014 and it became the largest darknet market. The business ended when <a href="https://www.bleepingcomputer.com/news/security/alphabay-dark-web-market-taken-down-after-law-enforcement-raids/" target="_blank" rel="external nofollow">law enforcement took it down</a> on July 5, 2017.
</p>

<p>
	 
</p>

<p>
	In Thailand, the police arrested Alexander Cazes, a Canadian citizen using the online alias Alpha02/Admin and one of the two AlphaBay administrators.
</p>

<p>
	 
</p>

<p>
	Someone named DeSnake was the other partner, responsible for the security of the market, and was never caught by the police.
</p>

<p>
	 
</p>

<p>
	At the end of last week, DeSnake announced on a dark web forum that the AlphaBay market reopened and was ready for business.
</p>

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

		<p>
			<img alt="DeSnake_AlphaBay03.png" class="ipsImage" data-ratio="73.89" height="321" width="720" src="https://www.bleepstatic.com/images/news/u/1100723/2021/DeSnake_AlphaBay03.png">
		</p>

		<figcaption>
			source: <a href="https://www.linkedin.com/pulse/alphabay-darknet-market-back-tom-robinson/" rel="external nofollow" target="_blank">Tom Robinson</a>
		</figcaption>
	</figure>
</div>

<p>
	<a href="https://twitter.com/tomrobin" rel="external nofollow">Tom Robinson</a>, co-founder of blockchain analysis company <a href="https://www.elliptic.co/" rel="external nofollow">Elliptic</a>, found DeSnake’s messages to the darknet market community, where they introduced themselves as the “security administrator and co-founder of AlphaBay.”
</p>

<p>
	 
</p>

<p>
	DeSnake provided their original public PGP key used in the heydays of the illegal market to prove their claims, allowing anyone to verify the identity on public PGP keyservers:
</p>

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

		<p>
			<img alt="DeSnake_AlphaBay01.jpg" class="ipsImage" data-ratio="21.34" height="131" width="614" src="https://www.bleepstatic.com/images/news/u/1100723/2021/DeSnake_AlphaBay01.jpg">
		</p>

		<figcaption>
			source: BleepingComputer
		</figcaption>
	</figure>
</div>

<p>
	One darknet user confirmed DeSnake’s key and that they were part of the original AlphaBay tech staff. Another one confirmed the admin’s identity after private conversations on “things that only he knew as a staff member of AlphaBay.”
</p>

<p>
	 
</p>

<p>
	One concern is that the admin may be doing this project from a compromised position, following instructions from law enforcement to trap vendors of illegal products.
</p>

<h3>
	One network for many markets
</h3>

<p>
	In a lengthy, five-part statement, DeSnake explains that they want to set new standards for a sustainable model and build a “professionally-run, anonymous, secure marketplace.”
</p>

<p>
	 
</p>

<p>
	The vision down the line is bigger than this, though. DeSnake aims to develop an autonomous and anonymous Decentralized Market Network where anyone can set up a marketplace.
</p>

<p>
	 
</p>

<p>
	From their description, it looks like an Amazon of darknet markets that allows vendors and buyers to roam from one market to another using one account and without having to trust any of them with their cryptocurrency.
</p>

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

		<p>
			<img alt="DeSnake_AlphaBay02.jpg" class="ipsImage" data-ratio="38.14" height="238" width="624" src="https://www.bleepstatic.com/images/news/u/1100723/2021/DeSnake_AlphaBay02.jpg">
		</p>

		<figcaption>
			source: BleepingComputer
		</figcaption>
	</figure>
</div>

<p>
	DeSnake says that the new AlphaBay has been built to last, using secure and audited code, bulletproof servers, and safeguards against disruptions caused by hardware failure, police raids, or seizures.
</p>

<p>
	 
</p>

<p>
	The admin also advertised an automated system called AlphaGuard that “assures users/vendors can access their wallet funds (including escrow) at any time on I2P/Tor.”
</p>

<p>
	 
</p>

<p>
	Another system in place is Automatic Dispute Solver, which aims at solving problems between buyers and sellers without the intervention of a moderator.
</p>

<p>
	 
</p>

<p>
	DeSnake also laid out a set of rules for the new AlphaBay to avoid drawing unnecessary attention from law enforcement:
</p>

<p>
	 
</p>

<ul>
	<li>
		NO harming others (hitman service etc.)
	</li>
	<li>
		NO guns/guns discussions (even for self-defense)
	</li>
	<li>
		NO erotica/porn of any sorts (logins for major sites are okay)
	</li>
	<li>
		NO fentanyl or fentanyl-laced/based substances
	</li>
	<li>
		NO Covid-19 vaccines of any sorts
	</li>
	<li>
		NO doxing or threats of doxing
	</li>
	<li>
		NO any Russia/Belarus/Kazakhstan/Armenia/Kyrgyzstan-related activity (people, organizations, governments) or citizens data
	</li>
	<li>
		NO ransomware selling, recruiting for access to deploy ransomware or ransomware discussions
	</li>
</ul>

<p>
	 
</p>

<p>
	Flashpoint researchers <a href="https://www.flashpoint-intel.com/blog/whats-old-is-new-again-alphabay-re-emerges/" rel="external nofollow" target="_blank">note</a> that the rule restricting activity related to former Soviet Union countries is typical for threat actors based in those regions, to avoid scrutiny from local law enforcement.
</p>

<p>
	 
</p>

<p>
	AlphaBay now uses only Monero cryptocurrency and currently has only two featured listings, both for drugs.
</p>

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

		<p>
			<img alt="Alphabay_Listing.jpg" class="ipsImage" data-ratio="75.10" height="540" width="616" src="https://www.bleepstatic.com/images/news/u/1100723/2021/Alphabay_Listing.jpg">
		</p>

		<figcaption>
			source: BleepingComputer
		</figcaption>
	</figure>
</div>

<p>
	Statistics for the forum show 19 members that exchanged 72 messages.
</p>

<p>
	 
</p>

<p>
	In its glory days, AlphaBay <a href="https://www.europol.europa.eu/newsroom/news/massive-blow-to-criminal-dark-web-activities-after-globally-coordinated-operation" rel="external nofollow">served over 200 000 users</a> and 40 000 vendors. It had more than 250,000 listings for drugs and toxic chemicals alone.
</p>

<p>
	 
</p>

<p>
	Stolen and fake identification documents, malware, hacking tools, firearms, and fraudulent services accounted for another 100,000 listings.
</p>

<p>
	 
</p>

<p>
	It is estimated that the market transacted at least $1 billion worth of cryptocurrency (mostly Bitcoin) since its creation.
</p>

<p>
	 
</p>

<p>
	By comparison, the infamous SilkRoad had a little over 950,000 users and about 14,000 listings, most of them for drugs. It transacted 9.5 million bitcoins in two-years time, valued at $1.2 billion at the time.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/notorious-alphabay-darknet-market-comes-back-to-life/" rel="external nofollow">Notorious AlphaBay darknet market comes back to life</a>
</p>
]]></description><guid isPermaLink="false">1771</guid><pubDate>Thu, 12 Aug 2021 23:48:22 +0000</pubDate></item><item><title>Netflix is adding residential IP addresses to its VPN blocklists</title><link>https://nsaneforums.com/news/security-privacy-news/netflix-is-adding-residential-ip-addresses-to-its-vpn-blocklists-r1770/</link><description><![CDATA[<header>
	<h2 itemprop="description">
		<span style="font-size:16px;">Netflix's new "VPN" block policies can catch innocent users in the crossfire.</span>
	</h2>
</header>

<section>
	<div itemprop="articleBody">
		<p>
			Netflix blocks known commercial VPNs and proxies from accessing its services in order to preserve its <a href="https://en.wikipedia.org/wiki/Geo-fence" rel="external nofollow">geofencing</a>—partitioning access to content based on a user's real-world location. Users who connect to a commercial VPN or proxy provider endpoint in another country can <a href="https://www.techradar.com/vpn/bbc-iplayer-vpn" rel="external nofollow">access</a> content licensed for viewing in the endpoint country—but not in the viewer's own.
		</p>

		<p>
			 
		</p>

		<p>
			Recently, as <a href="https://torrentfreak.com/netflix-intensifies-vpn-ban-and-targets-residential-ip-addresses-too-210811/" rel="external nofollow">reported</a> by TorrentFreak, Netflix began including putatively residential IP subnets in its blocklists.
		</p>

		<h2>
			Cat and mouse
		</h2>

		<p>
			Since Netflix first began blocking commercial VPN and proxy providers in <a href="https://torrentfreak.com/netflix-cracks-down-on-vpn-and-proxy-pirates-150103/" rel="external nofollow">2015</a>, those services have fought back by finding ways to evade its and other streaming services' blocking attempts. The simplest way is just to discard an existing subnet that's been widely identified as "VPN/proxy" and purchase another, "clean" space. This move can buy a blocklist evader a few days or even weeks before the new subnet is added to the list.
		</p>

		<p>
			 
		</p>

		<p>
			This basic conflict between VPN providers eager to keep region-shifting customers happy and streaming services trying to keep content licensers pacified led to a six-year-long cat-and-mouse game. Both sides are pretty cagey about the technical details, but one technique the VPN providers use is leasing IP addresses in supposedly "residential" IP subnets to use as exit proxies.
		</p>

		<p>
			 
		</p>

		<p>
			One commercial VPN provider told TorrentFreak that recently, Netflix began blocking those "residential" proxy addresses as well—with some readily apparent collateral damage. "You have hundreds of thousands of legitimate residential Netflix subscribers blocked," WeVPN's spokesperson said.
		</p>

		<h2>
			Scope of damage
		</h2>

		<p>
			Falling afoul of Netflix's VPN block doesn't hurt quite as badly these days as it did in 2015. Instead of an outright ban on devices coming from a blocked IP address, the service now somewhat selectively removes access to region-locked content.
		</p>

		<p>
			 
		</p>

		<p>
			If you want to watch Netflix originals across a VPN, you can do so whether your endpoint is on the service's blocklist or not, but region-locked content will be hidden from view, neither browsable nor playable. A clever user who tries to access hidden content using a deep link directly to that content gets a "Pardon the interruption" error dialog asking the user to turn off VPNs and proxies instead.
		</p>

		<p>
			 
		</p>

		<p>
			Although WeVPN claims "hundreds of thousands of users" who don't use VPNs or proxies have been caught in the crossfire, the real numbers aren't yet clear. Some Redditors <a href="https://www.reddit.com/r/netflix/comments/p1trnt/help_netflix_shows_not_showing_over_but_showing/" rel="external nofollow">report</a> "missing content" when accessed over Wi-Fi, with the same content showing up again on mobile data. This situation corresponds to Netflix's current VPN blocklist policies. A similar user <a href="https://twitter.com/raymond_clum/status/1425333580352393218" rel="external nofollow">report</a> on Twitter got an odd response from Netflix pointing the finger right back at the user's ISP:
		</p>

		<p>
			 
		</p>

		<div class="ipsEmbeddedOther" contenteditable="false">
			<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed5430436726" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/raymond_clum/status/1425333580352393218?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1425348748482334724%257Ctwgr%255E%257Ctwcon%255Es2_%26ref_url=https://arstechnica.com/gadgets/2021/08/netflix-is-adding-residential-ip-addresses-to-its-vpn-blocklists/" style="overflow: hidden; height: 283px;"></iframe>
		</div>

		<p>
			 
		</p>

		<p>
			Some tech-savvy Netflix users have reported working around the false-block issue by releasing their public IP address and getting a new one—but that approach only helps if you know what you're doing, your ISP issues DHCP addresses, and the lease on those addresses is relatively short. We aren't very optimistic about outcomes for customers who don't meet all those criteria and are stuck calling into ISP support departments not primed for this sort of call.
		</p>
	</div>
</section>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2021/08/netflix-is-adding-residential-ip-addresses-to-its-vpn-blocklists/" rel="external nofollow">Netflix is adding residential IP addresses to its VPN blocklists</a>
</p>
]]></description><guid isPermaLink="false">1770</guid><pubDate>Thu, 12 Aug 2021 23:43:31 +0000</pubDate></item><item><title>Experts Shed Light On New Russian Malware-as-a-Service Written in Rust</title><link>https://nsaneforums.com/news/security-privacy-news/experts-shed-light-on-new-russian-malware-as-a-service-written-in-rust-r1757/</link><description><![CDATA[<p>
	A nascent information-stealing malware sold and distributed on underground Russian underground forums has been written in Rust, signalling a new trend where threat actors are increasingly adopting exotic programming languages to bypass security protections, evade analysis, and hamper reverse engineering efforts.
</p>

<p>
	 
</p>

<p>
	Dubbed "Ficker Stealer," it's notable for being propagated via Trojanized web links and compromised websites, luring in victims to scam landing pages purportedly offering free downloads of legitimate paid services like Spotify Music, YouTube Premium, and other Microsoft Store applications.
</p>

<p>
	 
</p>

<p>
	"Ficker is sold and distributed as Malware-as-a-Service (MaaS), via underground Russian online forums," BlackBerry's research and intelligence team said in a report published today. "Its creator, whose alias is @ficker, offers several paid packages, with different levels of subscription fees to use their malicious program."
</p>

<p>
	 
</p>

<p>
	First seen in the wild in August 2020, the Windows-based malware is used to steal sensitive information, including login credentials, credit card information, cryptocurrency wallets, and browser information, in addition to functioning as a tool to grab sensitive files from the compromised machine, and act as a downloader to download and execute additional second-stage malware.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="malware.jpg" class="ipsImage" data-ratio="25.42" height="180" width="720" src="https://thehackernews.com/images/-ktInV_EJHNY/YRUrXPL854I/AAAAAAAADg4/Z1JHbeuwzZwQHGFWX4uPXMaWiOXGvCkeQCLcBGAsYHQ/s728-e1000/malware.jpg" />
</p>

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

<p>
	Additionally, Ficker is known to be delivered through spam campaigns, which involve sending targeted phishing emails with weaponized macro-based Excel document attachments that, when opened, drops the Hancitor loader, which then injects the final payload using a technique called process hollowing to avoid detection and mask its activities.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="malware-as-a-service.jpg" class="ipsImage" data-ratio="56.81" height="405" width="720" src="https://thehackernews.com/images/-Tc-xbFXAsYo/YRUq0x7vEWI/AAAAAAAADgw/rVf_0DYNPFAxZpen_s6_-E1_9rEI93E4wCLcBGAsYHQ/s728-e1000/malware-as-a-service.jpg" />
</p>

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

<p>
	In the months that followed since its discovery, the digital threat has been found leveraging DocuSign-themed lures to install a Windows binary from an attacker-controlled server. CyberArk, in an analysis of the Ficker malware last month, noted its heavily obfuscated nature and Rust roots, making the analysis more difficult, if not prohibitive.
</p>

<p>
	 
</p>

<p>
	"Once the fake DocuSign document is opened and its malicious macro code is allowed to run, Hancitor will often reach out to its command-and-control (C2) infrastructure to receive a malicious URL containing a sample of Ficker to download," BlackBerry researchers said.
</p>

<p>
	 
</p>

<p>
	Aside from relying on obfuscation techniques, the malware also incorporates other anti-analysis checks that prevent it from running on virtualized environments and on victim machines located in Armenia, Azerbaijan, Belarus, Kazakhstan, Russia, and Uzbekistan. Also worthy of particular note is that, unlike traditional information stealers, Ficker is designed to execute the commands and exfiltrate the information directly to the operators instead of writing the stolen data to disk.
</p>

<p>
	 
</p>

<p>
	"The malware also has screen-capturing abilities, which allow the malware's operator to remotely capture an image of the victim's screen. The malware also enables file-grabbing and additional downloading capabilities once connection to its C2 is established," the researchers said. "Once information is sent back to Ficker's C2, the malware owner can access and search for all exfiltrated data."
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2021/08/experts-shed-light-on-new-russian.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">1757</guid><pubDate>Thu, 12 Aug 2021 16:02:18 +0000</pubDate></item><item><title>IT Giant Accenture Hit by LockBit Ransomware; Hackers Threaten to Leak Data</title><link>https://nsaneforums.com/news/security-privacy-news/it-giant-accenture-hit-by-lockbit-ransomware-hackers-threaten-to-leak-data-r1756/</link><description><![CDATA[<p>
	Global IT consultancy giant Accenture has become the latest company to be hit by the LockBit ransomware gang, according to a post made by the operators on their dark web portal, likely filling a void left in the wake of DarkSide and REvil shutdown.
</p>

<p>
	 
</p>

<p>
	"These people are beyond privacy and security. I really hope that their services are better than what I saw as an insider," read a message posted on the data leak website. Accenture said it has since restored the affected systems from backups.
</p>

<p>
	 
</p>

<p>
	LockBit, like its now-defunct DarkSide and REvil counterparts, operates using a ransomware-as-a-service (RaaS) model, roping in other cybercriminals (aka affiliates) to carry out the intrusion using its platform, with the payments often divided between the criminal entity directing the attack and the core developers of the malware.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="ransomware.jpg" class="ipsImage" data-ratio="24.03" height="171" width="720" src="https://thehackernews.com/images/-xOuridSozyY/YRTNMY2kloI/AAAAAAAADgo/OJ0cNrTm_3s4B64MIb-EhRmV9xw6cqP-ACLcBGAsYHQ/s0/ransomware.jpg" />
</p>

<p>
	 
</p>

<p>
	The ransomware group emerged on the threat landscape in September 2019, and in June 2021 launched LockBit 2.0 along with an advertising campaign to recruit new partners. "LockBit also claims to offer the fastest data exfiltration on the market through StealBit, a data theft tool that can allegedly download 100 GB of data from compromised systems in under 20 minutes," Emsisoft noted in a profile of the crime syndicate.
</p>

<p>
	 
</p>

<p>
	Some of LockBit's past victims include the Press Trust of India and Merseyrail.
</p>

<p>
	 
</p>

<p>
	The development comes as ransomware incidents have become a critical threat to national and economic security that have left businesses scrambling to pay hefty extortion demands.
</p>

<p>
	 
</p>

<p>
	The spike in attacks against corporate and critical infrastructure have also been increasingly accompanied by a tactic called "triple extortion," wherein sensitive data on a target's systems is extracted prior to locking up through encryption, followed by applying pressure on victim companies into paying up by threatening to publish the stolen data online, failing which, the attackers then adopt a third phase, using that data to blackmail its customers or launch DDoS attacks.
</p>

<p>
	 
</p>

<p>
	"Through our security controls and protocols, we identified irregular activity in one of our environments. We immediately contained the matter and isolated the affected servers. We fully restored our affected systems from back up. There was no impact on Accenture's operations, or on our clients' systems," Accenture said in a statement shared with The Hacker News.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2021/08/it-giant-accenture-hit-by-lockbit.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">1756</guid><pubDate>Thu, 12 Aug 2021 15:05:08 +0000</pubDate></item><item><title>Hacker behind biggest cryptocurrency heist ever returns stolen funds</title><link>https://nsaneforums.com/news/security-privacy-news/hacker-behind-biggest-cryptocurrency-heist-ever-returns-stolen-funds-r1751/</link><description><![CDATA[<p>
	The threat actor who hacked Poly Network's cross-chain interoperability protocol yesterday to steal over $600 million worth of cryptocurrency assets is now returning the stolen funds.
</p>

<p>
	 
</p>

<p>
	As the Chinese decentralized finance (DeFi) platform Poly Network shared two hours ago, the hacker has already returned almost <a href="https://twitter.com/PolyNetwork2/status/1425509322126024708" rel="external nofollow" target="_blank">$260 million worth of stolen cryptocurrency</a>.
</p>

<p>
	 
</p>

<p>
	In total, the attacker has transferred back $256 million Binance Smart Chain (BSC) tokens, $3.3 million in Ethereum tokens, and $1 million in USD Coin (USDC) on the Polygon network.
</p>

<p>
	 
</p>

<p>
	To send back all the stolen funds, the hacker still has to return another $269 million on Ethereum and $84 million on Polygon.
</p>

<h2>
	Motives behind returning the stolen assets unknown
</h2>

<p>
	The threat actor <a href="https://twitter.com/tomrobin/status/1425487745166753794" rel="external nofollow" target="_blank">explained the motivation for the hack</a> by embedding Q&amp;A messages in transactions (as Elliptic Chief Scientist and Co-founder <a href="https://twitter.com/tomrobin" rel="external nofollow" target="_blank">Tom Robinson</a> found), the motives behind their decision to give back the stolen cryptocurrency are not yet known.
</p>

<p>
	 
</p>

<p>
	However, it could have been prompted by blockchain security firm SlowMist's <a href="https://twitter.com/SlowMist_Team/status/1425129918489239556" rel="external nofollow" target="_blank">claims</a> that it traced the attacker's email address, IP address, and device fingerprint.
</p>

<p>
	 
</p>

<p>
	SlowMist also discovered that the assets used to fund the attack were Monero (XMR) exchanged to BNB, ETH, MATIC, and other tokens.
</p>

<p>
	 
</p>

<p>
	In a weird twist of events, Poly Network also urged the hacker to return the cryptocurrency stolen from "thousands of crypto community members" to avoid landing <a href="https://twitter.com/PolyNetwork2/status/1425123153009803267" rel="external nofollow" target="_blank">on law enforcement's radar</a>.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed3149574070" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/PolyNetwork2/status/1425123153009803267?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1425123153009803267%257Ctwgr%255E%257Ctwcon%255Es1_%26ref_url=https://www.bleepingcomputer.com/news/security/hacker-behind-biggest-cryptocurrency-heist-ever-returns-stolen-funds/" style="overflow: hidden; height: 466px;"></iframe>
</div>

<h2>
	The biggest cryptocurrency hack ever
</h2>

<p>
	Following a preliminary investigation of the attack, Poly Network <a href="https://twitter.com/PolyNetwork2/status/1425130017546149891" rel="external nofollow" target="_blank">said</a> the threat actor exploited a vulnerability between contract calls which allowed them to gain ownership of funds and transfer them to attacker-controlled wallets:
</p>

<p>
	 
</p>

<ul>
	<li>
		Ethereum: <a href="https://etherscan.io/address/0xc8a65fadf0e0ddaf421f28feab69bf6e2e589963" rel="external nofollow" target="_blank">0xC8a65Fadf0e0dDAf421F28FEAb69Bf6E2E589963</a>
	</li>
	<li>
		Binance Smart Chain: <a href="https://bscscan.com/address/0x0d6e286a7cfd25e0c01fee9756765d8033b32c71" rel="external nofollow" target="_blank">0x0D6e286A7cfD25E0c01fEe9756765D8033B32C71</a>
	</li>
	<li>
		Polygon: <a href="https://polygonscan.com/address/0x5dc3603C9D42Ff184153a8a9094a73d461663214" rel="external nofollow" target="_blank">0x5dc3603C9D42Ff184153a8a9094a73d461663214</a>
	</li>
</ul>

<p>
	 
</p>

<p>
	"This attack is mainly because the keeper of the EthCrossChainData contract can be modified by the EthCrossChainManager contract, and the verifyHeaderAndExecuteTx function of the EthCrossChainManager contract can execute the data passed in by the user through the _executeCrossChainTx function," SlowMist further <a href="https://twitter.com/SlowMist_Team/status/1425199225697030146" rel="external nofollow" target="_blank">explained</a>.
</p>

<p>
	 
</p>

<p>
	"Therefore, the attacker uses this function to pass in carefully constructed data to modify the keeper of the EthCrossChainData contract."
</p>

<p>
	 
</p>

<p>
	After Poly Network disclosed the attack, Binance CEO Changpeng Zhao <a href="https://twitter.com/cz_binance/status/1425091869709570060?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1425091869709570060%7Ctwgr%5E%7Ctwcon%5Es1_&amp;ref_url=https%3A%2F%2Fwww.bleepingcomputer.com%2Fnews%2Fsecurity%2Fover-600-million-reportedly-stolen-in-cryptocurrency-hack%2F" rel="external nofollow" target="_blank">said</a> the company was coordinating with security partners to remediate the situation.
</p>

<p>
	 
</p>

<p>
	<a href="https://twitter.com/JayHao8/status/1425094897976193034" rel="external nofollow" target="_blank">OKEx</a>, <a href="https://twitter.com/paoloardoino/status/1425090760609832978" rel="external nofollow" target="_blank">Tether</a>, and <a href="https://twitter.com/DujunX/status/1425100770588954626" rel="external nofollow" target="_blank">Huobi</a> also added that their security teams were working on freezing cryptocurrency assets identified as stolen in the attack.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/hacker-behind-biggest-cryptocurrency-heist-ever-returns-stolen-funds/" rel="external nofollow">Hacker behind biggest cryptocurrency heist ever returns stolen funds</a>
</p>
]]></description><guid isPermaLink="false">1751</guid><pubDate>Wed, 11 Aug 2021 22:29:34 +0000</pubDate></item><item><title>Bugs in Managed DNS Services Cloud Let Attackers Spy On DNS Traffic</title><link>https://nsaneforums.com/news/security-privacy-news/bugs-in-managed-dns-services-cloud-let-attackers-spy-on-dns-traffic-r1750/</link><description><![CDATA[<p>
	Cybersecurity researchers have disclosed a new class of vulnerabilities impacting major DNS-as-a-Service (DNSaaS) providers that could allow attackers to exfiltrate sensitive information from corporate networks.
</p>

<p>
	 
</p>

<p>
	"We found a simple loophole that allowed us to intercept a portion of worldwide dynamic DNS traffic going through managed DNS providers like Amazon and Google," researchers Shir Tamari and Ami Luttwak from infrastructure security firm Wiz said.
</p>

<p>
	 
</p>

<p>
	Calling it a "bottomless well of valuable intel," the treasure trove of information contains internal and external IP addresses, computer names, employee names and locations, and details about organizations' web domains. The findings were presented at the Black Hat USA 2021 security conference last week.
</p>

<p>
	 
</p>

<p>
	"The traffic that leaked to us from internal network traffic provides malicious actors all the intel they would ever need to launch a successful attack," the researchers added. "More than that, it gives anyone a bird's eye view on what's happening inside companies and governments. We liken this to having nation-state level spying capability – and getting it was as easy as registering a domain."
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="dns.jpg" class="ipsImage" data-ratio="58.06" height="414" width="720" src="https://thehackernews.com/images/-tSeXnY-flNM/YRO6I-WkzUI/AAAAAAAADgA/KhZYXKsZdJ0KeIz1FPbOW8W4Xp-pvlu2QCLcBGAsYHQ/s0/dns.jpg" />
</p>

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

<p>
	The exploitation process hinges on registering a domain on Amazon's Route53 DNS service (or Google Cloud DNS) with the same name as the DNS name server — which provides the translation (aka resolution) of domain names and hostnames into their corresponding Internet Protocol (IP) addresses — resulting in a scenario that effectively breaks the isolation between tenants, thus allowing valuable information to be accessed.
</p>

<p>
	 
</p>

<p>
	In other words, by creating a new domain on the Route53 platform inside AWS name server with the same moniker and pointing the hosted zone to their internal network, it causes the Dynamic DNS traffic from Route53 customers' endpoints to be hijacked and sent directly to the rogue and same-named server, thus creating an easy pathway into mapping corporate networks.
</p>

<p>
	 
</p>

<p>
	"The dynamic DNS traffic we wiretapped came from over 15,000 organizations, including Fortune 500 companies, 45 U.S.
</p>

<p>
	 
</p>

<p>
	government agencies, and 85 international government agencies," the researchers said. "The data included a wealth of valuable intel like internal and external IP addresses, computer names, employee names, and office locations."
</p>

<p>
	 
</p>

<p>
	While Amazon and Google have since patched the issues, the Wiz research team has also released a tool to let companies test if their internal DDNS updates are being leaked to DNS providers or malicious actors.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2021/08/bugs-in-managed-dns-services-cloud-let.html" rel="external nofollow">Source</a></strong>
</p>

<p>
	 
</p>

<p style="text-align:center;">
	 
</p>
]]></description><guid isPermaLink="false">1750</guid><pubDate>Wed, 11 Aug 2021 22:24:23 +0000</pubDate></item><item><title>New AdLoad malware variant slips through Apple's XProtect defenses</title><link>https://nsaneforums.com/news/security-privacy-news/new-adload-malware-variant-slips-through-apples-xprotect-defenses-r1749/</link><description><![CDATA[<div>
	<p>
		A new AdLoad malware variant is slipping through Apple's YARA signature-based XProtect built-in antivirus tech to infect Macs as part of multiple campaigns tracked by American cybersecurity firm SentinelOne.
	</p>

	<p>
		 
	</p>

	<p>
		AdLoad is a widespread trojan targeting the macOS platform since <a href="https://labs.sentinelone.com/how-adload-macos-malware-continues-to-adapt-evade/" rel="external nofollow" target="_blank">at least since late 2017</a> and used to deploy various malicious payloads, including adware and Potentially Unwanted Applications (PUAs), 
	</p>

	<p>
		 
	</p>

	<p>
		This malware can also <a href="https://blog.malwarebytes.com/detections/trojan-adload/" rel="external nofollow" target="_blank">harvest system information</a> that later gets sent to remote servers controlled by its operators.
	</p>

	<h2>
		Increasingly active since July
	</h2>

	<p>
		These massive scale and ongoing attacks have started as early as November 2020, <a href="https://labs.sentinelone.com/massive-new-adload-campaign-goes-entirely-undetected-by-apples-xprotect/" rel="external nofollow" target="_blank">according to SentinelOne threat researcher Phil Stokes</a>, with an increase in activity beginning with July and the beginning of August.
	</p>

	<p>
		 
	</p>

	<p>
		Once it infects a Mac, AdLoad will install a Man-in-The-Middle (MiTM) web proxy to hijack search engine results and inject advertisements into web pages for monetary gain.
	</p>

	<p>
		 
	</p>

	<p>
		It will also gain persistence on infected Macs by installing LaunchAgents and LaunchDaemons and, in some cases, user cronjobs that run every two and a half hours.
	</p>

	<p>
		 
	</p>

	<p>
		While monitoring this campaign, the researcher observed more than 220 samples, 150 of them unique and undetected by Apple's built-in antivirus even though XProtect now comes with roughly a dozen AdLoad signatures.
	</p>

	<p>
		 
	</p>

	<p>
		Many of the samples detected by SentinelOne are also <a href="https://support.apple.com/guide/security/app-code-signing-process-sec3ad8e6e53/web" rel="external nofollow" target="_blank">signed</a> with valid Apple-issued Developer ID certificates, while others are also notarized to run under default <a href="https://support.apple.com/guide/security/gatekeeper-and-runtime-protection-sec5599b66df/1/web/1" rel="external nofollow" target="_blank">Gatekeeper</a> settings.
	</p>

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

			<p>
				<img alt="XProtect%20AdLoad%20signatures.jpg" class="ipsImage" data-ratio="71.39" height="231" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2021/XProtect%20AdLoad%20signatures.jpg">
			</p>

			<figcaption>
				XProtect AdLoad signatures (SentinelOne)
			</figcaption>
		</figure>
	</div>

	<p>
		"At the time of writing, XProtect was last updated around June 15th. None of the samples we found are known to XProtect since they do not match any of the scanner’s current set of Adload rules," Stokes concluded.
	</p>

	<p>
		 
	</p>

	<p>
		"The fact that hundreds of unique samples of a well-known adware variant have been circulating for at least 10 months and yet still remain undetected by Apple’s built-in malware scanner demonstrates the necessity of adding further endpoint security controls to Mac devices."
	</p>

	<h2>
		Hard to ignore threat
	</h2>

	<p>
		To put things into perspective, Shlayer, another common macOS malware strain that has also been able to bypass XProtect before and infect Macs with other malicious payloads, has hit <a href="https://www.bleepingcomputer.com/news/security/10-percent-of-all-macs-shlayered-malware-cocktail-served/" target="_blank" rel="external nofollow">over 10% of all Apple computers</a> monitored by Kaspersky.
	</p>

	<p>
		 
	</p>

	<p>
		Its creators also got their malware <a href="https://www.bleepingcomputer.com/news/security/malware-authors-trick-apple-into-trusting-malicious-shlayer-apps/" target="_blank" rel="external nofollow">through Apple's automated notarizing pro</a>cess and included the ability to <a href="https://www.bleepingcomputer.com/news/security/shlayer-malware-disables-macos-gatekeeper-to-run-unsigned-payloads/" target="_blank" rel="external nofollow">disable the Gatekeeper protection mechanism</a> to run unsigned second-stage payloads.
	</p>

	<p>
		 
	</p>

	<p>
		Shlayer also <a href="https://www.bleepingcomputer.com/news/security/apple-fixes-macos-zero-day-bug-exploited-by-shlayer-malware/" target="_blank" rel="external nofollow">recently exploited a macOS zero-day</a> to bypass Apple's File Quarantine, Gatekeeper, and Notarization security checks and download second-stage malicious payloads on compromised Macs.
	</p>

	<p>
		 
	</p>

	<p>
		While both AdLoad and Shlayer now only deploy adware and bundleware as secondary payloads, their creators can quickly switch to more dangerous malware, including ransomware or wipers, at any time.
	</p>

	<p>
		 
	</p>

	<p>
		"Today, we have a level of malware on the Mac that we don’t find acceptable and that is much worse than iOS," <a href="https://www.cnbc.com/2021/05/19/apples-head-of-software-says-current-level-of-mac-malware-is-not-acceptable.html" rel="external nofollow" target="_blank">said</a> Craig Federighi, Apple’s head of software, under oath while testifying in the Epic Games vs. Apple trial in May.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/apple/new-adload-malware-variant-slips-through-apples-xprotect-defenses/" rel="external nofollow">New AdLoad malware variant slips through Apple's XProtect defenses</a>
</p>
]]></description><guid isPermaLink="false">1749</guid><pubDate>Wed, 11 Aug 2021 22:24:22 +0000</pubDate></item><item><title>Kaseya's universal REvil decryption key leaked on a hacking forum</title><link>https://nsaneforums.com/news/security-privacy-news/kaseyas-universal-revil-decryption-key-leaked-on-a-hacking-forum-r1748/</link><description><![CDATA[<div>
	<p>
		The universal decryption key for REvil's attack on Kaseya's customers has been leaked on hacking forums allowing researchers their first glimpse of the mysterious key.
	</p>

	<p>
		 
	</p>

	<p>
		On July 2nd, the REvil ransomware gang <a href="https://www.bleepingcomputer.com/news/security/revil-ransomware-hits-1-000-plus-companies-in-msp-supply-chain-attack/" target="_blank" rel="external nofollow">launched a massive attack</a> on managed service providers worldwide by exploiting a zero-day vulnerability in the Kaseya VSA remote management application.
	</p>

	<p>
		 
	</p>

	<p>
		This attack encrypted approximately sixty managed service providers and an estimated 1,500 businesses, making it possibly the largest ransomware attack in history.
	</p>

	<p>
		 
	</p>

	<p>
		After the attack, the threat actors <a href="https://www.bleepingcomputer.com/news/security/revil-ransomware-asks-70-million-to-decrypt-all-kaseya-attack-victims/" target="_blank" rel="external nofollow">demanded a $70 million ransom</a> to receive a universal decryptor that could be used to decrypt all victims of the Kaseya ransomware attack.
	</p>

	<p>
		 
	</p>

	<p>
		However, the <a href="https://www.bleepingcomputer.com/news/security/revil-ransomware-gangs-web-sites-mysteriously-shut-down/" target="_blank" rel="external nofollow">REvil ransomware gang mysteriously disappeared</a>, and soon after, the gang's Tor payment sites and infrastructure were shut down.
	</p>

	<p>
		 
	</p>

	<p>
		The gang's disappearance prevented companies who may have needed to purchase a decryptor now unable to do so.
	</p>

	<p>
		 
	</p>

	<p>
		On July 22nd, <a href="https://www.bleepingcomputer.com/news/security/kaseya-obtains-universal-decryptor-for-revil-ransomware-victims/" target="_blank" rel="external nofollow">Kaseya obtained a universal decryption key</a> for the ransomware attack from a mysterious "trusted third party" and began distributing it to affected customers.
	</p>

	<p>
		 
	</p>

	<p>
		Before sharing the decryptor with customers, <a href="https://www.cnn.com/2021/07/23/tech/kaseya-encryptor-ransomware-victims/index.html" rel="external nofollow" target="_blank">CNN reported</a> that Kaseya required them to sign a non-disclosure agreement, which may explain why the decryption key hasn't shown up until now.
	</p>

	<p>
		 
	</p>

	<p>
		It is generally believed that Russian intelligence received the decryptor from the ransomware gang and shared it with US law enforcement as a gesture of goodwill.
	</p>

	<h2>
		Decryption key leaked on a hacking forum
	</h2>

	<p>
		Yesterday, security researcher <a href="https://twitter.com/pancak3lullz" rel="external nofollow" target="_blank">Pancak3</a> told BleepingComputer that someone posted a screenshot of what they claimed was a universal REvil decryptor on a hacking forum.
	</p>

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

			<p>
				<img alt="forum-post.jpg" class="ipsImage" data-ratio="49.03" height="233" width="720" src="https://www.bleepstatic.com/images/news/ransomware/r/revil/kaseya-universal-decryptor/forum-post.jpg">
			</p>

			<figcaption>
				Forum post about Kaseya decryptor on a hacking forum
			</figcaption>
		</figure>
	</div>

	<p>
		This post linked to a <a href="https://web.archive.org/web/20210810225945/https://github.com/Fr3akaLmaTT3r/decryptor/blob/main/screenshot.png" rel="external nofollow" target="_blank">screenshot on GitHub</a> that showed an REvil decryptor running while displaying a base64 hashed 'master_sk' key. This key is 'OgTD7co7NcYCoNj8NoYdPoR8nVFJBO5vs/kVkhelp2s=', as shown below.
	</p>

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

			<p>
				<img alt="kaseya-decryptor-screen.jpg" class="ipsImage" data-ratio="75.10" height="358" width="720" src="https://www.bleepstatic.com/images/news/ransomware/r/revil/kaseya-universal-decryptor/kaseya-decryptor-screen.jpg">
			</p>

			<figcaption>
				Screenshot of alleged Kaseya REvil decryptor
			</figcaption>
		</figure>
	</div>

	<p>
		When REvil ransomware victims pay a ransom, they receive either a decryptor that works for a single encrypted file extension or a universal decryptor that works for all encrypted file extensions used in a particular campaign or attack.
	</p>

	<p>
		 
	</p>

	<p>
		The screenshot above is for a universal REvil decryptor that can decrypt all extensions associated with the attack.
	</p>

	<p>
		 
	</p>

	<p>
		To be clear, while it was originally thought that the decryption key in this screenshot might be the master 'operator' key for all REvil campaigns, BleepingComputer has confirmed that it is only the universal decryptor key for victims of the Kaseya attack.
	</p>

	<p>
		 
	</p>

	<p>
		This was also confirmed by Emsisoft CTO and ransomware expert Fabian Wosar.
	</p>

	<p>
		 
	</p>

	<div class="ipsEmbeddedOther" contenteditable="false">
		<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed4848452385" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/fwosar/status/1425275409533476868?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1425275409533476868%257Ctwgr%255E%257Ctwcon%255Es1_%26ref_url=https://www.bleepingcomputer.com/news/security/kaseyas-universal-revil-decryption-key-leaked-on-a-hacking-forum/" style="overflow: hidden; height: 432px;"></iframe>
	</div>

	<p>
		 
	</p>

	<p>
		BleepingComputer tested the leaked key by patching an <a href="https://www.virustotal.com/gui/file/c2cf2118550a0fd7f81fe9913fe36be24c03a0ae5430b94557e0ee71c550a58c/detection" rel="external nofollow" target="_blank">REvil universal decryptor</a> with the decryption key leaked in the screenshot.
	</p>

	<p>
		 
	</p>

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

			<p>
				<img alt="decryptor-hex-edit.jpg" class="ipsImage" data-ratio="75.10" height="540" width="618" src="https://www.bleepstatic.com/images/news/ransomware/r/revil/kaseya-universal-decryptor/decryptor-hex-edit.jpg">
			</p>

			<figcaption>
				Patching an REvil universal decryptor
			</figcaption>
		</figure>
	</div>

	<p>
		After patching the decryptor, we encrypted a virtual machine with <a href="https://www.virustotal.com/gui/file/d55f983c994caa160ec63a59f6b4250fe67fb3e8c43a388aec60a4a6978e9f1e/detection" rel="external nofollow" target="_blank">REvil ransomware samples</a> used in the Kaseya attack.
	</p>

	<p>
		 
	</p>

	<p>
		As shown in our video below, we then used our patched REvil Universal Decryptor to decrypt the encrypted files successfully.
	</p>

	<p>
		 
	</p>

	<div>
		<iframe allowfullscreen="" frameborder="0" mozallowfullscreen="" src="https://player.vimeo.com/video/585635200" webkitallowfullscreen=""></iframe>
	</div>

	<p>
		 
	</p>

	<p>
		Security firm <a href="https://www.flashpoint-intel.com/blog/possible-universal-revil-master-key-posted-to-xss/" rel="external nofollow" target="_blank">Flashpoint also confirmed</a> that they could decrypt files encrypted during the Kaseya ransomware attack using this decryption key.
	</p>

	<p>
		 
	</p>

	<p>
		We also tried the decryptor on other REvil samples we have accumulated over the past two years. The decryptor did not work, indicating it is not the master decryption key for all REvil victims.
	</p>

	<p>
		 
	</p>

	<p>
		It is not clear why the Kaseya decryptor was posted on a hacking forum, which is an unlikely place for a victim to post.
	</p>

	<p>
		 
	</p>

	<p>
		However, BleepingComputer was told by numerous sources in the cybersecurity intelligence industry that they believe that the poster is affiliated with the REvil ransomware gang rather than a victim.
	</p>

	<p>
		 
	</p>

	<p>
		Regardless of the reasons for it being posted, for those following the Kaseya ransomware attack, this is our first access to the universal decryptor key that Kaseya mysteriously received.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/kaseyas-universal-revil-decryption-key-leaked-on-a-hacking-forum/" rel="external nofollow">Kaseya's universal REvil decryption key leaked on a hacking forum</a>
</p>
]]></description><guid isPermaLink="false">1748</guid><pubDate>Wed, 11 Aug 2021 22:21:35 +0000</pubDate></item><item><title>Today&#x2019;s Firefox 91 release adds new site-wide cookie-clearing action</title><link>https://nsaneforums.com/news/security-privacy-news/today%E2%80%99s-firefox-91-release-adds-new-site-wide-cookie-clearing-action-r1737/</link><description><![CDATA[<header>
	<h2 itemprop="description">
		<span style="font-size:16px;">New features build on Total Cookie Protection, simplifying privacy management.</span>
	</h2>
</header>

<section>
	<div itemprop="articleBody">
		<p>
			Mozilla's Firefox 91, released this morning, includes a new privacy management feature called Enhanced Cookie Clearing. The feature allows users to manage all cookies and locally stored data generated by a website—regardless of whether they're cookies tagged to that site's domain or cookies placed from that site but belonging to a third-party domain, e.g., Facebook or Google.
		</p>

		<h2>
			Building on Total Cookie Protection
		</h2>

		<p>
			<img alt="firefox-91-cookie-partitoning-cartoon-64" class="ipsImage" data-ratio="50.00" height="320" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2021/08/firefox-91-cookie-partitoning-cartoon-640x320.png">
		</p>

		<figure>
			<figcaption>
				<div>
					<a data-height="1024" data-width="2048" href="https://cdn.arstechnica.net/wp-content/uploads/2021/08/firefox-91-cookie-partitoning-cartoon.png" rel="external nofollow">Enlarge</a> / Mozilla isn't being delicate about which tech giant is first in its crosshairs.
				</div>

				<div>
					Mozilla
				</div>
			</figcaption>
		</figure>

		<p>
			 
		</p>
		The new feature builds and depends upon <a href="https://arstechnica.com/gadgets/2021/02/firefox-86-brings-multiple-picture-in-picture-total-cookie-protection/" rel="external nofollow">Total Cookie Protection</a>, introduced in February with Firefox 86. Total Cookie Protection partitions cookies by the site that placed them rather than the domain that owns them—which means that if a hypothetical third party we'll call "Forkbook" places tracking (or authentication) cookies on both momscookies.com and grandmascookies.com, it can't reliably tie the two together.

		<p>
			 
		</p>

		<p>
			Without cookie partitioning, a single Forkbook cookie would contain the site data for both momscookies.com and grandmascookies.com. With cookie partitioning, Forkbook must set two separate cookies—one for each site—and can't necessarily relate one to the other.
		</p>

		<p>
			 
		</p>

		<p>
			Even if the cookies are used for a third-party Forkbook login, tying the two together would need to be done on the back end—since both are presumably for the same Forkbook account—rather than Forkbook being able to simply, cheaply, and easily read all tracking data from a single cookie. If the sites don't use Forkbook for authentication, the two probably can't be tied together at all—because even if the user is logged in to Forkbook in a different tab, that cookie is split apart from the ones used on mom's and grandma's cookie sites.
		</p>

		<h2>
			Clearing data site-wide
		</h2>

		<p>
			<img alt="firefox-91-manage-sites-data-640x488.png" class="ipsImage" data-ratio="76.25" height="488" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2021/08/firefox-91-manage-sites-data-640x488.png">
		</p>

		<figure>
			<figcaption>
				<div>
					<a data-height="692" data-width="908" href="https://cdn.arstechnica.net/wp-content/uploads/2021/08/firefox-91-manage-sites-data.png" rel="external nofollow">Enlarge</a> / The updated Cookies and Site Data management dialog displays all locally stored resources set at a particular site, whether owned by that site or by a third party.
				</div>

				<div>
					Mozilla
				</div>
			</figcaption>
		</figure>

		<p>
			Once you understand that websites routinely place cookies that belong to third-party domains, it becomes obvious why it might be difficult to clear all traces of data stored by that site—returning to our "Forkbook" example above, clearing all data belonging directly to momscookies.com wouldn't clear the Forkbook cookie, and clearing a universal Forkbook cookie would necessarily log the user out of all websites using Forkbook authentication.
		</p>

		<p>
			 
		</p>

		<p>
			However, when each site has its own individual cookie jar—meaning Forkbook needs to place separate cookies, separate copies of embedded javascript libraries, separate copies of images, and so forth between momscookies.com and grandmascookies.com and forkbook.com itself—it becomes possible to easily manage all data stored locally by that individual site.
		</p>

		<p>
			 
		</p>

		<p>
			When using Total Cookie Protection, you can empty the entire bucket for momscookies.com, including its own cookies, Forkbook's cookies, and anything else. This breaks Forkbook's record of your browsing activities on momscookies.com—because although it will set a new cookie the next time you visit, it won't have a reliable way to tie that cookie to the previous cookie you deleted or to other Forkbook cookies set by other sites.
		</p>

		<h2>
			Fuhgeddaboudit
		</h2>

		<p>
			<img alt="firefox-91-clearing-site-cookies-640x598" class="ipsImage" data-ratio="84.38" height="540" width="577" src="https://cdn.arstechnica.net/wp-content/uploads/2021/08/firefox-91-clearing-site-cookies-640x598.gif">
		</p>

		<figure>
			<figcaption>
				<div>
					<a data-height="610" data-width="653" href="https://cdn.arstechnica.net/wp-content/uploads/2021/08/firefox-91-clearing-site-cookies.gif" rel="external nofollow">Enlarge</a> / The new "Forget about this site" option in History allows you to clear all site data, as well as your history of visiting it in the first place.
				</div>

				<div>
					Mozilla
				</div>
			</figcaption>
		</figure>

		<p>
			In addition to organizing locally stored data by the website that placed it rather than the domain that owns it, Firefox 91 gives users the ability to quickly and easily remove all local traces of visiting a site. When browsing your own History timeline in Firefox 91, you can right-click a site's entry and select Forget About This Site. Doing so removes both the entry in History and all cookies, images, cached scripts, and so forth set during visits to that site.
		</p>

		<h2>
			Get strict
		</h2>

		<p>
			In order to use the new privacy management features, you'll first have to make sure that <a href="https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop" rel="external nofollow">Strict Tracking Protection</a> is enabled. Without Strict Tracking Protection, cookies aren't separated by the site that sets them in the first place.
		</p>

		<p>
			 
		</p>

		<p>
			To enable Strict Tracking Protection, click the shield to the left of the address bar and select Protection Settings. This opens Privacy and Security in a new tab—from there, just make sure the radio-button option for Enhanced Tracking Protection is set to Strict, not Standard.
		</p>

		<p>
			 
		</p>

		<p>
			Although Firefox's Privacy and Security dialog warns you—accurately—that Strict protection may cause some sites or content to break, those breakages have so far been few and minor in our own testing. The majority of the web—including the bits using third-party authentication and tracking—should continue to work just fine.
		</p>
	</div>
</section>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2021/08/todays-firefox-91-release-adds-new-site-wide-cookie-clearing-action/" rel="external nofollow">Today’s Firefox 91 release adds new site-wide cookie-clearing action</a>
</p>
]]></description><guid isPermaLink="false">1737</guid><pubDate>Tue, 10 Aug 2021 23:33:57 +0000</pubDate></item><item><title>Firefox adds enhanced cookie clearing, HTTPS by default in private browsing</title><link>https://nsaneforums.com/news/security-privacy-news/firefox-adds-enhanced-cookie-clearing-https-by-default-in-private-browsing-r1736/</link><description><![CDATA[<div>
	<p>
		Mozilla says that <a href="https://www.mozilla.org/en-US/firefox/91.0/releasenotes/" rel="external nofollow" target="_blank">starting with Firefox 91</a>, users will be able to fully erase the browser history for all visited websites, thus preventing privacy violations due to "sneaky third-party cookies sticking around."
	</p>

	<p>
		 
	</p>

	<p>
		This change builds on the inclusion of <a href="https://www.bleepingcomputer.com/news/security/firefox-now-blocks-cross-site-tracking-by-default-in-private-browsing/" target="_blank" rel="external nofollow">default blocks for cross-site tracking in private browsing</a>, first introduced after Total Cookie Protection was released <a href="https://www.bleepingcomputer.com/news/software/firefox-86-gets-a-privacy-boost-with-total-cookie-protection/" target="_blank" rel="external nofollow">with Firefox 86</a> in February.
	</p>

	<p>
		 
	</p>

	<p>
		The new feature, dubbed Enhanced Cookie Clearing, helps you delete all cookies and supercookies stored on your computer by websites or web trackers.
	</p>

	<p>
		 
	</p>

	<p>
		Enhanced Cookie Clearing is triggered automatically whenever you're <a href="https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox" rel="external nofollow" target="_blank">clearing cookies and other site data</a> after enabling <a href="https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_strict-enhanced-tracking-protection" rel="external nofollow" target="_blank">Strict Tracking Protection</a>.
	</p>

	<p>
		 
	</p>

	<p>
		"When you decide to tell Firefox to forget about a website, Firefox will automatically throw away all cookies, supercookies and other data stored in that website's cookie jar," Mozilla <a href="https://blog.mozilla.org/security/2021/08/10/firefox-91-introduces-enhanced-cookie-clearing/" rel="external nofollow" target="_blank">said</a>.
	</p>

	<p>
		 
	</p>

	<p>
		"This 'Enhanced Cookie Clearing' makes it easy to delete all traces of a website in your browser without the possibility of sneaky third-party cookies sticking around."
	</p>

	<h2>
		HTTPS enabled by default in private browsing
	</h2>

	<p>
		Mozilla <a href="https://blog.mozilla.org/security/2021/08/10/firefox-91-introduces-https-by-default-in-private-browsing/" rel="external nofollow" target="_blank">also announced today</a> that, starting with Firefox 91, private browsing windows will automatically switch to secure HTTPS connections by default.
	</p>

	<p>
		 
	</p>

	<p>
		By upgrading all connections to HTTPS, Mozilla aims to protect users from man-in-the-middle (MITM) attacks trying to snoop on or alter data exchanged with web servers over the unencrypted HTTP protocol.
	</p>

	<p>
		 
	</p>

	<p>
		"Whenever you enter an insecure (HTTP) URL in Firefox's address bar, or you click on an insecure link on a web page, Firefox will now first try to establish a secure, encrypted HTTPS connection to the website," Mozilla explained.
	</p>

	<p>
		 
	</p>

	<p>
		"In the cases where the website does not support HTTPS, Firefox will automatically fall back and establish a connection using the legacy HTTP protocol instead."
	</p>

	<p>
		 
	</p>

	<p>
		<a href="https://www.bleepingcomputer.com/news/software/firefox-83-boosts-security-with-https-only-mode-zero-day-fix/" target="_blank" rel="external nofollow">Mozilla has added an HTTPS-Only Mode</a> starting with Firefox 83 to secure web browsing by rewriting URLs to use HTTPS (even though this feature is disabled by default, it can be easily enabled from the browser's settings).
	</p>

	<p>
		 
	</p>

	<p>
		Microsoft Edge can also be configured to switch secure HTTPS connections when connecting over HTTP by enabling an experimental <a href="https://www.bleepingcomputer.com/news/security/microsoft-adds-automatic-https-in-edge-for-secure-browsing/" target="_blank" rel="external nofollow">Automatic HTTPS option</a> available in the Canary and Developer preview channels.
	</p>

	<p>
		 
	</p>

	<p>
		In April, Google updated <a href="https://www.bleepingcomputer.com/news/google/google-chrome-90-released-with-https-as-the-default-protocol/" target="_blank" rel="external nofollow">Chrome to default to HTTPS</a> for all URLs typed in the address bar if the user doesn't specify a protocol.
	</p>

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

			<p>
				<img alt="https-first.jpg" class="ipsImage" data-ratio="64.31" height="208" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2021/https-first.jpg">
			</p>

			<figcaption>
				HTTPS by default in private browsing (Mozilla)
			</figcaption>
		</figure>
	</div>

	<p>
		According to Mozilla, while browsing the web in private mode, Firefox defends your privacy using several privacy protection technologies, all enabled by default:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			<a href="https://www.bleepingcomputer.com/news/software/firefox-86-gets-a-privacy-boost-with-total-cookie-protection/" target="_blank" rel="external nofollow">Total Cookie Protection</a> isolates cookies to the site where they were created
		</li>
		<li>
			<a href="https://www.bleepingcomputer.com/news/software/firefox-85-adds-supercookie-protection-removes-flash-support/" target="_blank" rel="external nofollow">Supercookie protections</a> stop supercookies from following you from site to site
		</li>
		<li>
			<a href="https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history#w_what-does-private-browsing-not-save" rel="external nofollow" target="_blank">Cookies and caches are cleared</a> at the end of every Private Browsing session and aren't shared with standard windows
		</li>
		<li>
			<a href="https://blog.mozilla.org/blog/2019/06/04/firefox-now-available-with-enhanced-tracking-protection-by-default/" rel="external nofollow" target="_blank">Trackers are blocked</a>, including cookies, scripts, tracking pixels, and other resources from domains on Disconnect's list of known trackers
		</li>
		<li>
			<a href="https://blog.mozilla.org/security/2020/01/07/firefox-72-fingerprinting/" rel="external nofollow" target="_blank">Many fingerprinting scripts are blocked</a>, according to Disconnect's list of invasive fingerprinting domains
		</li>
		<li>
			<a href="https://blog.mozilla.org/security/2021/03/23/introducing-smartblock/" rel="external nofollow" target="_blank">SmartBlock</a> intelligently fixes up web pages that were previously broken when tracking scripts were blocked
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		To go into private browsing mode, you have to open the Application Menu by clicking the button (☰) on the top right and choosing "New Private Window."
	</p>

	<p>
		 
	</p>

	<p>
		You can also use keyboard shortcuts to enable private browsing mode using Ctrl + Shift + P (or Cmd + Shift + P on macOS)
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/firefox-adds-enhanced-cookie-clearing-https-by-default-in-private-browsing/" rel="external nofollow">Firefox adds enhanced cookie clearing, HTTPS by default in private browsing</a>
</p>
]]></description><guid isPermaLink="false">1736</guid><pubDate>Tue, 10 Aug 2021 23:29:59 +0000</pubDate></item><item><title>Netgear might have revealed its most secure router software yet</title><link>https://nsaneforums.com/news/security-privacy-news/netgear-might-have-revealed-its-most-secure-router-software-yet-r1732/</link><description><![CDATA[<header>
	<div>
		<p>
			<strong>Netgear's Armor security service offers set-it-and-forget-it protection for connected devices</strong>
		</p>
	</div>
</header>

<section>
	<div itemprop="image" itemscope="" itemtype="https://schema.org/ImageObject">
		<div>
			<div>
				<div>
					<picture></picture>
				</div>
			</div>
		</div>
	</div>
</section>

<div id="article-body">
	<p>
		Netgear is giving its <a data-component-tracked="1" href="https://www.techradar.com/news/netgear-adds-armor-to-its-routers-to-seriously-boost-their-security-levels" target="_blank" rel="external nofollow">Armor security service</a> which ships with many of its <a data-component-tracked="1" href="https://www.techradar.com/news/networking/routers-storage/best-router-9-top-wireless-routers-on-test-1090523" target="_blank" rel="external nofollow">wireless routers</a> a major boost with new capabilities designed to protect all of the connected devices in a user's smart home.
	</p>

	<p>
		 
	</p>

	<p>
		The company's Armor security service is built into most of its <a data-component-tracked="1" href="https://www.techradar.com/news/new-netgear-orbi-packs-the-latest-wi-fi-tech-for-super-fast-home-internet" target="_blank" rel="external nofollow">Orbi</a> and <a data-component-tracked="1" href="https://www.techradar.com/news/netgear-unveils-the-nighthawk-raxe500-its-first-ever-wifi-6e-router-at-ces-2021" target="_blank" rel="external nofollow">Nighthawk</a> routers and provides a protective bubble for connected devices on a home network to help consumers stay safe from hackers, <a data-component-tracked="1" href="https://www.techradar.com/best/best-malware-removal" target="_blank" rel="external nofollow">malware</a> and viruses.
	</p>

	<p>
		 
	</p>

	<p>
		Cyberthreats that were once only found on PCs are now present in nearly all connected devices including Smart TVs, smart thermostats, light switches, home theater systems, security cameras, game consoles, smart speakers, streaming players, tablets, smartphones and other smart home gadgets. 
	</p>

	<div id="taboola-in-article">
		 
	</div>

	<p>
		In fact, according to Bitdefender's <a data-component-tracked="1" href="https://www.bitdefender.com/files/News/CaseStudies/study/395/Bitdefender-2020-Consumer-Threat-Landscape-Report.pdf" target="_blank" rel="external nofollow">2020 Consumer Threat Landscape Report</a>, the number of vulnerabilities in Smart TVs has ballooned by 335 percent while the number of vulnerabilities in IP cameras almost doubled between 2019 and 2020.
	</p>

	<p>
		 
	</p>

	<p>
		Having connected devices from different manufacturers installed in one's home not only increases the chance of incoming attacks but also outgoing threats such as a <a data-component-tracked="1" href="https://www.techradar.com/news/best-home-security-camera" target="_blank" rel="external nofollow">home security camera</a> attempting to send data to a rouge site. In order to prevent these threats, Netgear has added new capabilities to its Armor security offering to provide simple and comprehensive network and device protection.
	</p>

	<h2 id="netgear-armor-revamped">
		Netgear Armor revamped
	</h2>

	<p>
		Unlike traditional <a data-component-tracked="1" href="https://www.techradar.com/news/best-endpoint-security-software" target="_blank" rel="external nofollow">endpoint protection software</a>, Netgear Armor is built into a router to monitor activity going to and from the internet so that it can protect the devices on one's network while also eliminating both the need and cost for multiple security software solutions.
	</p>

	<div data-feat-ref="bordeaux-feat-id-85" id="bordeaux-static-slot-8">
		 
	</div>

	<p>
		In addition to its existing features, the company has added sensitive data protection to block attempts to send sensitive data such as banking info, SSNs and more over unencrypted connections, anomaly detection which uses <a data-component-tracked="1" href="https://www.techradar.com/news/what-is-machine-learning" target="_blank" rel="external nofollow">machine learning</a> algorithms to learn the usual behavior of connected devices and block any abnormal activity, brute force protection to prevent bots from trying to compromise a user's passwords, <a data-component-tracked="1" href="https://www.techradar.com/news/best-ddos-protection" target="_blank" rel="external nofollow">DDoS protection</a> to protect a user's network from denial-of-service attacks and exploit prevention/IDS to protect a user's data and devices from malicious intrusions.
	</p>

	<div data-feat-ref="bordeaux-feat-id-84" id="bordeaux-static-slot-7">
		 
	</div>

	<p>
		At the same time, the latest generation of Netgear Armor will also still include internet threat protection software that users can install on their computers, smartphones and tablets at no extra cost. Netgear Armor is currently available on supported <a data-component-tracked="1" href="https://www.techradar.com/news/wi-fi-6-routers-the-best-wi-fi-6-routers-you-can-buy-in-2019" target="_blank" rel="external nofollow">Wi-Fi 6 routers</a> and while there is a 30-day trial period, a yearly subscription to the security service costs $99.
	</p>

	<div data-feat-ref="bordeaux-feat-id-83" id="bordeaux-static-slot-6">
		 
	</div>

	<p>
		President and GM of Netgear's connected home products and services division, David Henry explained in a <a data-component-tracked="1" href="https://www.netgear.com/about/press-releases/2021/newly_enhanced_netgear_armor_helps_deliver_next-generation_protection_for_connected_devices_in_the_home/" target="_blank" rel="external nofollow">press release</a> why the company has decided to release a new version of Armor, saying:
	</p>

	<div data-feat-ref="bordeaux-feat-id-82" id="bordeaux-static-slot-5">
		 
	</div>

	<p>
		“With the explosion of connected devices in the home from baby monitors to smart TVs, all of which can be compromised, we understand how overwhelming it can be for individuals and families to know what to do to keep themselves and their information safe. We realized that a new type of security solution was needed and with this version of NETGEAR Armor, we take worry out of the equation by providing a comprehensive ‘set-it-and-forget-it’ service.” 
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.techradar.com/news/netgear-might-have-revealed-its-most-secure-router-software-yet" rel="external nofollow">Netgear might have revealed its most secure router software yet</a>
</p>
]]></description><guid isPermaLink="false">1732</guid><pubDate>Tue, 10 Aug 2021 23:15:42 +0000</pubDate></item><item><title>Mozilla's plan to offer a Privacy Pack</title><link>https://nsaneforums.com/news/security-privacy-news/mozillas-plan-to-offer-a-privacy-pack-r1731/</link><description><![CDATA[<p>
	Mozilla, maker of Firefox and other products, plans to offer a Privacy Pack later this year. Mozilla Privacy Pack combines the organization's products Firefox Relay, Firefox Monitor and Mozilla VPN into a single subscription-based product. Add-on tools and services are also planned.
</p>

<p>
	 
</p>

<p>
	Some of the products are free to use at the time of writing, but Mozilla revealed plans to increase the functionality of the products to make the bundle more attractive.
</p>

<p>
	 
</p>

<p>
	<a data-wpel-link="external" href="https://www.soeren-hentzschel.at/mozilla/mozilla-privacy-pack-erste-informationen/" rel="external nofollow" target="_blank">Sören Hentzschel</a>, a blogger and Mozilla contributor from Germany, discovered mockups of Mozilla Privacy Packs. The mockups provide an overview but may differ from the final product when it is released. The price point, as displayed in the mockups, is between $9.99 and $12.99 per month. Mozilla VPN is available for $9.99 per month or $4.99 for the 12-month plan as a standalone product.
</p>

<p>
	 
</p>

<p>
	<img alt="mozilla-privacy-pack.png" class="ipsImage" data-ratio="75.10" height="540" width="400" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/08/mozilla-privacy-pack.png">
</p>

<p>
	 
</p>

<p>
	Firefox Relay, Mozilla's email forwarding service, and Firefox Monitor, the organization's data breach monitoring service, are both included in the package.
</p>

<p>
	 
</p>

<p>
	Mozilla Privacy Pack customers get enhanced versions of both products. Firefox Relay will support an unlimited number of email aliases, opposed to five email aliases of the free version of the product. Customers may also integrate custom domains in the product, but only as a subdomain of Mozilla's mozmail.com domain. Aliases would then be available in the form alias@&lt;yourdomain&gt;.mozmail.com.
</p>

<p>
	 
</p>

<p>
	Firefox Monitor removes the email address limit of the service. Mozilla Privacy Pack subscribers are not limited in the number of email addresses that they may add to the service. Another new feature is the "remove my data" form. Customers may order Mozilla to remove their data from websites using a new form. It is not entirely clear how this removal feature will work at this point.
</p>

<p>
	 
</p>

<p>
	Mozilla VPN, the third service that is part of the organization's Privacy Pack subscription service, does not come with extra features.
</p>

<p>
	 
</p>

<p>
	Hentzschel notes that the pack may include additional services and tools. Mozilla seems to be working on a mobile application to control all three services in a single interface. Customers may gain access to privacy guides.
</p>

<h3>
	Closing Words
</h3>

<p>
	Mozilla Privacy Pack is another commercial product by Mozilla. The organization launched Mozilla VPN some time ago in order to reduce its dependence on search engine deals.
</p>

<p>
	 
</p>

<p>
	Who is this for? Mozilla VPN customers who pay by the month may get a better deal out of the new offer. The enhanced Firefox Relay and Firefox Monitor functionality improves both services. It is unclear if the improved versions will also be available as standalone upgrades, or if they are exclusively available in the Privacy Pack.
</p>

<p>
	 
</p>

<p>
	All in all, it may be an attractive package for Firefox enthusiasts who are already using Mozilla VPN and/or the other services, or Firefox supporters, provided that the price of the product is not too high.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2021/08/10/mozillas-plan-to-offer-a-privacy-pack/" rel="external nofollow">Mozilla's plan to offer a Privacy Pack</a>
</p>
]]></description><guid isPermaLink="false">1731</guid><pubDate>Tue, 10 Aug 2021 23:12:05 +0000</pubDate></item><item><title>Microsoft August 2021 Patch Tuesday fixes 3 zero-days, 44 flaws</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-august-2021-patch-tuesday-fixes-3-zero-days-44-flaws-r1730/</link><description><![CDATA[<p>
	Today is Microsoft's August 2021 Patch Tuesday, and with it comes fixes for three zero-day vulnerabilities and a total of 44 flaws, so please be nice to your Windows admins as they scramble to installed patches.
</p>

<p>
	 
</p>

<p>
	Microsoft has fixed 44 vulnerabilities (51 including Microsoft Edge) with today's update, with seven classified as Critical and 37 as Important.
</p>

<p>
	 
</p>

<p>
	Of the 44 vulnerabilities, 13 are remote code execution, eight are information disclosure, two are denial of service, and four are spoofing vulnerabilities.
</p>

<p>
	 
</p>

<p>
	For information about the non-security Windows updates, you can read about today's <a href="https://www.bleepingcomputer.com/news/microsoft/windows-10-kb5005033-and-kb5005031-cumulative-updates-released/" rel="external nofollow">Windows 10 KB5005033 &amp; KB5005031 cumulative updates</a>.
</p>

<ul>
</ul>

<h2>
	Microsoft fixes PrintNightmare and PetitPotam attacks
</h2>

<p>
	Microsoft has released security updates for two eagerly anticipated zero-day vulnerabilities that were discovered over the past month.
</p>

<p>
	 
</p>

<p>
	One of the security updates fixes the <a href="https://www.bleepingcomputer.com/news/security/public-windows-printnightmare-0-day-exploit-allows-domain-takeover/" target="_blank" rel="external nofollow">PrintNightmare vulnerabilities</a> that allow threat actors to gain SYSTEM level privileges simply by <a href="https://www.bleepingcomputer.com/news/microsoft/remote-print-server-gives-anyone-windows-admin-privileges-on-a-pc/" target="_blank" rel="external nofollow">connecting to a remote print serve</a>r under their control.
</p>

<p>
	 
</p>

<p>
	Microsoft has fixed this vulnerability by requiring users have administrative privileges to install printer drivers using the Point and Print Windows feature.
</p>

<p>
	 
</p>

<p>
	You can find more detailed information about the PrintNightmare vulnerability and the Point and Print mitigations in a <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-windows-print-spooler-printnightmare-vulnerability/" target="_blank" rel="external nofollow">dedicated article published today</a>.
</p>

<p>
	 
</p>

<p>
	Microsoft also fixed the <a href="https://www.bleepingcomputer.com/news/microsoft/new-petitpotam-attack-allows-take-over-of-windows-domains/" target="_blank" rel="external nofollow">PetitPotam NTLM relay attack</a> vector that uses the MS-EFSRPC API to force a device to negotiate with a remote relay server under an attacker's control.
</p>

<p>
	 
</p>

<p>
	A threat actor with low privileges could use this attack to take over a domain controller and thus the entire Windows domain.
</p>

<h2>
	Three zero-days fixed, with one actively exploited
</h2>

<p>
	August's Patch Tuesday includes three zero-day vulnerabilities, with one actively exploited in the wild.
</p>

<p>
	 
</p>

<p>
	Microsoft classifies a vulnerability as a zero-day if it is publicly disclosed or actively exploited with no official security updates or released.
</p>

<p>
	 
</p>

<p>
	The two publicly disclosed, but not actively exploited, zero-day vulnerabilities are:
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-36936" rel="external nofollow" target="_blank">CVE-2021-36936</a> - Windows Print Spooler Remote Code Execution Vulnerability
	</li>
	<li>
		<a href="https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-36942" rel="external nofollow" target="_blank">CVE-2021-36942</a> - Windows LSA Spoofing Vulnerability
	</li>
</ul>

<p>
	 
</p>

<p>
	The CVE-2021-36942 vulnerability is associated with the <a href="https://www.bleepingcomputer.com/news/microsoft/new-petitpotam-attack-allows-take-over-of-windows-domains/" target="_blank" rel="external nofollow">PetitPotam NTLM relay attack vector</a> that allows the take over of domain controllers.
</p>

<p>
	 
</p>

<p>
	Finally, one actively exploited elevation of privileges vulnerability was discovered by the Microsoft Security Response Center (MSRC) and Microsoft Threat Intelligence Center (MSTIC).
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-36948" rel="external nofollow" target="_blank">CVE-2021-36948</a> - Windows Update Medic Service Elevation of Privilege Vulnerability
	</li>
</ul>

<p>
	 
</p>

<p>
	It is unknown how threat actors used this vulnerability in attacks at this time.
</p>

<h2>
	Recent updates from other companies
</h2>

<p>
	Other vendors who released updates in July include:
</p>

<ul>
	<li>
		Adobe <a href="https://helpx.adobe.com/security/security-bulletin.html" rel="external nofollow" target="_blank">released security updates</a> for two products.
	</li>
	<li>
		Android's August security updates were <a href="https://source.android.com/security/bulletin/2021-08-01" rel="external nofollow" target="_blank">released</a> last week.
	</li>
	<li>
		Cisco <a href="https://tools.cisco.com/security/center/publicationListing.x" rel="external nofollow" target="_blank">released security updates</a> for numerous products this month.
	</li>
	<li>
		SAP <a href="https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=582222806" rel="external nofollow" target="_blank">released</a> its August 2021 security updates.
	</li>
	<li>
		VMware released <a href="https://www.vmware.com/security/advisories.html" rel="external nofollow" target="_blank">security updates</a> for VMware Workspace ONE 
	</li>
</ul>

<h2>
	The August 2021 Patch Tuesday Security Updates
</h2>

<p>
	Below is the complete list of resolved vulnerabilities and released advisories in the August 2021 Patch Tuesday updates. To access the full description of each vulnerability and the systems that it affects, you can view the <a href="https://www.bleepingcomputer.com/microsoft-patch-tuesday-reports/August-2021.html" target="_blank" rel="external nofollow">full report here</a>.
</p>

<p>
	 
</p>

<div>
	<table border="1px solid black;">
		<tbody>
			<tr>
				<th>
					Tag
				</th>
				<th>
					CVE ID
				</th>
				<th>
					CVE Title
				</th>
				<th>
					Severity
				</th>
			</tr>
			<tr>
				<td>
					.NET Core &amp; Visual Studio
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34485" rel="external nofollow" target="_blank">CVE-2021-34485</a>
				</td>
				<td>
					.NET Core and Visual Studio Information Disclosure Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					.NET Core &amp; Visual Studio
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26423" rel="external nofollow" target="_blank">CVE-2021-26423</a>
				</td>
				<td>
					.NET Core and Visual Studio Denial of Service Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					ASP.NET Core &amp; Visual Studio
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34532" rel="external nofollow" target="_blank">CVE-2021-34532</a>
				</td>
				<td>
					ASP.NET Core and Visual Studio Information Disclosure Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Azure
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36943" rel="external nofollow" target="_blank">CVE-2021-36943</a>
				</td>
				<td>
					Azure CycleCloud Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Azure
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-33762" rel="external nofollow" target="_blank">CVE-2021-33762</a>
				</td>
				<td>
					Azure CycleCloud Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Azure Sphere
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26428" rel="external nofollow" target="_blank">CVE-2021-26428</a>
				</td>
				<td>
					Azure Sphere Information Disclosure Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Azure Sphere
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26430" rel="external nofollow" target="_blank">CVE-2021-26430</a>
				</td>
				<td>
					Azure Sphere Denial of Service Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Azure Sphere
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26429" rel="external nofollow" target="_blank">CVE-2021-26429</a>
				</td>
				<td>
					Azure Sphere Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Azure Active Directory Connect
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36949" rel="external nofollow" target="_blank">CVE-2021-36949</a>
				</td>
				<td>
					Microsoft Azure Active Directory Connect Authentication Bypass Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Dynamics
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36946" rel="external nofollow" target="_blank">CVE-2021-36946</a>
				</td>
				<td>
					Microsoft Dynamics Business Central Cross-site Scripting Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Dynamics
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36950" rel="external nofollow" target="_blank">CVE-2021-36950</a>
				</td>
				<td>
					Microsoft Dynamics 365 (on-premises) Cross-site Scripting Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Dynamics
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34524" rel="external nofollow" target="_blank">CVE-2021-34524</a>
				</td>
				<td>
					Microsoft Dynamics 365 (on-premises) Remote Code Execution Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Edge (Chromium-based)
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-30591" rel="external nofollow" target="_blank">CVE-2021-30591</a>
				</td>
				<td>
					Chromium: CVE-2021-30591 Use after free in File System API
				</td>
				<td>
					Unknown
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Edge (Chromium-based)
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-30592" rel="external nofollow" target="_blank">CVE-2021-30592</a>
				</td>
				<td>
					Chromium: CVE-2021-30592 Out of bounds write in Tab Groups
				</td>
				<td>
					Unknown
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Edge (Chromium-based)
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-30597" rel="external nofollow" target="_blank">CVE-2021-30597</a>
				</td>
				<td>
					Chromium: CVE-2021-30597 Use after free in Browser UI
				</td>
				<td>
					Unknown
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Edge (Chromium-based)
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-30594" rel="external nofollow" target="_blank">CVE-2021-30594</a>
				</td>
				<td>
					Chromium: CVE-2021-30594 Use after free in Page Info UI
				</td>
				<td>
					Unknown
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Edge (Chromium-based)
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-30596" rel="external nofollow" target="_blank">CVE-2021-30596</a>
				</td>
				<td>
					Chromium: CVE-2021-30596 Incorrect security UI in Navigation
				</td>
				<td>
					Unknown
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Edge (Chromium-based)
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-30590" rel="external nofollow" target="_blank">CVE-2021-30590</a>
				</td>
				<td>
					Chromium: CVE-2021-30590 Heap buffer overflow in Bookmarks
				</td>
				<td>
					Unknown
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Edge (Chromium-based)
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-30593" rel="external nofollow" target="_blank">CVE-2021-30593</a>
				</td>
				<td>
					Chromium: CVE-2021-30593 Out of bounds read in Tab Strip
				</td>
				<td>
					Unknown
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Graphics Component
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34530" rel="external nofollow" target="_blank">CVE-2021-34530</a>
				</td>
				<td>
					Windows Graphics Component Remote Code Execution Vulnerability
				</td>
				<td>
					Critical
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Graphics Component
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34533" rel="external nofollow" target="_blank">CVE-2021-34533</a>
				</td>
				<td>
					Windows Graphics Component Font Parsing Remote Code Execution Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Office
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34478" rel="external nofollow" target="_blank">CVE-2021-34478</a>
				</td>
				<td>
					Microsoft Office Remote Code Execution Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Office SharePoint
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36940" rel="external nofollow" target="_blank">CVE-2021-36940</a>
				</td>
				<td>
					Microsoft SharePoint Server Spoofing Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Office Word
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36941" rel="external nofollow" target="_blank">CVE-2021-36941</a>
				</td>
				<td>
					Microsoft Word Remote Code Execution Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Scripting Engine
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34480" rel="external nofollow" target="_blank">CVE-2021-34480</a>
				</td>
				<td>
					Scripting Engine Memory Corruption Vulnerability
				</td>
				<td>
					Critical
				</td>
			</tr>
			<tr>
				<td>
					Microsoft Windows Codecs Library
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36937" rel="external nofollow" target="_blank">CVE-2021-36937</a>
				</td>
				<td>
					Windows Media MPEG-4 Video Decoder Remote Code Execution Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Remote Desktop Client
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34535" rel="external nofollow" target="_blank">CVE-2021-34535</a>
				</td>
				<td>
					Remote Desktop Client Remote Code Execution Vulnerability
				</td>
				<td>
					Critical
				</td>
			</tr>
			<tr>
				<td>
					Windows Bluetooth Service
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34537" rel="external nofollow" target="_blank">CVE-2021-34537</a>
				</td>
				<td>
					Windows Bluetooth Driver Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Cryptographic Services
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36938" rel="external nofollow" target="_blank">CVE-2021-36938</a>
				</td>
				<td>
					Windows Cryptographic Primitives Library Information Disclosure Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Defender
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34471" rel="external nofollow" target="_blank">CVE-2021-34471</a>
				</td>
				<td>
					Microsoft Windows Defender Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Event Tracing
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34486" rel="external nofollow" target="_blank">CVE-2021-34486</a>
				</td>
				<td>
					Windows Event Tracing Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Event Tracing
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34487" rel="external nofollow" target="_blank">CVE-2021-34487</a>
				</td>
				<td>
					Windows Event Tracing Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Event Tracing
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26425" rel="external nofollow" target="_blank">CVE-2021-26425</a>
				</td>
				<td>
					Windows Event Tracing Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Media
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36927" rel="external nofollow" target="_blank">CVE-2021-36927</a>
				</td>
				<td>
					Windows Digital TV Tuner device registration application Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows MSHTML Platform
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34534" rel="external nofollow" target="_blank">CVE-2021-34534</a>
				</td>
				<td>
					Windows MSHTML Platform Remote Code Execution Vulnerability
				</td>
				<td>
					Critical
				</td>
			</tr>
			<tr>
				<td>
					Windows NTLM
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36942" rel="external nofollow" target="_blank">CVE-2021-36942</a>
				</td>
				<td>
					Windows LSA Spoofing Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Print Spooler Components
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34483" rel="external nofollow" target="_blank">CVE-2021-34483</a>
				</td>
				<td>
					Windows Print Spooler Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Print Spooler Components
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36947" rel="external nofollow" target="_blank">CVE-2021-36947</a>
				</td>
				<td>
					Windows Print Spooler Remote Code Execution Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Print Spooler Components
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36936" rel="external nofollow" target="_blank">CVE-2021-36936</a>
				</td>
				<td>
					Windows Print Spooler Remote Code Execution Vulnerability
				</td>
				<td>
					Critical
				</td>
			</tr>
			<tr>
				<td>
					Windows Services for NFS ONCRPC XDR Driver
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36933" rel="external nofollow" target="_blank">CVE-2021-36933</a>
				</td>
				<td>
					Windows Services for NFS ONCRPC XDR Driver Information Disclosure Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Services for NFS ONCRPC XDR Driver
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26433" rel="external nofollow" target="_blank">CVE-2021-26433</a>
				</td>
				<td>
					Windows Services for NFS ONCRPC XDR Driver Information Disclosure Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Services for NFS ONCRPC XDR Driver
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36932" rel="external nofollow" target="_blank">CVE-2021-36932</a>
				</td>
				<td>
					Windows Services for NFS ONCRPC XDR Driver Information Disclosure Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Services for NFS ONCRPC XDR Driver
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26432" rel="external nofollow" target="_blank">CVE-2021-26432</a>
				</td>
				<td>
					Windows Services for NFS ONCRPC XDR Driver Remote Code Execution Vulnerability
				</td>
				<td>
					Critical
				</td>
			</tr>
			<tr>
				<td>
					Windows Services for NFS ONCRPC XDR Driver
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36926" rel="external nofollow" target="_blank">CVE-2021-36926</a>
				</td>
				<td>
					Windows Services for NFS ONCRPC XDR Driver Information Disclosure Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Storage Spaces Controller
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34536" rel="external nofollow" target="_blank">CVE-2021-34536</a>
				</td>
				<td>
					Storage Spaces Controller Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows TCP/IP
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26424" rel="external nofollow" target="_blank">CVE-2021-26424</a>
				</td>
				<td>
					Windows TCP/IP Remote Code Execution Vulnerability
				</td>
				<td>
					Critical
				</td>
			</tr>
			<tr>
				<td>
					Windows Update
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36948" rel="external nofollow" target="_blank">CVE-2021-36948</a>
				</td>
				<td>
					Windows Update Medic Service Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Update Assistant
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36945" rel="external nofollow" target="_blank">CVE-2021-36945</a>
				</td>
				<td>
					Windows 10 Update Assistant Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows Update Assistant
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26431" rel="external nofollow" target="_blank">CVE-2021-26431</a>
				</td>
				<td>
					Windows Recovery Environment Agent Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows User Profile Service
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-34484" rel="external nofollow" target="_blank">CVE-2021-34484</a>
				</td>
				<td>
					Windows User Profile Service Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
			<tr>
				<td>
					Windows User Profile Service
				</td>
				<td>
					<a href="https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26426" rel="external nofollow" target="_blank">CVE-2021-26426</a>
				</td>
				<td>
					Windows User Account Profile Picture Elevation of Privilege Vulnerability
				</td>
				<td>
					Important
				</td>
			</tr>
		</tbody>
	</table>
</div>

<div>
	<p>
		 
	</p>

	<p>
		 
	</p>

	<p>
		<a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-august-2021-patch-tuesday-fixes-3-zero-days-44-flaws/" rel="external nofollow">Microsoft August 2021 Patch Tuesday fixes 3 zero-days, 44 flaws</a>
	</p>
</div>
]]></description><guid isPermaLink="false">1730</guid><pubDate>Tue, 10 Aug 2021 23:08:04 +0000</pubDate></item><item><title>Patch Tuesday fixes PrintNightmare by requiring admin privileges to install print drivers</title><link>https://nsaneforums.com/news/security-privacy-news/patch-tuesday-fixes-printnightmare-by-requiring-admin-privileges-to-install-print-drivers-r1729/</link><description><![CDATA[<article>
	<p>
		PrintNightmare is a vulnerability that allows privilege escalation by letting regular users install fake printer drivers which grant hackers admin privileges.
	</p>

	<p>
		 
	</p>

	<p>
		After a number of patched is various efficacy Microsoft has chosen to fix the issue with this month’s Patch Tuesday by requiring users to have admin privileges before they can install printer drivers.
	</p>

	<p>
		 
	</p>

	<p>
		Microsoft notes:
	</p>

	<blockquote>
		<p>
			Our investigation into several vulnerabilities collectively referred to as “PrintNightmare” has determined that the default behavior of Point and Print does not provide customers with the level of security required to protect against potential attacks.
		</p>

		<p>
			 
		</p>

		<p>
			Today, we are addressing this risk by changing the default Point and Print driver installation and update behavior to require administrator privileges. The installation of this update with default settings will mitigate the publicly documented vulnerabilities in the Windows Print Spooler service. This change will take effect with the installation of the security updates released on August?10, 2021 for all versions of Windows, and is documented as CVE-2021-34481.
		</p>
	</blockquote>

	<p>
		This means regular users will not be able to install printer drivers without the assistance of an admin, but given how rarely this is needed this is unlikely to be a major issue. If it is a major inconvenience however this behaviour can be bypassed via the registry, but this is of course not recommended.
	</p>

	<p>
		 
	</p>

	<p>
		Admins can read more about the issue at <a href="https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-34481" rel="external nofollow" target="_blank">CVE-2021-34481</a>.
	</p>

	<p>
		 
	</p>

	<p>
		via <a href="https://www.onmsft.com/news/windows-will-require-admin-privileges-to-install-printer-drivers-because-of-printnightmare-and-other-patch-tuesday-news" rel="external nofollow" target="_blank">onMSFT</a>
	</p>
</article>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/patch-tuesday-fixes-printnightmare-by-requiring-admin-privileges-to-install-print-drivers/" rel="external nofollow">Patch Tuesday fixes PrintNightmare by requiring admin privileges to install print drivers</a>
</p>
]]></description><guid isPermaLink="false">1729</guid><pubDate>Tue, 10 Aug 2021 23:04:06 +0000</pubDate></item></channel></rss>
