<?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/61/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>Free Download Manager releases script to check for Linux malware</title><link>https://nsaneforums.com/news/security-privacy-news/free-download-manager-releases-script-to-check-for-linux-malware-r18781/</link><description><![CDATA[<p>
	The developers of Free Download Manager (FDM) have published a script to check if a Linux device was infected through a recently reported supply chain attack.
</p>

<p>
	 
</p>

<p>
	Free Download Manager is a popular cross-platform download manager that offers torrenting, proxying, and online video downloads through a user-friendly interface.
</p>

<p>
	 
</p>

<p>
	Last week, <a href="https://www.bleepingcomputer.com/news/security/free-download-manager-site-redirected-linux-users-to-malware-for-years/" target="_blank" rel="external nofollow">Kaspersky revealed</a> that the project's website was compromised at some point in 2020, redirecting a portion of Linux users who attempted to download the software to a malicious site.
</p>

<p>
	 
</p>

<p>
	This site dropped a trojanized FDM installer for Linux that installed a Bash information stealer and a backdoor that established a reverse shell from the attacker's server.
</p>

<p>
	 
</p>

<p>
	Even though many users reported peculiar behavior after installing the malicious installer, the infection remained undetected for three years until Kaspersky's report was published.
</p>

<h2>
	Free Download Manager's response
</h2>

<p>
	With the matter gaining attention, FDM investigated and discovered that Kaspersky's and other's reports about the compromise of their site had been ignored due to an error in their contact system.
</p>

<p>
	 
</p>

<p>
	"It appears that a specific web page on our site was compromised by a Ukrainian hacker group, exploiting it to distribute malicious software," explained the <a href="https://www.freedownloadmanager.org/blog/?p=664" rel="external nofollow" target="_blank">security announcement</a> on FDM's site.
</p>

<p>
	 
</p>

<p>
	"Only a small subset of users, specifically those who attempted to download FDM for Linux between 2020 and 2022, were potentially exposed."
</p>

<p>
	 
</p>

<p>
	"Intriguingly, this vulnerability was unknowingly resolved during a routine site update in 2022."
</p>

<p>
	 
</p>

<p>
	The developers say that the site was breached through website vulnerability, allowing the attackers to introduce a malicious code that changed the download page for a small percentage of visitors.
</p>

<p>
	 
</p>

<p>
	Today, FDM released a script that will scan Linux computers to check if they were infected with the info-stealer malware from this campaign.
</p>

<p>
	 
</p>

<p>
	The script is <a href="https://files2.freedownloadmanager.org/linux_malware_check.sh" rel="external nofollow" target="_blank">available from here</a>, and running it is a two-step process from a terminal:
</p>

<pre style="margin-left: 40px;">chmod +x linux_malware_check.sh
./linux_malware_check.sh</pre>

<p>
	Users should note that the scanner script will only identify if the malware is installed by looking for the presence of some files on the system, but it does not remove them.
</p>

<p>
	 
</p>

<p>
	Hence, if the scanner finds anything, users must manually remove the malware or use additional security tools to locate and uproot the malware files. 
</p>

<p>
	 
</p>

<p>
	FDM's recommended action is to reinstall the system.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/free-download-manager-releases-script-to-check-for-linux-malware/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18781</guid><pubDate>Thu, 21 Sep 2023 07:05:17 +0000</pubDate></item><item><title>Signal adds quantum-resistant encryption to its E2EE messaging protocol</title><link>https://nsaneforums.com/news/security-privacy-news/signal-adds-quantum-resistant-encryption-to-its-e2ee-messaging-protocol-r18772/</link><description><![CDATA[<p>
	Signal has announced that it upgraded its end-to-end communication protocol to use quantum-resistant encryption keys to protect users from future attacks.
</p>

<p>
	 
</p>

<p>
	Quantum computers that use qubits (superpositions of 0 and 1) have the potential to be much more powerful and faster than current systems, allowing them to perform computations that would typically take years in a short time.
</p>

<p>
	 
</p>

<p>
	While Quantum computers are not a threat yet, <a href="https://www.bleepingcomputer.com/news/security/google-released-first-quantum-resilient-fido2-key-implementation/" target="_blank" rel="external nofollow">large tech firms</a> and <a href="https://www.bleepingcomputer.com/news/security/cisa-prepare-now-for-quantum-computers-not-when-hackers-use-them/" target="_blank" rel="external nofollow">other stakeholders</a> are already preparing for their game-changing advent.
</p>

<p>
	 
</p>

<p>
	One of the threats this emerging technology poses is to weaken current encryption schemes, allowing protected data to be decrypted quickly and gaining access to encrypted secrets.
</p>

<p>
	 
</p>

<p>
	Predictions on when powerful enough quantum computers might emerge vary from 5 years to never. Nonetheless, we already face the risk of "<a href="https://en.wikipedia.org/wiki/Harvest_now,_decrypt_later" rel="external nofollow" target="_blank">harvest now, decrypt later</a>," making the adoption of quantum-resistant algorithms important.
</p>

<h2>
	Quantum-resistant E2EE
</h2>

<p>
	For communication apps, like Signal, that use end-to-end encryption to protect communication between two parties, the concern is that encrypted communications can be intercepted and deciphered to expose the contents of the communication.
</p>

<p>
	 
</p>

<p>
	Signal explains that its "<a href="https://signal.org/docs/specifications/x3dh/" rel="external nofollow" target="_blank">X3DH</a>" (Extended Triple Diffie-Hellman) key agreement protocol has been upgraded to "<a href="https://signal.org/docs/specifications/pqxdh/" rel="external nofollow" target="_blank">PQXDH</a>" (Post-Quantum Extended Diffie-Hellman), which incorporates quantum-resistant secret key generation mechanisms for Signal's end-to-end encryption (E2EE) specification.
</p>

<p>
	 
</p>

<p>
	Specifically, PQXDH uses both X3DH's elliptic curve key agreement protocol and a post-quantum key encapsulation mechanism called CRYSTALS-Kyber.
</p>

<p>
	 
</p>

<p>
	CRYSTALS-Kyber is a <a href="https://www.nist.gov/news-events/news/2022/07/nist-announces-first-four-quantum-resistant-cryptographic-algorithms" rel="external nofollow" target="_blank">NIST-approved</a> quantum-resistant cryptographic algorithm suitable for general encryption and speedy operations that require a quick exchange of small encryption keys.
</p>

<p>
	 
</p>

<p>
	"We believe that the key encapsulation mechanism we have selected, CRYSTALS-Kyber, is built on solid foundations, but to be safe, we do not want to simply replace our existing elliptic curve cryptography foundations with a post-quantum public key cryptosystem," <a href="https://signal.org/blog/pqxdh/" rel="external nofollow" target="_blank">explains Signal</a>.
</p>

<p>
	 
</p>

<p>
	"Instead, we are augmenting our existing cryptosystems such that an attacker must break both systems in order to compute the keys protecting people's communications."
</p>

<p>
	 
</p>

<p>
	Signal emphasizes that the transition to PQXDH is just the initial move toward achieving quantum-resistant E2EE.
</p>

<p>
	 
</p>

<p>
	Over the coming years, further upgrades and adaptations will be rolled out to fill data security gaps or address emerging challenges from ongoing research.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/signal-adds-quantum-resistant-encryption-to-its-e2ee-messaging-protocol/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18772</guid><pubDate>Wed, 20 Sep 2023 18:40:59 +0000</pubDate></item><item><title>Microsoft Defender, Kaspersky, McAfee get worse while Avast, AVG shine in Windows web test</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-defender-kaspersky-mcafee-get-worse-while-avast-avg-shine-in-windows-web-test-r18763/</link><description><![CDATA[<p>
	AV-Comparatives, which is an anti-malware assessment firm, released its latest report recently comparing various popular anti-virus solutions on the market. Dubbed "Real-World Protection Test", the evaluation was last done in February-March 2023 where Microsoft Defender had performed extremely well. It was conducted on a Windows 10 64-bit PC.
</p>

<p>
	 
</p>

<p>
	The Real-World Protection test deals with web threats and is different from the company's Malware Protection Test which is about malware executed on the system.
</p>

<p>
	 
</p>

<p>
	This time around though, Defender has regressed in performance by what may be regarded as a somewhat significant amount. While last time, Defender had <a href="https://www.neowin.net/news/av-comparatives-microsoft-defender-kaspersky-bitdefender-some-of-the-best-for-web-threats/" rel="external nofollow">managed to block 99.8%</a> of the malicious test cases, this time the blocked percentage fell to 99.2%, and this was despite the number of test files being lower this time. In case you are wondering, the February-March report had 520 test cases whereas this time around, there are 254. The number of false positives came down to one as opposed to two last time, though percentage-wise, it is probably similar due to the lower number of samples.
</p>

<p>
	 
</p>

<p>
	The number of test cases has decreased due to a couple of main reasons as AV-Comparatives explains:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>Over the year we evaluate several tens of thousands malicious URLs. Unfortunately, many of these have to be discarded for various reasons. We remove duplicates such as the same malware hosted on different domains or IP addresses, sites already tested, “grey” or non-malicious sites/files, and malware/sites disappearing during the test. Many malicious URLs carrying exploits were not able to compromise the chosen system/applications because of the patch level. This means that the vulnerabilities in the third-party applications on the system were already patched and the exploits could therefore not deliver their malicious payload.</em>
</p>

<p>
	 
</p>

<p>
	Alongside Defender, other major vendors' software like Kaspersky, McAfee, Bitdefender, and ESET were also worse off <a href="https://www.neowin.net/news/av-comparatives-microsoft-defender-kaspersky-bitdefender-some-of-the-best-for-web-threats/" rel="external nofollow">compared to last time</a>. In particular, Kaspersky was really poor as it was able to block 100% of cases previously with zero false positives.
</p>

<p>
	 
</p>

<p>
	The full result can be viewed in the image below (click to zoom):
</p>

<p>
	 
</p>

<p>
	<img alt="1695132605_av_comparatives_aug_2023_real" class="ipsImage" data-ratio="75.10" height="335" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/09/1695132605_av_comparatives_aug_2023_real_world_protection_test.jpg">
</p>

<p>
	 
</p>

<p>
	The real star of the show this time seems to be F-Secure which blocked 100% of the threats though it still retained a very high number of false positives. The best of the lot was Avast and AVG, which are both based on the same engine and blocked 100% of the malware samples and only had a single false positive. You can read about the full results on this <a href="https://www.av-comparatives.org/tests/real-world-protection-test-july-august-2023-factsheet/" rel="external nofollow">page</a> on AV-Comparatives' website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-defender-kaspersky-mcafee-get-worse-while-avast-avg-shine-in-windows-web-test/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18763</guid><pubDate>Wed, 20 Sep 2023 07:13:07 +0000</pubDate></item><item><title>Chinese hackers are exploiting a new Linux backdoor to target national governments</title><link>https://nsaneforums.com/news/security-privacy-news/chinese-hackers-are-exploiting-a-new-linux-backdoor-to-target-national-governments-r18749/</link><description><![CDATA[<p>
	A Chinese threat actor was observed targeting multiple governments around the world with a new Linux backdoor, according to new findings from Trend Micro.
</p>

<p>
	 
</p>

<p>
	As reported by BleepingComputer, the group is called Earth Lusca, and has been active in the first half of the year, targeting government organizations in Southeast Asia, Central Asia, the Balkans, and elsewhere. The organizations were mostly focused on foreign affairs, technology, and telecommunications. Earth Lusca’s goal seems to be espionage.
</p>

<p>
	 
</p>

<p>
	To compromise their targets’ endpoints, the group used multiple n-day unauthenticated remote code execution flaws, most of which were discovered and addressed between 2019 and 2022. Through these flaws, they’d drop Cobalt Strike beacons, which were later used to deploy a new Linux backdoor called SprySOCKS.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>Stealing files and more</strong></span>
</p>

<p>
	 
</p>

<p>
	SprySOCKS is not brand new, though. Its code is a mix of multiple other malware variants, it was said, including the Trochilus open-source malware for Windows, a backdoor for the same OS called RedLeaves, and Derusbi, which is a Linux malware. 
</p>

<p>
	 
</p>

<p>
	Its key functionalities include system information harvesting, starting an interactive shell using the PTY subsystem, listing network connections, managing SOCKS proxy configurations, as well as the usual capabilities such as uploading and downloading files. 
</p>

<p>
	 
</p>

<p>
	Besides SprySOCKS, the group was seen dropping a Linux ELF injector dubbed “mandibule”, as well. Mandible itself was tweaked and changed, but in a relatively sloppy manner, it seems, as researchers found debug messages and symbols behind, indicating that the developers weren’t really paying attention that much. 
</p>

<p>
	 
</p>

<p>
	SprySOCKS, on the other hand, is in active development, the researchers concluded. So far, they managed to obtain two versions of the backdoor, including v1.1 and v.1.3.6. 
</p>

<p>
	 
</p>

<p>
	The best way to protect against such threats is to make sure all endpoints are patched regularly.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.msn.com/en-us/news/technology/chinese-hackers-are-exploiting-a-new-linux-backdoor-to-target-national-governments/ar-AA1gWDO5" rel="external nofollow">Source</a></strong>
</p>

<p>
	 
</p>

<p>
	<em>Also:  <a href="https://arstechnica.com/security/2023/09/never-before-seen-linux-backdoor-is-a-windows-malware-knockoff/" rel="external nofollow">Chinese hackers have unleashed a never-before-seen Linux backdoor.</a></em>
</p>
]]></description><guid isPermaLink="false">18749</guid><pubDate>Tue, 19 Sep 2023 15:06:26 +0000</pubDate></item><item><title>Microsoft researchers leak 38TB of sensitive data due to misconfigured storage on GitHub</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-researchers-leak-38tb-of-sensitive-data-due-to-misconfigured-storage-on-github-r18725/</link><description><![CDATA[<p>
	As AI projects involve massive datasets, accidental exposures become more common as data is shared between teams. Recently, it is reported that Microsoft accidentally exposed "tens of terabytes" of sensitive internal data online due to a misconfigured cloud storage access setting.
</p>

<p>
	 
</p>

<p>
	Cloud security firm Wiz discovered that an Azure storage container linked from a GitHub repository used by Microsoft AI researchers had an overly permissive shared-access-signature (SAS) token assigned. This allowed anyone who accessed the storage URL full control over all data in the entire storage account.
</p>

<p>
	 
</p>

<p>
	For those not familiar, <a href="https://www.neowin.net/news/secure-storage-encryption-for-azure-file-storage-hits-ga/" rel="external nofollow">Azure Storage is a service</a> that allows you to store data as a File, Disk, Blob, Queue, or Table. The data exposed included 38 terabytes of files, including the personal backups of two Microsoft employees containing passwords, secret keys, and over 30,000 internal Microsoft Teams messages.
</p>

<p>
	 
</p>

<p>
	The data had been accessible since 2020 due to the misconfiguration. Wiz notified Microsoft of the issue on June 22, and the company revoked the SAS token two days later.
</p>

<p>
	 
</p>

<p>
	An investigation found no customer data was involved. However, the exposure could have allowed malicious actors to delete, modify or inject files into Microsoft's systems and internal services over an extended time.
</p>

<p>
	 
</p>

<p>
	In a <a href="https://msrc.microsoft.com/blog/2023/09/microsoft-mitigated-exposure-of-internal-information-in-a-storage-account-due-to-overly-permissive-sas-token/" rel="external nofollow">blog post</a>, Microsoft wrote;
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>No customer data was exposed, and no other internal services were put at risk because of this issue. No customer action is required in response to this issue... Our investigation concluded that there was no risk to customers as a result of this exposure.</em>
</p>

<p>
	 
</p>

<p>
	In response to the findings from Wiz's research, Microsoft <a href="https://msrc.microsoft.com/blog/2023/09/microsoft-mitigated-exposure-of-internal-information-in-a-storage-account-due-to-overly-permissive-sas-token/" rel="external nofollow">has enhanced</a> GitHub's secret scanning service. Microsoft's Security Response Center said it will now monitor all public open-source code modifications for instances where credentials or other secrets are exposed as plain text.
</p>

<p>
	 
</p>

<p>
	In an interview with TechCrunch, Wiz co-founder Ami Luttwak said;
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>AI unlocks huge potential for tech companies. However, as data scientists and engineers race to bring new AI solutions to production, the massive amounts of data they handle require additional security checks and safeguards.</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>With many development teams needing to manipulate massive amounts of data, share it with their peers or collaborate on public open source projects, cases like Microsoft's are increasingly hard to monitor and avoid.</em>
</p>

<p>
	 
</p>

<p>
	Source: <a href="https://msrc.microsoft.com/blog/2023/09/microsoft-mitigated-exposure-of-internal-information-in-a-storage-account-due-to-overly-permissive-sas-token/" rel="external nofollow">Microsoft's Security Response Center</a> via <a href="https://techcrunch.com/2023/09/18/microsoft-ai-researchers-accidentally-exposed-terabytes-of-internal-sensitive-data/" rel="external nofollow">TechCrunch </a>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-researchers-leak-38tb-of-sensitive-data-due-to-misconfigured-storage-on-github/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18725</guid><pubDate>Mon, 18 Sep 2023 20:53:40 +0000</pubDate></item><item><title>Probe reveals previously secret Israeli spyware that infects targets via ads</title><link>https://nsaneforums.com/news/security-privacy-news/probe-reveals-previously-secret-israeli-spyware-that-infects-targets-via-ads-r18716/</link><description><![CDATA[<p>
	<span style="font-size:22px;">Oh s#!t, Sherlock</span>
</p>

<p>
	 
</p>

<p>
	Israeli software maker Insanet has reportedly developed a commercial product called Sherlock that can infect devices via online adverts to snoop on targets and collect data about them for the biz's clients.
</p>

<p>
	 
</p>

<p>
	This is according to an investigation by Haaretz, which this week claimed the spyware system had been sold to a country that is not a democracy.
</p>

<p>
	 
</p>

<p>
	The newspaper's report, we're told, marks the first time details of Insanet and its surveillanceware have been made public. Furthermore, Sherlock is capable of drilling its way into Microsoft Windows, Google Android, and Apple iOS devices, according to cited marketing bumf.
</p>

<p>
	 
</p>

<p>
	"According to the findings of the investigation, this is the first case in the world where a system of this sort is being sold as technology, as opposed to a service," journo Omer Benjakob wrote, adding Insanet received approval from Israel's Defense Ministry to sell Sherlock globally as a military product albeit under various tight restrictions, such as only selling to Western nations.
</p>

<p>
	 
</p>

<p>
	"Even to present it to a potential client in the West, a specific permit must be obtained from the Defense Ministry, and it’s not always given," Benjakob noted.
</p>

<p>
	 
</p>

<p>
	The company, founded in 2019, is owned by ex-military and national defense types. Its founders include the former chief of Israel's National Security Council Dani Arditi and cyber entrepreneurs Ariel Eisen and Roy Lemkin.
</p>

<p>
	 
</p>

<p>
	Arditi, who, according to his LinkedIn profile, is the chief executive at an Israeli tech company called IFG Security, did not respond to The Register's inquiries. Neither did Lemkin, CEO of Exceed Ventures, a cyber intelligence fund. Eisen could not be reached for comment.
</p>

<p>
	 
</p>

<p>
	"Insanet is an Israeli company, which operates with full and absolute obligation to Israeli law and to its strict regulatory directives," the biz reportedly told the newspaper.
</p>

<p>
	 
</p>

<p>
	To market its snoopware, Insanet reportedly teamed up with Candiru, an Israel-based spyware maker that has been sanctioned in the US, to offer Sherlock along with Candiru's spyware – an infection of Sherlock will apparently set a client back six million euros ($6.7 million, £5.2 million), mind you.
</p>

<p>
	 
</p>

<p>
	The Haaretz report cited a Candiru marketing document from 2019 in reporting the following:
</p>

<p>
	 
</p>

<p style="margin-left:40px;">
	<strong>The document also revealed that Sherlock could breach Windows-based computers as well as iPhones and Androids. Until now, different companies have specialized in breaching different devices. Candiru focused on PCs, NSO could hack iPhones, and its competitors specialized in Androids. But with this system, as the documents show, every device could effectively be breached.</strong>
</p>

<p>
	 
</p>

<p>
	The Electronic Frontier Foundation's Director of Activism Jason Kelley said Insanet's use of advertising technology to infect devices and spy on clients' targets makes it especially worrisome. Dodgy online ads don't just provide a potential vehicle for delivering malware, such as via carefully crafted images or JavaScript in the ads that exploit vulnerabilities in browsers and OSes, they can be used to go after specific groups of people – such as those who are interested in open source code, or who frequently travel to Asia – that someone might be interested in snooping on.
</p>

<p>
	 
</p>

<p>
	"This method of surveillance and targeting uses commercially available data that's very difficult to erase from the internet," Kelley told <span style="color:#2980b9;"><em>The Register</em></span>. "Most people have no idea how much of their information has been compiled or shared by data brokers and ad tech companies, and have little ability to erase it."
</p>

<p>
	 
</p>

<p>
	It's an interesting twist. Sherlock seems designed to use legal data collection and digital advertising technologies — beloved by Big Tech and online media — to target people for government-level espionage. Other spyware, such as NSO Group's Pegasus or Cytrox's Predator and Alien, tends to be more precisely targeted.
</p>

<p>
	 
</p>

<p>
	"Threat-wise, this can be compared to malvertising where a malicious advertisement is blanket-pushed to unsuspecting users," Qualys threat research manager Mayuresh Dani told <span style="color:#2980b9;"><em>The Register</em></span>.
</p>

<p>
	 
</p>

<p>
	"In this case, however, it seems that this is a two-staged attack wherein users are first profiled using advertising intelligence (AdInt) and then they are served malicious payloads via advertisements. Unsuspecting users are definitely susceptible to such attacks."
</p>

<p>
	 
</p>

<p>
	The good news for some, at least: it likely poses a minimal threat to most people, considering the multi-million-dollar price tag and other requirements for developing a surveillance campaign using Sherlock, Kelley noted. 
</p>

<p>
	 
</p>

<p>
	Still, "it's just one more way that spyware companies can surveil and target activists, reporters, and government officials," he said.
</p>

<p>
	 
</p>

<p>
	There are some measures netizens can take to protect themselves from Sherlock and other data-harvesting technologies.
</p>

<p>
	 
</p>

<p>
	"Since these ads are being served using known advertisement networks, anti-adware technologies such as not loading JavaScript, using ad blockers or privacy-aware browsers, and not clicking on advertisements should act as a guardrail against this attack," Dani suggested.
</p>

<p>
	 
</p>

<p>
	And more broadly: "Pass consumer data privacy laws," Kelley said.
</p>

<p>
	 
</p>

<p>
	"Data finds its way to being used for surveillance, and worse, all the time," he continued. "Stop making the data collection profitable, and this goes away. If behavioral advertising were banned, the industry wouldn't exist." ®
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.theregister.com/2023/09/16/insanet_spyware/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18716</guid><pubDate>Mon, 18 Sep 2023 02:51:04 +0000</pubDate></item><item><title>The Week in Ransomware - September 15th 2023 - Russian Roulette</title><link>https://nsaneforums.com/news/security-privacy-news/the-week-in-ransomware-september-15th-2023-russian-roulette-r18684/</link><description><![CDATA[<p>
	This week’s big news is the extortion attacks on the Caesars and MGM Las Vegas casino chains, with one having already paid the ransom and the other still facing operational disruptions.
</p>

<p>
	 
</p>

<p>
	Caesers was first quietly breached earlier this month, with the <a href="https://www.bleepingcomputer.com/news/security/caesars-entertainment-confirms-ransom-payment-customer-data-theft/" target="_blank" rel="external nofollow">attackers stealing its loyalty program database</a>. This database contains driver's license numbers and social security for customers, and to prevent the leak of the data, Caesers paid a ransom demand.
</p>

<p>
	 
</p>

<p>
	According to a report by the <a href="https://www.wsj.com/business/hospitality/caesars-paid-ransom-after-suffering-cyberattack-7792c7f0" rel="external nofollow" target="_blank">Wall Street Journal</a>, the threat actors demanded $30 million not to leak the data, but the Casino negotiated it down to a $15 million payment.
</p>

<p>
	 
</p>

<p>
	"We have taken steps to ensure that the stolen data is deleted by the unauthorized actor, although we cannot guarantee this result," Caesars said in an SEC 8-K filing published after news of the attack leaked.
</p>

<p>
	 
</p>

<p>
	This week, <a href="https://www.bleepingcomputer.com/news/security/mgm-resorts-shuts-down-it-systems-after-cyberattack/" target="_blank" rel="external nofollow">MGM Resorts suffered a ransomware attack</a>, causing massive disruptions in its casinos, such as ATMs and credit card machines not working, guests locked our of hotel rooms, and slot machines not working.
</p>

<p>
	 
</p>

<p>
	It was later confirmed that this attack was conducted by an affiliate for the BlackCat/ALPHV ransomware operation known as Scattered Spider.
</p>

<p>
	 
</p>

<p>
	In a lengthy statement on the ransomware gang's data leak site, the threat actors claim to have gained full access to the company's network and ultimately encrypted <a href="https://www.bleepingcomputer.com/news/security/mgm-casinos-esxi-servers-allegedly-encrypted-in-ransomware-attack/" target="_blank" rel="external nofollow">100 VMware ESXi servers</a>.
</p>

<p>
	 
</p>

<p>
	We also learned about ransomware attacks on <a href="https://www.bleepingcomputer.com/news/security/manchester-police-officers-data-exposed-in-ransomware-attack/" target="_blank" rel="external nofollow">the United Kingdom's Greater Manchester Police (GMP)</a>, the <a href="https://www.bleepingcomputer.com/news/security/auckland-transport-authority-hit-by-suspected-ransomware-attack/" target="_blank" rel="external nofollow">Auckland transport authority</a>, and IT solutions provider <a href="https://www.bleepingcomputer.com/news/security/orbcomm-ransomware-attack-causes-trucking-fleet-management-outage/" target="_blank" rel="external nofollow">ORBCOMM</a>.
</p>

<p>
	 
</p>

<p>
	Finally, some interesting research was released this week:
</p>

<p>
	 
</p>

<ul>
	<li>
		Report on how a ransomware initial access broker is <a href="https://www.bleepingcomputer.com/news/security/ransomware-access-broker-steals-accounts-via-microsoft-teams-phishing/" target="_blank" rel="external nofollow">stealing credentials through Microsoft Teams phishing</a>.
	</li>
	<li>
		Research on a <a href="https://www.bleepingcomputer.com/news/security/hackers-use-new-3am-ransomware-to-save-failed-lockbit-attack/" target="_blank" rel="external nofollow">new 3AM ransomware operation</a>, which has been seen deployed by a LockBit affiliate.
	</li>
	<li>
		An <a href="https://resources.securityscorecard.com/research/analysis-money-message-ransomware" rel="external nofollow" target="_blank">analysis of the Money Message ransomware encryptor</a>.
	</li>
</ul>

<p>
	 
</p>

<p>
	Contributors and those who provided new ransomware information and stories this week include: <a href="https://twitter.com/Seifreed" rel="external nofollow" target="_blank">@Seifreed</a>, <a href="https://twitter.com/malwareforme" rel="external nofollow" target="_blank">@malwareforme</a>, <a href="https://twitter.com/serghei" rel="external nofollow" target="_blank">@serghei</a>, <a href="https://twitter.com/malwrhunterteam" rel="external nofollow" target="_blank">@malwrhunterteam</a>, <a href="https://twitter.com/BleepinComputer" rel="external nofollow" target="_blank">@BleepinComputer</a>, <a href="https://twitter.com/demonslay335" rel="external nofollow" target="_blank">@demonslay335</a>, <a href="https://twitter.com/Ionut_Ilascu" rel="external nofollow" target="_blank">@Ionut_Ilascu</a>, <a href="https://twitter.com/LawrenceAbrams" rel="external nofollow" target="_blank">@LawrenceAbrams</a>, <a href="https://twitter.com/billtoulas" rel="external nofollow" target="_blank">@billtoulas</a>, <a href="https://twitter.com/vxunderground" rel="external nofollow" target="_blank">@vxunderground</a>, <a href="https://twitter.com/BroadcomSW" rel="external nofollow" target="_blank">@BroadcomSW</a>, <a href="https://twitter.com/MsftSecIntel" rel="external nofollow" target="_blank">@MsftSecIntel</a>, <a href="https://twitter.com/AlvieriD" rel="external nofollow" target="_blank">@AlvieriD</a>, <a href="https://twitter.com/WilliamTurton" rel="external nofollow" target="_blank">@WilliamTurton</a>, <a href="https://twitter.com/GeeksCyber" rel="external nofollow" target="_blank">@GeeksCyber</a>, <a href="https://twitter.com/pcrisk" rel="external nofollow" target="_blank">@pcrisk</a>, and <a href="https://twitter.com/Mandiant" rel="external nofollow" target="_blank">@Mandiant</a>.
</p>

<h2>
	September 11th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/mgm-resorts-shuts-down-it-systems-after-cyberattack/" target="_blank" rel="external nofollow">MGM Resorts shuts down IT systems after cyberattack</a>
</h3>

<p>
	MGM Resorts International disclosed today that it is dealing with a cybersecurity issue that impacted some of its systems, including its main website, online reservations, and in-casino services, like ATMs, slot machines, and credit card machines.
</p>

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

<p>
	<a href="https://twitter.com/pcrisk" rel="external nofollow" target="_blank">PCrisk</a> found new STOP ransomware variants that append the .hgfu and .hgew extensions.
</p>

<h2>
	September 12th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/ransomware-access-broker-steals-accounts-via-microsoft-teams-phishing/" target="_blank" rel="external nofollow">Ransomware access broker steals accounts via Microsoft Teams phishing</a>
</h3>

<p>
	Microsoft says an initial access broker known for working with ransomware groups has recently switched to Microsoft Teams phishing attacks to breach corporate networks.
</p>

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

<p>
	PCrisk found a ransomware called AnonTsugumi that appends the .anontsugumi extension and drops a ransom note named README.txt.
</p>

<h2>
	September 13th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/hackers-use-new-3am-ransomware-to-save-failed-lockbit-attack/" target="_blank" rel="external nofollow">Hackers use new 3AM ransomware to save failed LockBit attack</a>
</h3>

<p>
	A new ransomware strain called 3AM has been uncovered after a threat actor used it in an attack that failed to deploy LockBit ransomware on a target network.
</p>

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

<p>
	<a href="https://twitter.com/pcrisk" rel="external nofollow" target="_blank">PCrisk</a> found new STOP ransomware variants that append the .ooza and .oopl extensions.
</p>

<h2>
	September 14th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/manchester-police-officers-data-exposed-in-ransomware-attack/" target="_blank" rel="external nofollow">Manchester Police officers' data exposed in ransomware attack</a>
</h3>

<p>
	United Kingdom's Greater Manchester Police (GMP) said earlier today that some of its employees' personal information was impacted by a ransomware attack that hit a third-party supplier.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/caesars-entertainment-confirms-ransom-payment-customer-data-theft/" target="_blank" rel="external nofollow">Caesars Entertainment confirms ransom payment, customer data theft</a>
</h3>

<p>
	Caesars Entertainment, self-described as the largest U.S. casino chain with the most extensive loyalty program in the industry, says it paid a ransom to avoid the online leak of customer data stolen in a recent cyberattack.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/auckland-transport-authority-hit-by-suspected-ransomware-attack/" target="_blank" rel="external nofollow">Auckland transport authority hit by suspected ransomware attack</a>
</h3>

<p>
	The Auckland Transport (AT) transportation authority in New Zealand is dealing with a widespread outage caused by a cyber incident, impacting a wide range of customer services.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/mgm-casinos-esxi-servers-allegedly-encrypted-in-ransomware-attack/" target="_blank" rel="external nofollow">MGM casino's ESXi servers allegedly encrypted in ransomware attack</a>
</h3>

<p>
	An affiliate of the BlackCat ransomware group, also known as APLHV, is behind the <a href="https://www.bleepingcomputer.com/news/security/mgm-resorts-shuts-down-it-systems-after-cyberattack/" target="_blank" rel="external nofollow">attack that disrupted MGM Resorts’ operations</a>, forcing the company to shut down IT systems.
</p>

<h3>
	<a href="https://www.mandiant.com/resources/blog/unc3944-sms-phishing-sim-swapping-ransomware" rel="external nofollow" target="_blank">Why Are You Texting Me? UNC3944 Leverages SMS Phishing Campaigns for SIM Swapping, Ransomware, Extortion, and Notoriety</a>
</h3>

<p>
	UNC3944 is a financially motivated threat cluster that has <a href="https://www.mandiant.com/resources/blog/sim-swapping-abuse-azure-serial" rel="external nofollow">persistently used</a><a href="https://www.mandiant.com/resources/blog/sim-swapping-abuse-azure-serial" rel="external nofollow"> phone-based social engineering</a> and SMS phishing campaigns (smishing) to obtain credentials to gain and escalate access to victim organizations. At least some UNC3944 threat actors appear to operate in underground communities, such as Telegram and underground forums, which they may leverage to acquire tools, services, and/or other support to augment their operations.
</p>

<h2>
	September 15th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/orbcomm-ransomware-attack-causes-trucking-fleet-management-outage/" target="_blank" rel="external nofollow">ORBCOMM ransomware attack causes trucking fleet management outage</a>
</h3>

<p>
	Trucking and fleet management solutions provider ORBCOMM has confirmed that a ransomware attack is behind recent service outages preventing trucking companies from managing their fleets.
</p>

<h3>
	<a href="https://resources.securityscorecard.com/research/analysis-money-message-ransomware" rel="external nofollow" target="_blank">A detailed analysis of the Money Message Ransomware</a>
</h3>

<p>
	The threat actor group, Money Message ransomware, first appeared in March 2023, demanding million-dollar ransoms from its targets. Its configuration, which contains the services and processes to stop a ransomware attack, can be found at the end of the executable. The ransomware creates a mutex and deletes the Volume Shadow Copies using vssadmin.exe.
</p>

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

<p>
	PCrisk found a ransomware variant that appends the .elibe extension and drops a ranom note named FILES ENCRYPTED.txt.
</p>

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

<p>
	PCrisk found a STOP ransomware variant that appends the .oohu extension.
</p>

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

<p>
	<a href="https://www.bleepingcomputer.com/news/security/the-week-in-ransomware-september-15th-2023-russian-roulette/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18684</guid><pubDate>Sat, 16 Sep 2023 08:14:32 +0000</pubDate></item><item><title>Brave Browser 1.58 launches with YouTube adblocking improvements</title><link>https://nsaneforums.com/news/security-privacy-news/brave-browser-158-launches-with-youtube-adblocking-improvements-r18668/</link><description><![CDATA[<p>
	Brave Software has released a new version of Brave Browser Stable. Brave 1.58 is the latest stable version of the browser and it is available for all supported desktop operating systems already.
</p>

<p>
	 
</p>

<p>
	Since Brave Browser is based on Chromium, it is also changing the minimum macOS version to 10.15, just like Chromium and Google Chrome did.
</p>

<p>
	 
</p>

<p>
	Users of the web browser may select Menu &gt; Help &gt; About Brave to display the current version installed on the device. Opening the page runs a check for updates, and the latest version should be downloaded and installed at this point as well. Once installed, Brave Browser's "About" page should list the version 1.58.124.
</p>

<h2>
	Brave 1.58
</h2>

<p>
	<img alt="brave-browser-1.58.png" class="ipsImage" data-ratio="75.10" height="447" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/09/brave-browser-1.58.png"></p><noscript><img class="alignnone size-full wp-image-202072" alt="brave browser 1.58" width="958" height="596" src="https://www.ghacks.net/wp-content/uploads/2023/09/brave-browser-1.58.png"></noscript>


<p>
	 
</p>

<p>
	The official release notes on the Brave website reveal that the underlying Chromium part has been upgraded to version 117.0.5938.62, which includes the fix for the critical security issue found in WebP image handling among other things. Google <a cmp-ltrk="Links" cmp-ltrk-idx="3" data-mrf-link="https://www.ghacks.net/2023/09/12/update-chrome-asap-critical-security-issue-exploited-in-the-wild/" data-wpel-link="internal" href="https://www.ghacks.net/2023/09/12/update-chrome-asap-critical-security-issue-exploited-in-the-wild/" mrfobservableid="19f0f0e7-16cb-4990-a5f9-0a8bae51a50c" rel="external nofollow">addressed the issue</a> earlier this week in Chrome and also in the <a cmp-ltrk="Links" cmp-ltrk-idx="4" data-mrf-link="https://www.ghacks.net/2023/09/13/chrome-117-is-here-security-update-new-design-price-tracking-and-more/" data-wpel-link="internal" href="https://www.ghacks.net/2023/09/13/chrome-117-is-here-security-update-new-design-price-tracking-and-more/" mrfobservableid="0eb1082c-41ff-4581-9bd4-82e8c76ed2e0" rel="external nofollow">Chrome 117 release</a>.
</p>

<p>
	 
</p>

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

<p>
	As far as noteworthy changes are concerned, there are a few. Brave users who watch videos on YouTube in the browser <a cmp-ltrk="Links" cmp-ltrk-idx="5" data-mrf-link="https://github.com/brave/brave-browser/issues/30896" data-wpel-link="external" href="https://github.com/brave/brave-browser/issues/30896" mrfobservableid="e3bb4883-c7d2-4b07-b913-c61c9ccaecc4" rel="external nofollow" target="_blank">may benefit</a> from the enforcement of aggressive cosmetic filtering on the site after the update. <a cmp-ltrk="Links" cmp-ltrk-idx="6" data-mrf-link="https://github.com/brave/brave-browser/issues/29986" data-wpel-link="external" href="https://github.com/brave/brave-browser/issues/29986" mrfobservableid="fc87e0e9-4e14-4bc3-b915-a12dfd7cd526" rel="external nofollow" target="_blank">Another</a> usability change enables the Easylist Cookie List for existing and new users alike in the browser. This list is designed to block cookie banners and other privacy notices that websites may display on visit.
</p>

<p>
	 
</p>

<p>
	Brave Browser is now also removing the tracking parameters “mtm_cid” and “pk_cid” from URLs automatically.
</p>

<p>
	 
</p>

<p>
	<img alt="speedreader-customize.png" class="ipsImage" data-ratio="75.10" height="496" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/09/speedreader-customize.png"></p><noscript><img class="alignnone size-full wp-image-202073" alt="speedreader customize" width="946" height="653" src="https://www.ghacks.net/wp-content/uploads/2023/09/speedreader-customize.png"></noscript>


<p>
	 
</p>

<p>
	Brave's Speedreader feature, which improves the readability of articles, has new customize options that allow users to change the theme, font and text size right from the interface. It is a quick option to make quick changes to the mode, which users may enable manually or <a cmp-ltrk="Links" cmp-ltrk-idx="7" data-mrf-link="https://www.ghacks.net/2022/06/08/configure-brave-browser-to-display-all-articles-in-reader-mode/" data-wpel-link="internal" href="https://www.ghacks.net/2022/06/08/configure-brave-browser-to-display-all-articles-in-reader-mode/" mrfobservableid="8a8dc3c8-7554-48b0-ac8e-c209e6045cd3" rel="external nofollow">automatically</a>.
</p>

<p>
	 
</p>

<p>
	Brave Browser ships with the "tune" icon now instead of the lock icon, which Google did also launch in Chrome and added to Chromium.
</p>

<p>
	 
</p>

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

<p>
	Brave Software lists improvements to vertical tab animations and sidebar slide animations as other improvements.
</p>

<p>
	 
</p>

<p>
	The browser's Web3 functionality has been updated as well, as usual. Web3 powers the browser's wallet, integration of crypto-assets and management options.
</p>

<p>
	 
</p>

<p>
	Brave Software continues to expand the browser's Web3 capabilities, but also usability features.
</p>

<p>
	 
</p>

<p>
	<strong>Now You:</strong> do you use Brave Browser?
</p>

<p>
	 
</p>

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

<p>
	<a href="https://www.ghacks.net/2023/09/15/brave-browser-1-58-launches-with-aggressive-adblocking-on-youtube/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18668</guid><pubDate>Fri, 15 Sep 2023 20:13:41 +0000</pubDate></item><item><title>TikTok issued a $368 million fine for the way it handles data of young users</title><link>https://nsaneforums.com/news/security-privacy-news/tiktok-issued-a-368-million-fine-for-the-way-it-handles-data-of-young-users-r18667/</link><description><![CDATA[<p>
	The Irish Data Protection Commission (DPC) <a href="https://www.dataprotection.ie/en/news-media/press-releases/DPC-announces-345-million-euro-fine-of-TikTok" rel="external nofollow">has announced today</a> its decision to issue a fine of €345 million (equivalent to approximately $368 million) to TikTok due to failures under GDPR when <a href="https://www.neowin.net/news/the-european-union-may-fine-tiktok-for-the-breach-of-child-privacy-laws/" rel="external nofollow">processing the personal data of child users</a> of the platform. The inquiry, which was focused on the time between 31 July and 31 December 2020, looked at TikTok's obligations under GDPR in the context of:
</p>

<p>
	 
</p>

<ol>
	<li>
		Certain TikTok platform settings, including public-by-default settings as well as the settings associated with the "Family Pairing" feature; and
	</li>
	<li>
		Age verification as part of the registration process
	</li>
</ol>

<p>
	 
</p>

<p>
	The final decision by the European Data Protection Board across the EU was adopted on 2 August 2023, and further findings were to be included in the DPC's draft decision leading to not just the fine, but a reprimand and an order for TikTok to bring its processing into compliance within 3 months of notification of the decision.
</p>

<p>
	 
</p>

<p>
	A graphic showing the full summary of the findings is shown below, as provided by the DPC, with a breakdown of exactly where TikTok was found to be in breach of the requirements of the GDPR.
</p>

<p>
	 
</p>

<p>
	Primarily, it focused on how the age-verification feature was not sufficient to prevent users from accessing the platform by inputting false information to bypass the check, as well as failings with the "Family Pairing" feature that would give options to disable some of the Direct Message protections for over 16-year-olds.
</p>

<p>
	 
</p>

<div>
	<figure>
		<img alt="1694780548_tiktok_decision_info_updated_" class="ipsImage" data-ratio="75.10" height="509" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/09/1694780548_tiktok_decision_info_updated_0.jpg">
		<figcaption>
			<em>Summary of the DPC's investigation</em>
		</figcaption>
	</figure>
</div>

<p>
	This isn't the first time that TikTok has been slapped with a GDPR-related fine from the EU relating to children's privacy on the platform, having been<a href="https://www.neowin.net/news/tiktok-fined-a-whopping-750000-for-violating-childrens-privacy/" rel="external nofollow"> issued a €750,000 fine in 2021</a> for a similar subject by the Dutch Data Protection Authority, which primarily related to offering privacy and usage policies only in English and not in member states' native languages.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/tiktok-issued-a-368-million-fine-for-the-way-it-handles-data-of-young-users/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18667</guid><pubDate>Fri, 15 Sep 2023 20:10:54 +0000</pubDate></item><item><title>WhatsApp head denies reports of ads coming to its app</title><link>https://nsaneforums.com/news/security-privacy-news/whatsapp-head-denies-reports-of-ads-coming-to-its-app-r18666/</link><description><![CDATA[<p>
	WhatsApp head Will Cathcart took to his X account (formerly Twitter) and disputed a media report claiming the Meta-owned company is exploring possibilities of displaying advertisements on its instant messaging app.
</p>

<p>
	 
</p>

<p>
	Financial Times <a href="https://www.ft.com/content/41f334a5-856c-4512-b550-eb6062036224" rel="external nofollow">reported</a> that some teams at Meta are discussing whether to show ads along with contacts in the list of conversations on the chat page. The interface could appear similar to how ads show up on Messenger.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed2944042132" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/wcathcart/status/1702539750123647185?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1702539750123647185%257Ctwgr%255E9c49212aa06d5ccdf340418c62cd502249209f55%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/whatsapp-head-denies-reports-of-ads-coming-to-its-app/" style="overflow: hidden; height: 524px;"></iframe>
</div>

<p>
	As per the report, no final decisions have been made and the concept has been debated at a higher level as there are concerns it could "alienate users." WhatsApp said in a statement that it's not testing or working on it, and doesn't have any plans around it.
</p>

<p>
	 
</p>

<p>
	WhatsApp has remained an ad-free app since its inception, and even after the <a href="https://www.neowin.net/news/facebook-buys-whatsapp-messaging-service/" rel="external nofollow">company was acquired by Meta</a> (then Facebook) in 2014. This has been in line with the popular note from WhatsApp co-founder Brian Acton, "No Ads!, No Games!, No Gimmicks!"
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed2287147945" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/neerajarora/status/1521964290160267264?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1521964290160267264%257Ctwgr%255E9c49212aa06d5ccdf340418c62cd502249209f55%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/whatsapp-head-denies-reports-of-ads-coming-to-its-app/" style="overflow: hidden; height: 1013px;"></iframe>
</div>

<p>
	In later years, however, Meta started using WhatsApp Business as the money-making machine for the instant messaging platform after ditching the $1 annual subscription fee. <a href="https://www.neowin.net/news/whatsapp-business-launched-to-help-small-business/" rel="external nofollow">Launched in 2018</a>, the app allows businesses to connect with their customers to provide various services and market new offers. It was reported earlier this year that WhatsApp Business <a href="https://www.neowin.net/news/whatsapp-business-reaches-200-million-users-will-allow-facebook-ads-without-an-account/" rel="external nofollow">reached 200 million users</a>.
</p>

<p>
	 
</p>

<p>
	Meta's other big acquisition Instagram has leveraged advertising for quite some time now. The social media app designed to consume image and video content displays ads in various places, including the content feed, Stories, and Reels.
</p>

<p>
	 
</p>

<p>
	In recent news, WhatsApp announced its Channels feature <a href="https://www.neowin.net/news/meta-expands-the-whatsapp-channels-feature-globally/" rel="external nofollow">will expand globally</a> in the coming weeks, starting with India. It also rolled out support for <a href="https://www.neowin.net/news/whatsapp-starts-full-rollout-of-hd-video-support-for-android-and-ios/" rel="external nofollow">uploading HD videos</a>, <a href="https://www.neowin.net/news/whatsapp-finally-bringing-multi-account-support-to-users/" rel="external nofollow">multi-account support</a>, <a href="https://www.neowin.net/news/revamped-whatsapp-for-macos-arrives-with-support-for-group-calling/" rel="external nofollow">revamped macOS app</a>, and more. Some changes seen in <a href="https://www.neowin.net/news/the-latest-whatsapp-android-beta-begins-to-show-it-will-soon-add-third-party-chat-support/" rel="external nofollow">a recent Android beta</a> suggest the app might add support for cross-platform messaging in the future.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/whatsapp-head-denies-reports-of-ads-coming-to-its-app/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18666</guid><pubDate>Fri, 15 Sep 2023 20:04:28 +0000</pubDate></item><item><title>Microsoft Uncovers Flaws in ncurses Library Affecting Linux and macOS Systems</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-uncovers-flaws-in-ncurses-library-affecting-linux-and-macos-systems-r18660/</link><description><![CDATA[<p>
	A set of memory corruption flaws have been discovered in the ncurses (short for new curses) programming library that could be exploited by threat actors to run malicious code on vulnerable Linux and macOS systems.
</p>

<p>
	 
</p>

<p>
	"Using environment variable poisoning, attackers could chain these vulnerabilities to elevate privileges and run code in the targeted program's context or perform other malicious actions," Microsoft Threat Intelligence researchers Jonathan Bar Or, Emanuele Cozzi, and Michael Pearse said in a technical report published today.
</p>

<p>
	 
</p>

<p>
	The vulnerabilities, collectively tracked as CVE-2023-29491 (CVSS score of 7.8), have been addressed as of April 2023. Microsoft said it also worked with Apple on addressing the macOS-specific issues related to these flaws.
</p>

<p>
	 
</p>

<p>
	Environment variables are user-defined values that can be used by multiple programs on a system and can affect the manner in which they behave on the system. Manipulating the variables can cause applications to perform otherwise unauthorized operations.
</p>

<p>
	 
</p>

<p>
	Microsoft's code auditing and fuzzing found that the ncurses library searches for several environment variables, including TERMINFO, which could be poisoned and combined with the identified flaws to achieve privilege escalation. Terminfo is a database that enables programs to use display terminals in a device-independent manner.
</p>

<p>
	 
</p>

<p>
	The flaws encompass a stack information leak, a parameterized string type confusion, an off-by-one error, a heap out-of-bounds during terminfo database file parsing, and a denial-of-service with canceled strings.
</p>

<p>
	 
</p>

<p>
	"The discovered vulnerabilities could have been exploited by attackers to elevate privileges and run code within a targeted program's context," the researchers said. "Nonetheless, gaining control of a program through exploiting memory corruption vulnerabilities requires a multi-stage attack."
</p>

<p>
	 
</p>

<p>
	"The vulnerabilities may have needed to be chained together for an attacker to elevate privileges, such as exploiting the stack information leak to gain arbitrary read primitives along with exploiting the heap overflow to obtain a write primitive."
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2023/09/microsoft-uncovers-flaws-in-ncurses.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18660</guid><pubDate>Fri, 15 Sep 2023 14:38:04 +0000</pubDate></item><item><title>How to choose the right password</title><link>https://nsaneforums.com/news/security-privacy-news/how-to-choose-the-right-password-r18658/</link><description><![CDATA[<p>
	<span style="font-size:22px;">Passwords are vital, but how should we select them?</span>
</p>

<p>
	 
</p>

<p>
	Passwords seem to be the modern version of the medieval hairshirt. Of course, they help with security, just as the best antivirus software or the best firewall software does - but that doesn't make them any less frustrating.
</p>

<p>
	 
</p>

<p>
	They seem to exist as an irritant to today's online life. You want access to your PC? Password, please. You want to add a Facebook status?
</p>

<p>
	 
</p>

<p>
	Password! You want to check your bank account online? Password needed!
</p>

<p>
	 
</p>

<p>
	So, how do you create good ones? In fact, what are good ones? How do you remember them? How can you reduce the irritation? (Don't forget to check out our list of the best password managers currently on the market for a handy tip).
</p>

<p>
	 
</p>

<p>
	In order to authenticate yourself to the systems you use every day – to prove to them that you are who you say you are – you use a password. This password, in theory anyway, is known only to yourself and the system you are trying to access – be it Facebook, Twitter, your bank, your email, your blog, or anything else. It is a secret not to be revealed to third parties.
</p>

<p>
	 
</p>

<ul>
	<li>
		We've put together a list of the <a href="https://www.techradar.com/best/password-manager" rel="external nofollow">best password managers</a> on the market
	</li>
	<li>
		These are the <a href="https://www.techradar.com/best/password-recovery-solutions" rel="external nofollow">best password recovery solutions</a>
	</li>
	<li>
		Check out our roundup of the <a href="https://www.techradar.com/best/business-password-management-software" rel="external nofollow">best business password management software</a>
	</li>
</ul>

<p>
	 
</p>

<p>
	There is another essential piece to the <a href="https://www.techradar.com/best/best-authenticator-apps" rel="external nofollow">authentication puzzle</a> – your username – but this is generally your email address or your name in some concatenated form, and is easily discoverable. Your password is therefore the 'open sesame' that reveals everything about you. How can you make sure that your privacy remains intact and that the secret persists?
</p>

<p>
	 
</p>

<p>
	Let's approach the question from the viewpoint of a black hat hacker who wants to impersonate you for some system. To raise the stakes, let's assume that the system is your bank and the hacker wants to test your credit limit. How can he get your password?
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>Watch and learn</strong></span>
</p>

<p>
	<br />
	The first way is the simplest: he watches you as you type in your password. That way it doesn't matter how strong or weak your password is; the hacker just watches you enter it. I'm going to assume that you'd be aware of someone watching over your shoulder, so the question becomes how else could a hacker 'watch' you?
</p>

<p>
	 
</p>

<p>
	At one time, RSA (producer of the SecurID systems used by corporations and the US Department of Defense) was hacked. Someone managed to gain access to internal systems and networks and steal secrets pertaining to the SecurID <a href="https://www.techradar.com/news/the-importance-of-two-factor-authentication" rel="external nofollow">two-factor authentication key</a>.
</p>

<p>
	 
</p>

<p>
	A couple of months later, they attempted to hack into Lockheed Martin, the defense contractor using them. How was this done? Simple – it was a <a href="https://www.techradar.com/news/what-is-phishing-and-how-dangerous-is-it" rel="external nofollow">phishing attack</a>.
</p>

<p>
	 
</p>

<p>
	An email purporting to be about 2011 recruitment plans and containing an <a href="https://www.techradar.com/reviews/microsoft-excel" rel="external nofollow">Excel</a> spreadsheet was sent to several low-profile staff members at RSA, seemingly from a recruitment agency. The spreadsheet contained an embedded <a href="https://www.techradar.com/tag/adobe" rel="external nofollow">Adobe</a> Flash object that in turn contained a zero-day vulnerability. Once the spreadsheet was opened, this malware installed a backdoor onto the machine, which gave the attackers access to the PC and the network.
</p>

<p>
	 
</p>

<p>
	At that point, all bets are off. The attacker could install a keylogger and track exactly what you type at login screens – there goes a password. Even worse, they could download your system password files (those used by the System Account Manager) and then crack them with a program like Ophcrack, which uses techniques like rainbow tables to reverse the hashed login data. There go all your passwords.
</p>

<p>
	 
</p>

<p>
	In fact, that last scenario brings up the whole subject of cracking passwords. There are two stages: guessing the password using some algorithm – usually brute-force by trying every permutation – and then validating the password against the system being hacked.
</p>

<p>
	 
</p>

<p>
	The issue with validating passwords is that many systems have built-in safeguards. Generally, you only get so many attempts at trying a password before the system locks out the account being tried. Sometimes the system will also deliberately delay resetting the login screen by a few seconds to make trying many passwords extremely slow.
</p>

<p>
	 
</p>

<p>
	Note that a standalone <a href="https://www.techradar.com/reviews/pc-mac/software/operating-systems/windows-7-622923/review" rel="external nofollow">Windows 7</a> machine has account lockout disabled by default, whereas a PC on a corporate network might have it enabled. If the system is embodied in a file – say the victim is using a password manager and the hacker has managed to capture the password file – the hacker's job is made much easier.
</p>

<p>
	 
</p>

<p>
	In essence, the online safeguards (limited number of password attempts, delay between attempts) are no longer in play and the hacker has free rein to try as many passwords as they like as quickly as possible. This is where the strength of the password comes into play.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>Strength in numbers</strong></span>
</p>

<p>
	<br />
	When we access a new resource for which we have to create a password, we're generally given some guidelines for creating a strong password and discouraged from using weak ones. The guidelines usually include making passwords longer than some defined minimum (say, eight characters), not using normal words, using upper and lower case letters, and using numbers and punctuation symbols.
</p>

<p>
	 
</p>

<p>
	With luck, the screen where you enter your new password will have some kind of visual cue to show how good it is, like a progress bar colored from red (bad) to green (good). The worst systems are those that limit your password to a low character count, restrict the characters used to just lowercase letters and digits, and so on. Such guidelines will automatically produce weak passwords.
</p>

<p>
	 
</p>

<p>
	The strength of a password is measured by its entropy, as a number of bits. The greater the number of bits the larger the entropy, and the harder it will be to crack the password.
</p>

<p>
	 
</p>

<p>
	Entropy is a concept from information theory and is a measure of a message's predictability. For example, a series of tosses from a fair coin is unpredictable (we can't say what's coming next) and so has maximum entropy. Text in English – this article, for example – is fairly predictable in that we can make judgments about what's going to come next. The letter E appears far more often than Q, if there is a Q, it's likely that the next character will be U, and so on.
</p>

<p>
	 
</p>

<p>
	It's estimated that English text has an entropy of between one and 1.5 bits per (8-bit) character. In another sense, entropy is a measurement of how compressible a message is – how much fluff we can discard in compressing a message and still be able to reconstitute the original message at a moment's notice. If you like, the compressed message contains just the information content of the message.
</p>

<p>
	 
</p>

<p>
	We've all compressed a text file in a zip file to get 70-80% compression or more; that is just an expression of the entropy of the text.
</p>

<p>
	 
</p>

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

<p>
	<br />
	Let's apply this to a password. Suppose we are only allowed to use numeric digits in our password. In other words, our password is a PIN that we use to get cash from an ATM. Each character is selected from a set of 10, from zero to nine. How many bits of entropy are there per character, assuming that each character is going to be selected randomly?
</p>

<p>
	 
</p>

<p>
	First of all, there are eight bits per character using an ASCII character set, but most of those bits can be discarded without losing the 'essence' of the digit. We can compress the characters to a simple binary code: 0000 for 0, 0001 for 1, all the way to 1001 for 9.
</p>

<p>
	 
</p>

<p>
	We can say there are between three and four bits of entropy for each digit (only eight and nine need four bits – the rest of the digits need three) and use a bit of mathematics to basically calculate log2(10), which gives us 3.3 bits per digit.
</p>

<p>
	 
</p>

<p>
	If the digits in the password are chosen randomly (so that the PIN isn't 1111 or 1234, for example), the digits are independent of each other. In other words, knowing one or more digits in the PIN doesn't help us guess the remaining ones. The total entropy in a four-character PIN is about 13 bits.
</p>

<p>
	 
</p>

<p>
	This means that guessing a four-digit PIN is equivalent to tossing a fair coin 13 times to get a particular sequence of heads and tails. Since there are 2ˆ13 (8,192) different ways to toss a fair coin 13 times, we have some appreciation of how many trials a hacker would have to make in order to break a PIN. I know there are 9,999 possible different PINs. I've rounded the total entropy down, but the error is insignificant and using bits of entropy makes the estimates for cracking a password easier to understand.
</p>

<p>
	 
</p>

<p>
	Bear with me. Now let's look at it from the hacker's viewpoint again. Let's say that using some specialized password-cracking programs, a hacker might be able to generate and try one million passwords per second. One million is roughly 2ˆ20, so another way of looking at this is that our hacker can test 20 bits of entropy per second.
</p>

<p>
	 
</p>

<p>
	Our PIN number would fall instantly. Luckily the issue with hacking PINs is the validation of them: hopefully, your bank would lock the account after three invalid attempts or so. Still, this is a nice round number for evaluating the strength of a password: a password with an entropy of 20 bits will be cracked in one second.
</p>

<p>
	 
</p>

<p>
	Also, since there are approximately 2ˆ25 seconds in a year, we can estimate that our virtual hacker will crack a password with an entropy of 45 bits in a year. We'll call such a password a year-strong password.
</p>

<p>
	 
</p>

<p>
	Since every extra bit of entropy doubles the cracking time, we can estimate that a 50-bit password will take 32 years to crack. Doubling the speed of cracking will halve the time taken, and therefore require an extra bit of entropy to get us back to where we were.
</p>

<p>
	 
</p>

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

<p>
	<br />
	Now that we have a feel for the strength of passwords using entropy, we can try using different character sets for our passwords. For now, we'll assume that each character in a password is chosen randomly; we'll talk about what happens if this is not the case later.
</p>

<p>
	 
</p>

<p>
	Let's add the characters A to F to our set of possible symbols. This is what WEP passwords were like on your old Wi-Fi router (WEP was deprecated in 2004).
</p>

<p>
	 
</p>

<p>
	There are exactly four bits of entropy per character. A 10-character WEP key (the original standard) would have 40 bits of entropy. A brute force attack would discover it in 2ˆ20 seconds, or 11 days. WEP suffers from other security issues, so a brute force attack wouldn't be needed in practice.
</p>

<p>
	Now let's look at just using single case letters to form a password. Since there are 26 of them, we have 4.7 bits of entropy per character (2ˆ4.7 = 26). Let's suppose we want to have a year-strong password, then we would have to have a 10-letter password, with each letter being completely random. If you're using uppercase, lowercase and digits, that's a 62-element set, or just under six bits per character. A year-strong password would need eight characters, and these would need to be completely random.
</p>

<p>
	 
</p>

<p>
	Adding punctuation like commas, semicolons, question marks and so on would give us another 16 possible characters, to make 6.3 bits of entropy per character. A year-strong password would need about seven characters.
</p>

<p>
	 
</p>

<p>
	The biggest problem, for us as humans, when presented with completely random passwords, is memorizing them. It's possible with one eight-letter random password I suppose, although I'd hate to, but several of them would be a chore, especially if they involved punctuation.
</p>

<p>
	 
</p>

<p>
	A better option is to generate quasi-random (or random-looking) passwords. You could say these types of passwords have mnemonics built in and are nothing like '123456' or 'password'.
</p>

<p>
	 
</p>

<p>
	While we're discussing entropy and character sets, let's play around with another type of symbol set: the set of all words. To be more specific, suppose we have a list of 2,000 words. The entropy per word is 11 bits, since 2ˆ11 is roughly 2,000. How many random words from this list concatenated together would produce a year-strong password?
</p>

<p>
	 
</p>

<p>
	The answer is, surprisingly, roughly four. If each word is seven letters long or fewer, you'd be typing in 28 characters or fewer for your password. If the 2,000 words in the list were specially chosen to help evoke images in your mind, memorising the four-word password would be much easier.
</p>

<p>
	 
</p>

<p>
	Unfortunately, few services will allow a 28-character password. And how would you choose the words randomly? A computer program is one way, but if you just have the numbered list of words, you could try shuffling a pack of cards. Take out the court cards. Shuffle the rest well and deal out three. Counting 10 as zero and ignoring suits, you can read off a four-digit number between 0 and 999.
</p>

<p>
	 
</p>

<p>
	Now check the colors shown: if you have more reds than blacks, add 1,000 to your number. You now have a random number referencing one of your words in the list. Repeat this three more times to get the four random words.
</p>

<p>
	 
</p>

<p>
	Remember that there are plenty of software solutions on the market that look to reduce frustration and instances of password fatigue. <a href="https://www.techradar.com/best/password-manager" rel="external nofollow">Password managers</a>, including those aimed at <a href="https://www.techradar.com/best/best-corporate-password-manager" rel="external nofollow">businesses, corporate</a> users, and even those in need of a <a href="https://www.techradar.com/best/best-free-password-managers" rel="external nofollow">free password manager</a>. There are many leading players, including <a href="https://www.techradar.com/reviews/lastpass" rel="external nofollow">LastPass</a>, <a href="https://www.techradar.com/reviews/norton-password-manager" rel="external nofollow">Norton</a>, and even <a href="https://www.techradar.com/reviews/google-chrome" rel="external nofollow">Google Chrome</a>'s in-built solution.
</p>

<p>
	 
</p>

<p>
	As a final word, let's repeat the winner of the Best Gag award at the 2011 Edinburgh Fringe Festival. It was by Nick Helm and went as follows: "I needed a password eight characters long, so I picked Snow White and the Seven Dwarves." And on that note, I'm <span style="color:#9b59b6;"><strong>logging off and changing my password.</strong></span>
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.techradar.com/news/computing/how-to-choose-the-right-password-1045819" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18658</guid><pubDate>Fri, 15 Sep 2023 13:16:12 +0000</pubDate></item><item><title>Google reaches $93 million privacy settlement with California</title><link>https://nsaneforums.com/news/security-privacy-news/google-reaches-93-million-privacy-settlement-with-california-r18653/</link><description><![CDATA[<p>
	Sept 14 (Reuters) - Google will pay California $93 million to resolve a lawsuit accusing the search engine company of misleading consumers about its location tracking practices.
</p>

<p>
	 
</p>

<p>
	The settlement announced on Thursday by California Attorney General Rob Bonta resolves claims that the Alphabet Inc (GOOGL.O) unit deceived people into believing they maintained control over how Google collected and used their personal data.
</p>

<p>
	 
</p>

<p>
	California said Google was able to "profile" people and target them with advertising even if they turned off their "Location History" setting, and deceived people about their ability to block ads they did not want.
</p>

<p>
	 
</p>

<p>
	The accord requires several steps to enhance user privacy, including that Google disclose more about how it tracks people's whereabouts and what it does with data it collects.
</p>

<p>
	 
</p>

<p>
	"Google was telling its users one thing--that it would no longer track their location once they opted out--but doing the opposite and continuing to track its users' movements for its own commercial gain," Bonta said. "That's unacceptable."
</p>

<p>
	 
</p>

<p>
	The Mountain View, California-based company did not admit liability in agreeing to settle.
</p>

<p>
	 
</p>

<p>
	Google generated $110.9 billion of advertising revenue in the first half of 2023, accounting for 81% of its total $137.7 billion of revenue.
</p>

<p>
	 
</p>

<p>
	Last November, Google agreed to pay $391.5 million to resolve similar allegations by 40 U.S. states.
</p>

<p>
	 
</p>

<p>
	Some states including California chose to sue Google on their own. Arizona and Washington have also settled.
</p>

<p>
	 
</p>

<p>
	In an email on Thursday, a Google spokesman referred to a blog post discussing the multistate settlement, and said the matter related to "outdated product policies that we changed years ago."
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.reuters.com/legal/google-reaches-93-million-privacy-settlement-with-california-2023-09-14/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18653</guid><pubDate>Fri, 15 Sep 2023 12:24:21 +0000</pubDate></item><item><title>Hackers Say They Stole 6 Terabytes of Data From MGM, Caesars Casinos</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-say-they-stole-6-terabytes-of-data-from-mgm-caesars-casinos-r18643/</link><description><![CDATA[<p>
	The Scattered Spider hacking group said on Thursday it took six terabytes of data from the systems of multibillion-dollar casino operators MGM Resorts International and Caesars Entertainment as both companies probed the breaches.
</p>

<p>
	 
</p>

<p>
	Speaking to Reuters via the messaging platform Telegram, a representative for the group said it did not plan to make the data public and declined to comment on whether it had asked the companies for ransom.
</p>

<p>
	 
</p>

<p>
	The group's contact was provided to Reuters by a cybersecurity expert who runs an online repository of malware samples called "vx-underground," and declined to be named. Caesars and MGM did not respond to requests for comment on the amount of data that was breached.
</p>

<p>
	 
</p>

<p>
	Caesars reported to regulators on Thursday it had found that on Sept. 7 hackers took data on a significant number of its loyalty program members, including "driver’s license numbers and/or Social Security numbers." Earlier, Bloomberg and The Wall Street Journal reported that Caesars had paid ransom, but Caesars declined a Reuters request for comment on the matter.
</p>

<p>
	 
</p>

<p>
	Earlier, MGM said it was working with law enforcement on resolving a "cybersecurity issue."
</p>

<p>
	 
</p>

<p>
	Scattered Spider, also known as UNC3944, is one of the most disruptive hacking outfits in the United States, according to Google's Mandiant Intelligence.
</p>

<p>
	 
</p>

<p>
	Several security analysts have drawn attention to the group over the past year for its effective social engineering tactics. It is known to reach out to a target an organization's information security teams by phone, pretending to be an employee needing their password reset.
</p>

<p>
	 
</p>

<p>
	"They tend to have most of the information they need before that call to the helpdesk - that is the last step," said Marc Bleicher, a security analyst who has conducted forensic investigations into such hacks before.
</p>

<p>
	 
</p>

<p>
	Mandiant has linked Scattered Spider to over 100 intrusions in the last two years at companies ranging from gaming and technology firms to retailers, telecom and insurance firms, Charles Carmakal, chief technology officer at Mandiant told Reuters.
</p>

<p>
	 
</p>

<p>
	The group's members appeared to be scattered across several Western countries, he added.
</p>

<p>
	 
</p>

<p>
	Caesars said the breach resulted from a "social engineering attack" on an IT vendor the company used. It didn't quantify the financial impact.
</p>

<p>
	 
</p>

<p>
	Operations at MGM, one of the world's largest casino and hotel operators, were still disrupted four days after news of the hack emerged. Social media posts had visuals of slot machines showing error messages at its Las Vegas casinos.
</p>

<p>
	 
</p>

<p>
	Some analysts believe Scattered Spider is a subgroup of the ALPHV, a ransomware hacking outfit that emerged in Nov. 2021, according to Mandiant.
</p>

<p>
	The FBI said it was investigating the incidents at MGM and Caesars and declined further comment.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.voanews.com/a/hackers-say-they-stole-6-terabytes-of-data-from-mgm-caesars-casinos-/7269395.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18643</guid><pubDate>Fri, 15 Sep 2023 02:29:47 +0000</pubDate></item><item><title>Caesars Entertainment Confirms Hack in Second Recent Casino Attack</title><link>https://nsaneforums.com/news/security-privacy-news/caesars-entertainment-confirms-hack-in-second-recent-casino-attack-r18627/</link><description><![CDATA[<p>
	<span style="font-size:22px;">Caesars reportedly paid tens of millions in ransom after the hackers obtained driver's license numbers and Social Security numbers from a company database.</span>
</p>

<p>
	 
</p>

<p>
	If you’re a betting person, what are the odds of two casinos getting hacked in succession? Following an attack on MGM casinos, Caesars Entertainment just stated in an SEC filing that it was also the subject of a hack that occurred last month.
</p>

<p>
	 
</p>

<p>
	As Bloomberg reports, citing sources close to the matter, the late-August attack left Caesars Entertainment forking over tens of millions of dollars to the hackers. The incident was described in an SEC filing published today, in which the company states that the breach occurred as the result of a “social engineering attack on an outsourced IT support vendor.” Sources told The Wall Street Journal that this social engineering attack involved a hacker posing as an employee to get the IT contractor to change a password. The hackers reportedly made off with the company’s loyalty program database, which contains a list of driver’s license numbers and Social Security numbers for a “significant number of members” within the database.
</p>

<p>
	 
</p>

<p>
	“We have taken steps to ensure that the stolen data is deleted by the unauthorized actor, although we cannot guarantee this result,” the company wrote in the SEC filing. “We are monitoring the web and have not seen any evidence that the data has been further shared, published, or otherwise misused. Nonetheless, out of an abundance of caution, we are offering credit monitoring and identity theft protection services to all members of our loyalty program.”
</p>

<p>
	 
</p>

<p>
	Caesars Entertainment did not immediately return Gizmodo’s request for comment. But the wording of the statement appears to indicate that the casino may have paid a ransom.
</p>

<p>
	 
</p>

<p>
	The attackers are believed to be a hacking group known as Scattered Spider, or UNC 3944. Cybersecurity company Trellix says in a blog post that Scattered Spider has been active since May 2022, and its prey of choice is telecommunications companies, critical infrastructure groups, and business process outsourcing organizations—like the IT company involved with Caesars. Trellix also says that social engineering hacks are Scattered Spider’s bread and butter.
</p>

<p>
	 
</p>

<p>
	The SEC filing chronicling the attack comes after Caesars competitor MGM was also hit with a crippling attack, as revealed this past Monday. The MGM hack was reportedly the result of a 10-minute social engineering phone call, in which the hackers identified an IT worker on LinkedIn and called the help desk. An employee was apparently tricked into giving the hackers access to MGM’s systems. Reuters says that Scattered Spider was behind this hit, some reports indicate that a sub-group of Scattered Spider known as ALPHV, or Blackcat, was the culprit. Trellix’s blog post says that Blackcat has previously used Scattered Spider software called POORTRY, indicating some working relationship or overlap between the two.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://gizmodo.com/caesars-confirms-hack-in-second-recent-casino-attack-1850837915" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18627</guid><pubDate>Thu, 14 Sep 2023 18:54:23 +0000</pubDate></item><item><title>Hackers claim it only took a 10-minute phone call to shut down MGM Resorts</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-claim-it-only-took-a-10-minute-phone-call-to-shut-down-mgm-resorts-r18626/</link><description><![CDATA[<p>
	<span style="font-size:20px;">The ALPHV ransomware reportedly used social engineering tactics to hack the international hotel chain.</span>
</p>

<p>
	 
</p>

<p>
	The ALPHV/BlackCat ransomware group claimed responsibility for the MGM Resorts cyber outage on Tuesday, according to a post by malware archive vx-underground. The group claims to have used common social engineering tactics, or gaining trust from employees to get inside information, to try and get a ransom out of MGM Resorts, but the company reportedly refuses to pay. The conversation that granted initial access took just 10 minutes, according to the group.
</p>

<p>
	 
</p>

<p>
	"All ALPHV ransomware group did to compromise MGM Resorts was hop on LinkedIn, find an employee, then call the Help Desk," the organization wrote in a post on X. Those details came from ALPHV, but have not been independently confirmed by security researchers.
</p>

<p>
	 
</p>

<p>
	The international resort chain started experiencing outages earlier this week, as customers noticed slot machines at casinos owned by MGM Resorts shut down on the Las Vegas strip. As of Wednesday morning, MGM Resorts still shows signs that it's experiencing downtime, like continued website disruptions. MGM Resorts has not responded to a request for comment, but said in a statement on Tuesday that "Our resorts, including dining, entertainment and gaming are currently operational."
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="2cc56cd0-523e-11ee-8f26-e78083aa9f95" class="ipsImage" data-ratio="54.17" height="292" width="720" src="https://s.yimg.com/ny/api/res/1.2/wkh0sOMkLyHDC02NwsjWCA--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtjZj13ZWJw/https://s.yimg.com/os/creatr-uploaded-images/2023-09/2cc56cd0-523e-11ee-8f26-e78083aa9f95" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>Katie Malone for Engadget</em></span>
</p>

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

<p>
	ALPHV has a reputation in the cybersecurity community as being "remarkably gifted at social engineering for initial access," according to vx-underground. From there, it usually uses ransomware ploys to extort a target into paying up, and it's been going after huge corporate targets. In July, ALPHV and another threat actor Clop listed beauty giant Estée Lauder on their data leak sites.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.engadget.com/hackers-claim-it-only-took-a-10-minute-phone-call-to-shutdown-mgm-resorts-143147493.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18626</guid><pubDate>Thu, 14 Sep 2023 18:51:46 +0000</pubDate></item><item><title>Hackers claim MGM cyberattack as outage drags into fourth day</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-claim-mgm-cyberattack-as-outage-drags-into-fourth-day-r18621/</link><description><![CDATA[<p>
	<span style="font-size:22px;">"If you have money we want it," Scattered Spider hackers told TechCrunch</span>
</p>

<p>
	 
</p>

<p>
	GM Resorts continues to battle a widespread outage after a cyberattack forced it to shut down systems across its properties.
</p>

<p>
	 
</p>

<p>
	The hotel and entertainment giant, which operates a number of hotels and casinos on the Las Vegas Strip including the Bellagio, Aria and Cosmopolitan, shut down large parts of its internal networks on Sunday. This resulted in widespread disruption across the company’s hotels and casinos, with guests reporting that ATMs and slot machines are out of order, along with room digital key cards and electronic payment systems.
</p>

<p>
	 
</p>

<p>
	The outage has now rolled into its fourth day, with MGM saying in an update on Thursday that the company was working to “resolve our cybersecurity issue.” Guests continue to report issues across MGM properties, despite the company claiming earlier in the week that its resorts, including dining, entertainment and gaming, are “currently operational.”
</p>

<p>
	 
</p>

<p>
	Recent reports on social media show that MGM’s casinos remain out of action and that large queues formed at affected properties as staff have resorted to relying on pen and paper. Guests have also reported that TV service is down in hotel rooms, along with MGM’s phone lines.
</p>

<p>
	MGM’s website, which on Tuesday advised guests to call in order to make reservations, now tells customers to use its Rewards app for bookings. The site also says that MGM is waiving change and cancellation fees for guests arriving until September 17.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>Scattered Spider claims responsibility for MGM breach</strong></span>
</p>

<p>
	<br />
	A representative for the hacking group known as Scattered Spider told TechCrunch that it was behind the MGM cyberattack.
</p>

<p>
	 
</p>

<p>
	News of the claim of responsibility was first reported by the malware repository collective vx-underground, which on Wednesday said that Scattered Spider, believed to be a subgroup of the ALPHV ransomware gang, was responsible.
</p>

<p>
	 
</p>

<p>
	The dark web leak site that ALPHV typically posts files stolen from victim organizations has not yet listed MGM Resorts. It’s not yet known what, if any data, was exfiltrated from MGM’s systems.
</p>

<p>
	 
</p>

<p>
	Reports this week claim that Scattered Spider (also known as UNC3944) was also behind a recent cyberattack on hotel and casino giant Caesars Entertainment, which Bloomberg reported on Wednesday citing sources familiar with the event. Bloomberg said the hackers first targeted the hotel and entertainment giant in late-August by breaching one of its outside IT vendors. The Wall Street Journal later reported that Caesars paid about half of the $30 million demanded by the hackers to prevent the disclosure of stolen data.
</p>

<p>
	 
</p>

<p>
	Caesars confirmed the breach in an 8-K filing with federal regulators on Thursday, saying that hackers stole its loyalty program database, which includes customers’ driver’s license numbers and Social Security numbers for “a significant number of members in the database.” Caesars also said it has “taken steps to ensure that the stolen data is deleted by the unauthorized actor, although we cannot guarantee this result,” implying that the company paid the hackers’ ransom.
</p>

<p>
	 
</p>

<p>
	U.S. publicly traded companies are required to file 8-K notices with the SEC when an event has a material effect on their businesses. Caesars said it has incurred and may continue to incur expenses related to the attack.
</p>

<p>
	 
</p>

<p>
	The Scattered Spider representative told TechCrunch in an online message that while the group was responsible for the MGM attack, it had “no involvement” with the Caesars incident.
</p>

<p>
	 
</p>

<p>
	When asked why the group had begun targeting casinos, having previously targeted video game makers and telecom companies, the representative said that the group doesn’t have set target companies. “If you have money we want it,” the Scattered Spider representative said.
</p>

<p>
	 
</p>

<p>
	The representative did not answer TechCrunch’s other questions.
</p>

<p>
	 
</p>

<p>
	Scattered Spider told vx-underground that they compromised MGM Resorts using social engineering, whereby the hackers allegedly found an employee on LinkedIn and called the organization’s help desk to access their account. Scattered Spider is known for using social engineering techniques to trick employees into granting the hackers access to large corporate networks. Members of the transatlantic hacking group reportedly include young adults and teenagers, resembling similar hacking and extortion groups like Lapsus$.
</p>

<p>
	 
</p>

<p>
	“These are not Russian hackers, these are Western hackers,” Allison Nixon, chief research officer at Unit 221B, told TechCrunch. “There is a disproportionate number of minors involved, and that’s because the group deliberately recruits minors because of the lenient legal environment these minors exist in and they know nothing will happen to them if the police catch a kid,” Nixon said.
</p>

<p>
	 
</p>

<p>
	MGM has yet to comment on the nature of the cyberattack beyond an 8-K filing earlier in the week.
</p>

<p>
	 
</p>

<p>
	When reached by email, an FBI spokesperson declined to comment on questions related to the incident at Caesars, including whether it was aware or investigating. The FBI spokesperson, who declined to be named, confirmed it was investigating the MGM cyberattack but said it was “not able to provide any additional detail.”
</p>

<p>
	 
</p>

<p>
	U.S. authorities have long advised victims of cyberattacks and extortion not to pay the ransom.
</p>

<p>
	 
</p>

<p>
	Caesars spokesperson Robert Jarrett did not respond to a request for comment, and MGM has yet to respond to any of TechCrunch’s emails, messages or calls. It’s not clear if the company’s employees have access to corporate email systems.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://techcrunch.com/2023/09/14/mgm-cyberattack-outage-scattered-spider/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18621</guid><pubDate>Thu, 14 Sep 2023 16:20:12 +0000</pubDate></item><item><title>Microsoft Teams phishing attack targets corporate networks</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-teams-phishing-attack-targets-corporate-networks-r18612/</link><description><![CDATA[<p>
	Microsoft says a threat actor known for working with ransomware groups started distributing phishing lures via Microsoft Teams chats.
</p>

<p>
	 
</p>

<p>
	Financially motivated group Storm-0324, known to act as initial access broker, has started using Teams to target potential victims, security researchers at Microsoft said.
</p>

<p>
	 
</p>

<p>
	“Beginning in July 2023, Storm-0324 was observed distributing payloads using an open-source tool to send phishing lures through Microsoft Teams chats,” researchers said.
</p>

<p>
	 
</p>

<p>
	Initial access brokers gain a foothold in victim systems and later sell the access to other cybercriminals, often leading to deployment of ransomware.
</p>

<p>
	 
</p>

<p>
	According to Microsoft, Storm-0324 also distributes payloads for other attackers. The group is known to employ evasive techniques, using payment and invoice lures to coax victims. The gang is known to have distributed malware for the notorious Russian cybercrime gangs FIN7 and Cl0p.
</p>

<p>
	 
</p>

<p>
	Researchers discovered that Storm-0324 distributes phishing lures over Teams. Attackers send victims links leading to malicious SharePoint-hosted files. To scale up the mission, cybercriminals employ TeamsPhisher, which “enables Teams tenant users to attach files to messages sent to external tenants.”
</p>

<p>
	 
</p>

<p>
	“These Teams-based phishing lures by threat actors are identified by the Teams platform as “EXTERNAL” users if external access is enabled in the organization,” Microsoft said.
</p>

<p>
	 
</p>

<p>
	The company said it has suspended accounts and tenants associated with fraudulent behavior and has rolled out enhancements and restrictions to protect customers.
</p>

<p>
	 
</p>

<p>
	Last month, Microsoft said a Russian government-linked hacking group targeted dozens of global organizations with a campaign to steal login credentials by engaging users in Microsoft Teams chats pretending to be from technical support.
</p>

<p>
	 
</p>

<p>
	However, the tech giant noted in its blog that the two discoveries are unrelated, indicating two separate campaigns.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://cybernews.com/news/microsoft-teams-phishing-attack/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18612</guid><pubDate>Thu, 14 Sep 2023 01:40:54 +0000</pubDate></item><item><title>Update everything: Chrome, Firefox, Brave, and Edge just patched a big flaw</title><link>https://nsaneforums.com/news/security-privacy-news/update-everything-chrome-firefox-brave-and-edge-just-patched-a-big-flaw-r18600/</link><description><![CDATA[<h3>
	A software vulnerability could give hackers easy access to your computer. Major browser makers have fixed it, but the problem is more widespread than that.
</h3>

<div>
	<div class="duet--article--article-body-component">
		<p class="duet--article--dangerously-set-cms-markup duet--article--standard-paragraph mb-20 font-fkroman text-18 leading-160 -tracking-1 selection:bg-franklin-20 dark:text-white dark:selection:bg-blurple [&amp;_a:hover]:shadow-highlight-franklin dark:[&amp;_a:hover]:shadow-highlight-blurple [&amp;_a]:shadow-underline-black dark:[&amp;_a]:shadow-underline-white">
			<a href="https://chromereleases.googleblog.com/2023/09/stable-channel-update-for-desktop_11.html" rel="external nofollow">Google</a>, <a href="https://www.mozilla.org/en-US/security/advisories/mfsa2023-40/" rel="external nofollow">Mozilla</a>, <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-4863" rel="external nofollow">Microsoft</a>, and <a href="https://brave.com/latest/#:~:text=Release%20Notes%20v1.57.64" rel="external nofollow">Brave</a> have each issued critical security patches, <a href="https://stackdiary.com/critical-vulnerability-in-webp-codec-cve-2023-4863/" rel="external nofollow">reports Stack Diary</a>. The patches address a vulnerability that an attacker could use to gain access to or run malicious code on your computer, and the companies acknowledge it’s been actively exploited in the wild. NIST classifies the <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-4863" rel="external nofollow">vulnerability as severe</a>. Other companies’ applications are affected — the vulnerability is linked to code used to render WebP images, which are widely used.
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p class="duet--article--dangerously-set-cms-markup duet--article--standard-paragraph mb-20 font-fkroman text-18 leading-160 -tracking-1 selection:bg-franklin-20 dark:text-white dark:selection:bg-blurple [&amp;_a:hover]:shadow-highlight-franklin dark:[&amp;_a:hover]:shadow-highlight-blurple [&amp;_a]:shadow-underline-black dark:[&amp;_a]:shadow-underline-white">
			The software version numbers containing the fix are below.
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<ul class="duet--article--unordered-list my-20 list-disc pl-18 marker:text-blurple/100 selection:bg-franklin-20 dark:text-white dark:selection:bg-blurple [&amp;_a:hover]:shadow-highlight-franklin dark:[&amp;_a:hover]:shadow-highlight-franklin [&amp;_a]:shadow-underline-black dark:[&amp;_a]:shadow-underline-white">
			<li class="duet--article--dangerously-set-cms-markup mb-16 pl-12 font-fkroman text-18 leading-160 -tracking-1">
				<strong>Google</strong>: Chrome version 116.0.5846.187 (Mac / Linux); Chrome version 116.0.5845.187/.188 (Windows)
			</li>
			<li class="duet--article--dangerously-set-cms-markup mb-16 pl-12 font-fkroman text-18 leading-160 -tracking-1">
				<strong>Mozilla</strong>: Firefox 117.0.1; Firefox ESR 102.15.1; Firefox ESR 115.2.1; Thunderbird 102.15.1; Thunderbird 115.2.2
			</li>
			<li class="duet--article--dangerously-set-cms-markup mb-16 pl-12 font-fkroman text-18 leading-160 -tracking-1">
				<strong>Microsoft</strong>: Edge version 116.0.1938.81
			</li>
			<li class="duet--article--dangerously-set-cms-markup mb-16 pl-12 font-fkroman text-18 leading-160 -tracking-1">
				<strong>Brave</strong>: Brave Browser version 1.57.64
			</li>
		</ul>
	</div>

	<div class="duet--article--article-body-component">
		<p class="duet--article--dangerously-set-cms-markup duet--article--standard-paragraph mb-20 font-fkroman text-18 leading-160 -tracking-1 selection:bg-franklin-20 dark:text-white dark:selection:bg-blurple [&amp;_a:hover]:shadow-highlight-franklin dark:[&amp;_a:hover]:shadow-highlight-blurple [&amp;_a]:shadow-underline-black dark:[&amp;_a]:shadow-underline-white">
			Stack Diary mentioned that <a href="https://github.com/electron/electron/pull/39828" rel="external nofollow">Electron</a>-based apps like encrypted-messaging app Signal and Bandisoft’s <a href="https://en.bandisoft.com/honeyview/history/" rel="external nofollow">Honeyview</a> have also released patches for the issue. Other apps, like Affinity, Gimp, LibreOffice, Telegram, many Android applications, and “cross-platform apps built with Flutter” are likewise affected, according to the site.
		</p>
	</div>

	<div class="duet--article--article-body-component">
		<p class="duet--article--dangerously-set-cms-markup duet--article--standard-paragraph mb-20 font-fkroman text-18 leading-160 -tracking-1 selection:bg-franklin-20 dark:text-white dark:selection:bg-blurple [&amp;_a:hover]:shadow-highlight-franklin dark:[&amp;_a:hover]:shadow-highlight-blurple [&amp;_a]:shadow-underline-black dark:[&amp;_a]:shadow-underline-white">
			Apple <a href="https://support.apple.com/en-us/HT201222" rel="external nofollow">also released a security patch this week</a> for what <a href="https://support.apple.com/en-us/HT213906" rel="external nofollow">appears to be the same issue</a>, though it references a <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-41064" rel="external nofollow">different issue number</a> on the NIST site.
		</p>
	</div>
</div>

<p>
	<a href="https://www.theverge.com/2023/9/13/23872484/chrome-firefox-brave-edge-security-update-webp-vulnerability" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18600</guid><pubDate>Thu, 14 Sep 2023 00:10:54 +0000</pubDate></item><item><title>With 0-days hitting Chrome, iOS, and dozens more this month, is no software safe?</title><link>https://nsaneforums.com/news/security-privacy-news/with-0-days-hitting-chrome-ios-and-dozens-more-this-month-is-no-software-safe-r18599/</link><description><![CDATA[<h3>
	With 70 zero-days uncovered so far this year, 2023 is on track to set a new record.
</h3>

<div itemprop="articleBody">
	
	<p>
		End users, admins, and researchers better brace yourselves: The number of apps being patched for zero-day vulnerabilities has skyrocketed this month and is likely to get worse in the following weeks.
	</p>

	<p>
		 
	</p>

	<p>
		People have worked overtime in recent weeks to patch a raft of vulnerabilities actively exploited in the wild, with offerings from Apple, Microsoft, Google, Mozilla, Adobe, and Cisco all being affected since the beginning of the month. The total number of zero-days in September so far is 10, compared with a total of 60 from January through August, according to security firm Mandiant. The company <a href="https://www.mandiant.com/resources/blog/zero-days-exploited-2022" rel="external nofollow">tracked</a> 55 zero-days in 2022 and 81 in 2021.
	</p>

	<p>
		 
	</p>

	<p>
		The number of zero-days tracked this month is considerably higher than the monthly average this year. A sampling of the affected companies and products includes iOS and macOS, Windows, Chrome, Firefox, Acrobat and Reader, the Atlas VPN, and Cisco’s Adaptive Security Appliance Software and its Firepower Threat Defense. The number of apps is likely to grow because a single vulnerability that allows hackers to execute malicious code when users open a booby-trapped image included in a message or web page is present in possibly hundreds of apps.
	</p>

	<p>
		 
	</p>

	<p>
		This vulnerability, tracked as CVE-2023-4863, originates in a widely used code library known as <a href="https://chromium.googlesource.com/webm/libwebp" rel="external nofollow">libwebp</a>, which Google created more than a decade ago to render the then-new WebP graphics format. Libwebp, in turn, is incorporated into roughly <a href="https://archlinux.org/packages/extra/x86_64/libwebp/" rel="external nofollow">70 downstream libraries</a> that are included in other libraries and popular apps. A single affected intermediate library known as Electron, for instance, runs in Microsoft Teams, Slack, Skype, Discord, and the desktop version of the Signal messenger, to name a few. Electron developers <a href="https://github.com/electron/electron/pull/39828" rel="external nofollow">fixed the bug</a> on Tuesday.
	</p>

	<p>
		 
	</p>

	<p>
		Two different zero-days that have been keeping iOS and macOS users busy, meanwhile, were recently used in the wild to infect targets with an advanced piece of spyware known as Pegasus. Pegasus and the accompanying exploits used to install it are developed by the controversial seller NSO. The exploits delivered in attacks <a href="https://arstechnica.com/gadgets/2023/09/apple-patches-clickless-0-day-image-processing-vulnerability-in-ios-macos/" rel="external nofollow">Apple warned of last week</a> were transmitted through iMessage calls and worked even when a user took no action.
	</p>

	<p>
		 
	</p>

	<p>
		These vulnerabilities, tracked as CVE-2023-41064 and CVE-2023-41061, have a couple things in common with the libwebp vulnerability. For one, they both provide remote code execution capabilities through malicious images. And for another: they were both discovered by a team comprising Apple’s Security Engineering and Architecture team and Citizen Lab, a research group at the University of Toronto that tracks nation-state cyberattacks. It’s currently unknown what relationship, if any, CVE-2023-41064 and CVE-2023-41061 have with CVE-2023-4863.
	</p>

	<p>
		 
	</p>

	<p>
		Three different zero-days came to light on Tuesday, two from Microsoft and one from Adobe. One of them, CVE-2023-36761, allows hackers to obtain sensitive information such as password hashes by sending a target a malicious Word document. The other Microsoft vulnerability resides in the Streaming Service Proxy in supported versions of Windows. The Adobe vulnerability, tracked as CVE-2023-26369 and residing in Acrobat and Reader has a severity rating of 7.8 out of a possible 10. It allows attackers to remotely execute code.
	</p>

	<p>
		 
	</p>

	<p>
		Two other zero-days reported in the past two weeks include:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			CVE-2023-20269 in Cisco’s Adaptive Security Appliance Software and its Firepower Threat Defense. The company <a href="https://arstechnica.com/security/2023/09/ransomware-crooks-exploit-unpatched-0-day-in-cisco-security-appliances/" rel="external nofollow">revealed on Monday</a> that it is being exploited in ransomware attacks.
		</li>
		<li>
			CVE-2023-35674, a vulnerability in Android that allows hackers to gain elevated privileges.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		On September 1, a researcher <a href="https://www.reddit.com/r/cybersecurity/comments/167f16e/atlasvpn_linux_client_103_remote_disconnect/" rel="external nofollow">took to Reddit</a> to post an exploit for an unpatched vulnerability in the Atlas VPN. It allows an attacker to learn the IP address of people using the VPN. Atlas representatives didn’t immediately respond to an email asking about the status of the vulnerability.
	</p>

	<p>
		 
	</p>

	<p>
		It’s possible that yet another zero-day has come under exploitation in recent weeks. Researchers with Google’s Project Zero <a href="https://arstechnica.com/security/2023/09/north-korea-backed-hackers-target-security-researchers-with-0-day/" rel="external nofollow">said last week</a> that hackers backed by the North Korean government are exploiting it in attacks targeting security researchers. The researchers didn’t name the affected software.
	</p>

	<p>
		 
	</p>

	<p>
		With 70 zero-days uncovered so far this year, 2023 is on track to beat the previous record of 81 set in 2021. The most effective remedy is to install security patches as soon as they become available. Of course, that advice does nothing for the targets that are struck before the exploits become publicly known and patches have been issued. We have to repeat our precaution advice:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Be suspicious of links, particularly those in email or messages, and don’t ever follow prompts that follow to install or update apps or browser extensions.
		</li>
		<li>
			Use a firewall such as the one in Windows or the <a href="https://objective-see.org/products/lulu.html" rel="external nofollow">LuLu firewall</a> for macOS. These programs won’t prevent you from being infected by zero-days or other types of exploits. But by requiring newly installed apps to receive permission the first time they try to make an outgoing connection on the Internet, firewalls can contain the damage any installed malware can do.
		</li>
		<li>
			Run antivirus software.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		One other thing to remember regarding zero-days: Most of us aren’t likely to be targeted by one. Exploits for this class of vulnerability often cost $1 million or more, and once they’re unleashed on the Internet, it’s generally only a matter of days until they become public knowledge and lose their value. That means zero-days are likely to be used only on a very small base of targets deemed to be high-value, such as government officials, dissidents, large companies, and holders of large amounts of cryptocurrency.
	</p>

	<p>
		 
	</p>
</div>

<p>
	<a href="https://arstechnica.com/security/2023/09/with-0-days-hitting-chrome-ios-and-dozens-more-this-month-is-no-software-safe/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18599</guid><pubDate>Thu, 14 Sep 2023 00:07:43 +0000</pubDate></item><item><title>Microsoft: August 2023 security patches for Office, Outlook, Excel, Word, and more, are here</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-august-2023-security-patches-for-office-outlook-excel-word-and-more-are-here-r18582/</link><description><![CDATA[<p>
	Yesterday, Microsoft released its Patch Tuesday updates for <a href="https://www.neowin.net/news/windows-10-september-2023-patch-tuesday-kb5030211-out----heres-whats-new-and-what-broke/" rel="external nofollow">Windows 10 (KB5030211)</a> and <a href="https://www.neowin.net/news/windows-11-september-patch-tuesday-updates-arrive-for-22h2-kb5030219-and-21h2-kb5030217/" rel="external nofollow">Windows 11(KB5030217/KB5030219)</a>. Alongside that, the company has also released dynamic updates (<a href="https://www.neowin.net/news/kb5030326-kb5030327-microsoft-improves-windows-11-setup-with-critical-dynamic-updates/" rel="external nofollow">KB5030326 and KB5030327</a>) for Windows 11 versions 21H2 and 22H2, respectively, which are meant to improve the Setup process. These are installed automatically though you can also manually download them.
</p>

<p>
	 
</p>

<p>
	As usual, Microsoft also pushed security updates for its Office products, both 2013 and 2016 editions. The updates patch Excel and Outlook information disclosure vulnerability, spoofing, and more.
</p>

<p>
	 
</p>

<p>
	The full list of updates alongside their knowledge base (KB) articles are given below:
</p>

<p>
	 
</p>

<p>
	<strong>Microsoft Office 2016</strong>
</p>

<p>
	 
</p>

<table>
	<thead>
		<tr>
			<th>
				<p>
					Product
				</p>
			</th>
			<th>
				<p>
					Knowledge Base article title and number
				</p>

				<p>
					 
				</p>
			</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				<p>
					Excel 2016
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-excel-2016-september-12-2023-kb5002496-7ef94649-cd1b-4668-88bc-8a91da4d3bbd" rel="">Description of the security update for Excel 2016: September 12, 2023 (KB5002496)</a>
				</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					Office 2016
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-office-2016-september-12-2023-kb5002100-2965dcfd-8ecd-4104-8265-9ccff9a91d60" rel="">Description of the security update for Office 2016: September 12, 2023 (KB5002100)</a>
				</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					Office 2016
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-office-2016-september-12-2023-kb5002457-0af5dd24-5e73-4a27-ba6a-b16b2e72dd0c" rel="">Description of the security update for Office 2016: September 12, 2023 (KB5002457)</a>
				</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					Office 2016
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-office-2016-september-12-2023-kb5002498-718ee6f9-6f7b-410e-a32f-65548ebe233a" rel="">Description of the security update for Office 2016: September 12, 2023 (KB5002498)</a>
				</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					Outlook 2016
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-outlook-2016-september-12-2023-kb5002499-fec4d49f-6058-4cf5-a462-7bceeab1257b" rel="">Description of the security update for Outlook 2016: September 12, 2023 (KB5002499)</a>
				</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					Word 2016
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-word-2016-september-12-2023-kb5002497-9644e6f1-2907-4237-805a-aba4e76742db" rel="">Description of the security update for Word 2016: September 12, 2023 (KB5002497)</a>
				</p>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	<strong>Microsoft Office 2013</strong>
</p>

<p>
	 
</p>

<table>
	<thead>
		<tr>
			<th>
				<p>
					Product
				</p>
			</th>
			<th>
				<p>
					Knowledge Base article title and number
				</p>
			</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				<p>
					Excel 2013
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-excel-2013-september-12-2023-kb5002488-f002fa3b-82a6-4712-bbf6-f1e2727148e4" rel="">Description of the security update for Excel 2013: September 12, 2023 (KB5002488)</a>
				</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					Office 2013
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-office-2013-september-12-2023-kb5002477-5ec79599-2618-4fcc-8164-341fc841c0e6" rel="">Description of the security update for Office 2013: September 12, 2023 (KB5002477)</a>
				</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					Word 2013
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-word-2013-september-12-2023-kb5002483-353f78a5-481c-4b7d-95e0-c126fea573ee" rel="">Description of the security update for Word 2013: September 12, 2023 (KB5002483)</a>
				</p>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	<strong>SharePoint Server Subscription Edition</strong>
</p>

<p>
	 
</p>

<table>
	<thead>
		<tr>
			<th>
				<p>
					Product
				</p>

				<p>
					 
				</p>
			</th>
			<th>
				<p>
					Knowledge Base article title and number
				</p>

				<p>
					 
				</p>
			</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				<p>
					SharePoint Server Subscription Edition
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-sharepoint-server-subscription-edition-september-12-2023-kb5002474-c5869260-56d1-439b-a159-45fa38935276" rel="">Description of the security update for SharePoint Server Subscription Edition: September 12, 2023 (KB5002474)</a>
				</p>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	<strong>Microsoft SharePoint Server 2019</strong>
</p>

<p>
	 
</p>

<table>
	<thead>
		<tr>
			<th>
				<p>
					Product
				</p>
			</th>
			<th>
				<p>
					Knowledge Base article title and number
				</p>
			</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				<p>
					SharePoint Server 2019
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-sharepoint-server-2019-september-12-2023-kb5002472-56a1dbe4-1c74-4747-9b59-def13ac5be28" rel="">Description of the security update for SharePoint Server 2019: September 12, 2023 (KB5002472)</a>
				</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					SharePoint Server 2019 Language Pack
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/september-12-2023-update-for-sharepoint-server-2019-language-pack-kb5002471-0d666405-ba1d-4b25-af22-ff23e1767c16" rel="">September 12, 2023, update for SharePoint Server 2019 Language Pack (KB5002471)</a>
				</p>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	<strong>Microsoft SharePoint Server 2016</strong>
</p>

<p>
	 
</p>

<table>
	<thead>
		<tr>
			<th>
				<p>
					Product
				</p>

				<p>
					 
				</p>
			</th>
			<th>
				<p>
					Knowledge Base article title and number
				</p>

				<p>
					 
				</p>
			</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				<p>
					SharePoint Enterprise Server 2016
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-sharepoint-enterprise-server-2016-september-12-2023-kb5002494-1e21fd1f-ee4a-4c31-ad69-932cb92532cb" rel="">Description of the security update for SharePoint Enterprise Server 2016: September 12, 2023 (KB5002494)</a>
				</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					SharePoint Enterprise Server 2016 Language Pack
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-sharepoint-enterprise-server-2016-language-pack-september-12-2023-kb5002501-6adc5fcf-fc8b-48a1-89d8-538c5b15cb6b" rel="">Description of the security update for SharePoint Enterprise Server 2016 Language Pack: September 12, 2023 (KB5002501)</a>
				</p>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	<strong>Office Online Server</strong>
</p>

<p>
	 
</p>

<table>
	<thead>
		<tr>
			<th>
				<p>
					Product
				</p>
			</th>
			<th>
				<p>
					Knowledge Base article title and number
				</p>
			</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				<p>
					Office Online Server
				</p>
			</td>
			<td>
				<p>
					<a href="/en-us/topic/description-of-the-security-update-for-office-online-server-september-12-2023-kb5002470-79c4f8fd-4c79-4b33-bf20-6e81044500f6" rel="">Description of the security update for Office Online Server: September 12, 2023 (KB5002470)</a>
				</p>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	You may find more details in the Microsoft support <a href="https://support.microsoft.com/en-us/topic/september-2023-updates-for-microsoft-office-c56c7c0e-0e3c-4f04-9d54-c688dd9ce54e" rel="external nofollow">article</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-august-2023-security-patches-for-office-outlook-excel-word-and-more-are-here/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18582</guid><pubDate>Wed, 13 Sep 2023 17:00:04 +0000</pubDate></item><item><title>This damaging cyberattack could steal your passwords over Wi-Fi</title><link>https://nsaneforums.com/news/security-privacy-news/this-damaging-cyberattack-could-steal-your-passwords-over-wi-fi-r18570/</link><description><![CDATA[<p>
	<span style="font-size:22px;">It’s reasonably easy, too</span>
</p>

<p>
	 
</p>

<p>
	A new cyberattack that is being called WiKI-Eve has been observed stealing certain passwords over Wi-Fi with a 90% success rate in most modern routers built since 2013.
</p>

<p>
	 
</p>

<p>
	The attack exploits a vulnerability in the beamforming feedback information (BFI) technology that has graced our routers since the introduction of 802.11ac, otherwise known as Wi-Fi 5.
</p>

<p>
	 
</p>

<p>
	The research, which comes from academics belonging to two Chinese universities and one Singaporean university, demonstrates how hackers can ‘overhear,’ thus intercept, the clear-text being transmitted between device and router.
</p>

<p>
	 
</p>

<p>
	Connected to Wi-Fi? Chances are, you may be at risk
</p>

<p>
	<br />
	According to the researchers, WiKI-Eve “achieves 88.9% inference accuracy for individual keystrokes and up to 65.8% top-10 accuracy for stealing passwords of mobile applications.”
</p>

<p>
	 
</p>

<p>
	A separate SafetyDetectives study shows 13 of the top 30 most commonly used passwords comprise just numbers, stating that “numeric patterns are worldwide favorites.”
</p>

<p>
	 
</p>

<p>
	The paper goes on to call WiKI-Eve “the first WiFi-based hack-free keystroke eavesdropping system,” adding that the device an attacker chooses to use can be as discrete as a mobile device that supports monitor mode by the Wi-Fi NIC.
</p>

<p>
	 
</p>

<p>
	Describing a hypothetical situation in which a victim harmlessly connects to a public network, the researchers state that a password securely entered into a legitimate site is not as secure as one would hope, thanks to this vulnerability introduced with Wi-Fi 5 routers.
</p>

<p>
	 
</p>

<p>
	In a bid to demonstrate just how easy it is for an attacker to obtain information about a user, the team goes on to set up a real-world case study where they are able to access a set-up victim’s WeChat Pay information when using an iPhone, alluding to compromised credentials and even information about the digital payment.
</p>

<p>
	 
</p>

<p>
	While the theoretical and lab-grown examples produce alarming results, real-world executions of such attacks are fortunately less common, however the study plays an important role in demonstrating the clear need for improved wireless security moving forward.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.techradar.com/pro/security/this-damaging-cyberattack-could-steal-your-passwords-over-wi-fi" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18570</guid><pubDate>Wed, 13 Sep 2023 12:36:39 +0000</pubDate></item><item><title>Mozilla patches Firefox, Thunderbird against zero-day exploited in attacks</title><link>https://nsaneforums.com/news/security-privacy-news/mozilla-patches-firefox-thunderbird-against-zero-day-exploited-in-attacks-r18561/</link><description><![CDATA[<p>
	Mozilla released emergency security updates today to fix a critical zero-day vulnerability exploited in the wild, impacting its Firefox web browser and Thunderbird email client.
</p>

<p>
	 
</p>

<p>
	Tracked as <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-4863" rel="external nofollow" target="_blank">CVE-2023-4863</a>, the security flaw is caused by a heap buffer overflow in the WebP code library (libwebp), whose impact spans from crashes to arbitrary code execution.
</p>

<p>
	 
</p>

<p>
	"Opening a malicious WebP image could lead to a heap buffer overflow in the content process. We are aware of this issue being exploited in other products in the wild," Mozilla <a href="https://www.mozilla.org/en-US/security/advisories/mfsa2023-40/" rel="external nofollow" target="_blank">said</a> in an advisory published on Tuesday.
</p>

<p>
	 
</p>

<p>
	Mozilla addressed the exploited zero-day in Firefox 117.0.1, Firefox ESR 115.2.1, Firefox ESR 102.15.1, Thunderbird 102.15.1, and Thunderbird 115.2.2.
</p>

<p>
	 
</p>

<p>
	Even though specific details regarding the WebP flaw's exploitation in attacks remain undisclosed, this critical vulnerability is being abused in real-world scenarios.
</p>

<p>
	 
</p>

<p>
	Hence, users are strongly advised to install updated versions of Firefox and Thunderbird to safeguard their systems against potential attacks.
</p>

<p>
	 
</p>

<p>
	<img alt="Firefox 117.0.1" src="https://www.bleepstatic.com/images/news/u/1109292/2023/Firefox_117_0_1.png">
</p>

<p>
	 
</p>

<p>
	As Mozilla revealed in today's security advisory, the <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-4863" rel="external nofollow" target="_blank">CVE-2023-4863 zero-day</a> also impacts other software using the vulnerable WebP code library version.
</p>

<p>
	 
</p>

<p>
	One of them is the Google Chrome web browser, which was patched against this flaw on Monday when Google warned that it's "aware that an exploit for CVE-2023-4863 exists in the wild."
</p>

<p>
	 
</p>

<p>
	The Chrome security updates are rolling out to users in the Stable and Extended stable channels and are expected to reach the entire user base over the coming days or weeks.
</p>

<p>
	 
</p>

<p>
	Apple's Security Engineering and Architecture (SEAR) team and The Citizen Lab at the University of Toronto's Munk School were the ones who reported the bug on September 6th.
</p>

<p>
	 
</p>

<p>
	The security researchers at Citizen Lab also have a history of identifying and disclosing zero-day vulnerabilities frequently exploited in targeted espionage campaigns led by government-affiliated threat actors.
</p>

<p>
	 
</p>

<p>
	These campaigns typically focus on individuals at significant risk of attack, including journalists, opposition politicians, and dissidents.
</p>

<p>
	 
</p>

<p>
	On Thursday, Apple also <a href="https://www.bleepingcomputer.com/news/apple/apple-discloses-2-new-zero-days-exploited-to-attack-iphones-macs/" target="_blank" rel="external nofollow">patched two zero-days</a> tagged by Citizen Lab as exploited in the wild as part of an exploit chain dubbed BLASTPASS to deploy NSO Group's Pegasus mercenary spyware onto <a href="https://www.bleepingcomputer.com/news/security/apple-zero-click-imessage-exploit-used-to-infect-iphones-with-spyware/" target="_blank" rel="external nofollow">fully patched iPhones</a>.
</p>

<p>
	 
</p>

<p>
	Today, the BLASTPASS patches were also <a href="https://www.bleepingcomputer.com/news/security/apple-backports-blastpass-zero-day-fix-to-older-iphones/" target="_blank" rel="external nofollow">backported to older iPhone models</a>, including iPhone 6s models, the iPhone 7, and the first generation of iPhone SE.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/mozilla-patches-firefox-thunderbird-against-zero-day-exploited-in-attacks/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18561</guid><pubDate>Wed, 13 Sep 2023 06:30:37 +0000</pubDate></item><item><title>Password-stealing Linux malware served for 3 years and no one noticed</title><link>https://nsaneforums.com/news/security-privacy-news/password-stealing-linux-malware-served-for-3-years-and-no-one-noticed-r18555/</link><description><![CDATA[<p>
	<strong><span style="font-size:22px;">It's not too late to check if a Linux device you use was targeted.</span></strong>
</p>

<p>
	 
</p>

<p>
	A download site surreptitiously served Linux users malware that stole passwords and other sensitive information for more than three years until it finally went quiet, researchers said on Tuesday.
</p>

<p>
	 
</p>

<p>
	The site, freedownloadmanager[.]org, offered a benign version of a Linux offering known as the Free Download Manager. Starting in 2020, the same domain at times redirected users to the domain deb.fdmpkg[.]org, which served a malicious version of the app. The version available on the malicious domain contained a script that downloaded two executable files to the /var/tmp/crond and /var/tmp/bs file paths. The script then used the cron job scheduler to cause the file at /var/tmp/crond to launch every 10 minutes. With that, devices that had installed the booby-trapped version of Free Download Manager were permanently backdoored.
</p>

<p>
	 
</p>

<p>
	After accessing an IP address for the malicious domain, the backdoor launched a reverse shell that allowed the attackers to remotely control the infected device. Researchers from Kaspersky, the security firm that discovered the malware, then ran the backdoor on a lab device to observe how it behaved.
</p>

<p>
	 
</p>

<p>
	“This stealer collects data such as system information, browsing history, saved passwords, cryptocurrency wallet files, as well as credentials for cloud services (AWS, Google Cloud, Oracle Cloud Infrastructure, Azure),” the researchers wrote in a report on Tuesday. “After collecting information from the infected machine, the stealer downloads an uploader binary from the C2 server, saving it to /var/tmp/atd. It then uses this binary to upload stealer execution results to the attackers’ infrastructure.”
</p>

<p>
	 
</p>

<p>
	The image below illustrates the infection chain.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="infection-chain.png" class="ipsImage" data-ratio="75.10" height="325" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2023/09/infection-chain.png" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>The infection chain of Trojanized versions of Free Download Manager.</em></span>
</p>

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

<p>
	After searching social media posts that discussed Free Download Manager, the researchers found that some people who visited freedownloadmanager[.]org received a benign version of the app, while others were redirected to one of the following malicious domains that served the booby-trapped version.
</p>

<p>
	 
</p>

<ul>
	<li>
		2c9bf1811ff428ef9ec999cc7544b43950947b0f.u.fdmpkg[.]org
	</li>
	<li>
		c6d76b1748b67fbc21ab493281dd1c7a558e3047.u.fdmpkg[.]org
	</li>
	<li>
		0727bedf5c1f85f58337798a63812aa986448473.u.fdmpkg[.]org
	</li>
	<li>
		c3a05f0dac05669765800471abc1fdaba15e3360.u.fdmpkg[.]org
	</li>
</ul>

<p>
	<br />
	It’s unclear why some visitors received the non-malicious version of the software and others were redirected to a malicious domain. The malicious redirects ended in 2022 for unknown reasons.
</p>

<p>
	 
</p>

<p>
	The backdoor is an updated version of malware tracked as Bew, which was published in 2014. Bew was one of the components used in an attack in 2017. The stealer called by the backdoor was installed in a 2019 campaign after first exploiting a vulnerability in the Exim Mail Server.
</p>

<p>
	 
</p>

<p>
	“While the campaign is currently inactive,” the researchers wrote, referring to the recent incident, “this case of Free Download Manager demonstrates that it can be quite difficult to detect ongoing cyber attacks on Linux machines to the naked eye.” They added:
</p>

<p>
	 
</p>

<p style="margin-left:40px;">
	The malware observed in this campaign has been known since 2013. In addition, the implants turned out to be quite noisy, as demonstrated by multiple posts on social networks. According to our telemetry, victims of this campaign are located all over the world, including Brazil, China, Saudi Arabia and Russia. Given these facts, it may seem paradoxical that the malicious Free Download Manager package remained undetected for more than three years.
</p>

<p style="margin-left:40px;">
	 
</p>

<ul>
	<li style="margin-left:40px;">
		As opposed to Windows, Linux malware is much more rarely observed;
	</li>
</ul>

<p style="margin-left:40px;">
	 
</p>

<ul>
	<li style="margin-left:40px;">
		Infections with the malicious Debian package occurred with a degree of probability: some users received the infected package, while others ended up downloading the benign one;
	</li>
</ul>

<p style="margin-left:40px;">
	 
</p>

<ul>
	<li style="margin-left:40px;">
		Social network users discussing Free Download Manager issues did not suspect that they were caused by malware.
	</li>
</ul>

<p style="margin-left:40px;">
	 
</p>

<p>
	The post offers a variety of file hashes and domain and IP addresses that people can use to indicate if they’ve been targeted or infected in the campaign, which the researchers suspect was a supply chain attack involving the benign version of Free Download Manager. The researchers said people running the freedownloadmanager[.]org site didn’t respond to messages notifying them of the campaign. They also didn’t respond to an inquiry for this post.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://arstechnica.com/security/2023/09/password-stealing-linux-malware-served-for-3-years-and-no-one-noticed/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18555</guid><pubDate>Wed, 13 Sep 2023 00:22:06 +0000</pubDate></item><item><title>Adobe warns of critical Acrobat and Reader zero-day exploited in attacks</title><link>https://nsaneforums.com/news/security-privacy-news/adobe-warns-of-critical-acrobat-and-reader-zero-day-exploited-in-attacks-r18544/</link><description><![CDATA[<p>
	Adobe has released security updates to patch a zero-day vulnerability in Acrobat and Reader tagged as exploited in attacks.
</p>

<p>
	 
</p>

<p>
	Even though additional information on the attacks is yet to be disclosed, the zero-day is known to affect both Windows and macOS systems.
</p>

<p>
	 
</p>

<p>
	"Adobe is aware that CVE-2023-26369 has been exploited in the wild in limited attacks targeting Adobe Acrobat and Reader," the company <a href="https://helpx.adobe.com/security/products/acrobat/apsb23-34.html" rel="external nofollow" target="_blank">said</a> in a security advisory published today.
</p>

<p>
	 
</p>

<p>
	The critical security flaw is tracked as CVE-2023-26369 and can let attackers gain code execution after successfully exploiting an <a href="http://Out-of-bounds%20Write" rel="external nofollow" target="_blank">out-of-bounds write weakness</a>.
</p>

<p>
	 
</p>

<p>
	While threat actors can exploit it in low-complexity attacks without requiring privileges, the flaw can only be exploited by local attackers, and it also requires user interaction, according to <a href="https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H&amp;version=3.1" rel="external nofollow" target="_blank">its CVSS v3.1 score</a>. 
</p>

<p>
	 
</p>

<p>
	CVE-2023-26369 was classified by Addobe with a maximum priority rating, with the company strongly advising administrators to install the update as soon as possible, ideally within a 72-hour window.
</p>

<p>
	 
</p>

<p>
	The complete list of affected products and versions is in the table below.
</p>

<p>
	 
</p>

<table border="1">
	<colgroup>
	</colgroup>
	<colgroup>
	</colgroup>
	<colgroup>
	</colgroup>
	<tbody>
		<tr>
			<td bgcolor="#EEEEEE">
				Product
			</td>
			<td bgcolor="#EEEEEE">
				Track
			</td>
			<td bgcolor="#EEEEEE">
				Affected Versions
			</td>
		</tr>
		<tr>
			<td>
				Acrobat DC 
			</td>
			<td>
				Continuous 
			</td>
			<td>
				23.003.20284 and earlier
			</td>
		</tr>
		<tr>
			<td>
				Acrobat Reader DC
			</td>
			<td>
				Continuous 
			</td>
			<td>
				23.003.20284 and earlier
			</td>
		</tr>
		<tr>
			<td>
				Acrobat 2020
			</td>
			<td>
				Classic 2020           
			</td>
			<td>
				20.005.30516 (Mac) and earlier<br>
				20.005.30514 (Win) and earlier
			</td>
		</tr>
		<tr>
			<td>
				Acrobat Reader 2020
			</td>
			<td>
				Classic 2020           
			</td>
			<td>
				20.005.30516 (Mac) and earlier<br>
				20.005.30514 (Win) and earlier
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	Today, Adobe addressed more security flaws that can let attackers gain arbitrary code execution on systems running unpatched <a href="https://helpx.adobe.com/security/products/connect/apsb23-33.html" rel="external nofollow" target="_blank">Adobe Connect</a> and <a href="https://helpx.adobe.com/security/products/experience-manager/apsb23-43.html" rel="external nofollow" target="_blank">Adobe Experience Manager</a> software.
</p>

<p>
	 
</p>

<p>
	The Connect (CVE-2023-29305 and CVE-2023-29306) and Experience Manager (CVE-2023-38214 and CVE-2023-38215) bugs fixed today can all be used to launch reflected cross-site scripting (XSS) attacks.
</p>

<p>
	 
</p>

<p>
	They can be exploited to access cookies, session tokens, or other sensitive info stored by the targets' web browsers.
</p>

<p>
	 
</p>

<p>
	In July, Adobe pushed an emergency ColdFusion security update to address a zero-day (<a href="https://nvd.nist.gov/vuln/detail/CVE-2023-38205" rel="external nofollow" target="_blank">CVE-2023-38205</a>) exploited in the wild as part of limited attacks. 
</p>

<p>
	 
</p>

<p>
	Days later, CISA <a href="https://www.bleepingcomputer.com/news/security/cisa-warns-govt-agencies-to-patch-adobe-coldfusion-servers/" target="_blank" rel="external nofollow">ordered federal agencies</a> to secure Adobe ColdFusion servers on their networks against the actively exploited bug by August 10th.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/adobe-warns-of-critical-acrobat-and-reader-zero-day-exploited-in-attacks/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18544</guid><pubDate>Tue, 12 Sep 2023 19:02:40 +0000</pubDate></item></channel></rss>
