Cybersecurity

30 readers
3 users here now

An umbrella community for all things cybersecurity / infosec. News, research, questions, are all welcome!

Rules

Community Rules

founded 2 years ago
MODERATORS
326
 
 

New '#CitrixBleed 2' #NetScaler flaw let hackers hijack sessions

https://www.bleepingcomputer.com/news/security/new-citrixbleed-2-netscaler-flaw-let-hackers-hijack-sessions/

#cybersecurity #Citrix #NetScaler

327
 
 

#BreachForums hacking forum operators reportedly arrested in #France

https://www.bleepingcomputer.com/news/security/breachforums-hacking-forum-operators-reportedly-arrested-in-france/

#cybercrime #cybersecurity #DataBreach #privacy

328
 
 

A group of hackers gained remote access to a hydroelectric dam’s control systems in Norway and fully opened a drainage valve, releasing a large amount of water.

For four hours it went unnoticed.

This wasn’t a hacker’s prank. This was a critical piece of infrastructure being remotely manipulated by an unauthorised party.

#Cybersecurity

329
 
 

#SonicWall warns of trojanized #NetExtender stealing #VPN logins

https://www.bleepingcomputer.com/news/security/sonicwall-warns-of-trojanized-netextender-stealing-vpn-logins/

#cybersecurity #malware

330
 
 

#Microsoft fixes known issue that breaks #Windows11 updates

https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-known-issue-that-breaks-windows-11-updates/

#cybersecurity

331
 
 

#Windows10 users can get extended security updates using #Microsoft points

https://www.bleepingcomputer.com/news/microsoft/microsoft-windows-10-extended-security-updates-available-using-reward-points/

#cybersecurity

332
 
 

#Trezor’s support platform abused in #crypto theft #phishing attacks

https://www.bleepingcomputer.com/news/security/trezors-support-platform-abused-in-crypto-theft-phishing-attacks/

#cybersecurity

333
 
 

#Ubuntu To Disable #Intel Graphics Security Mitigations To Boost GPU Performance By Up To 20%

https://news.slashdot.org/story/25/06/23/2046259/ubuntu-to-disable-intel-graphics-security-mitigations-to-boost-gpu-performance-by-up-to-20

#cybersecurity #FOSS #Linux

334
 
 

#APT28 hackers use #Signal chats to launch new #malware attacks on #Ukraine

https://www.bleepingcomputer.com/news/security/apt28-hackers-use-signal-chats-to-launch-new-malware-attacks-on-ukraine/

#Russia #BeardShell #SlimAgent #cybersecurity

335
 
 

#Malware on #GooglePlay, #Apple #AppStore stole your photos—and #crypto

https://www.bleepingcomputer.com/news/security/malware-on-google-play-app-store-stole-your-photos-and-crypto/

#cybersecurity #SparkCat #SparKitty

336
 
 

#Canada says #Sal Typhoon hacked #telecom firm via #Cisco flaw

https://www.bleepingcomputer.com/news/security/canada-says-salt-typhoon-hacked-telecom-firm-via-cisco-flaw/

#cybersecurity #China

337
 
 

#McLaren #HealthCare says #DataBreach impacts 743,000 patients

https://www.bleepingcomputer.com/news/security/mclaren-health-care-says-data-breach-impacts-743-000-patients/

#cybersecurity #privacy

338
 
 

#Steel giant #Nucor confirms hackers stole data in recent breach

https://www.bleepingcomputer.com/news/security/steel-giant-nucor-confirms-hackers-stole-data-in-recent-breach/

#DataBreach #cybersecurity #privacy

339
 
 

#CoinMarketCap briefly hacked to drain #crypto wallets via fake #Web3 popup

https://www.bleepingcomputer.com/news/security/coinmarketcap-briefly-hacked-to-drain-crypto-wallets-via-fake-web3-popup/

#cybersecurity

340
 
 

#Oxford City Council suffers breach exposing two decades of data

https://www.bleepingcomputer.com/news/security/oxford-city-council-suffers-breach-exposing-two-decades-of-data/

#DataBreach #cybersecurity #privacy #UK

341
 
 

Russian hackers bypass #Gmail #MFA using stolen app #passwords

https://www.bleepingcomputer.com/news/security/russian-hackers-bypass-gmail-mfa-using-stolen-app-passwords/

#cybersecurity #Russia

342
 
 

#WordPress #Motors theme flaw mass-exploited to hijack admin accounts

https://www.bleepingcomputer.com/news/security/wordpress-motors-theme-flaw-mass-exploited-to-hijack-admin-accounts/

#cybersecurity

343
 
 

"Regulators around the world are working to address competition issues in digital markets, particularly on mobile devices. Several new laws have already been passed, including the UK’s Digital Markets, Competition and Consumers Act (DMCC), Japan’s Smartphone Act, and the EU’s Digital Markets Act (DMA). Australia and the United States are also considering similar legislation with the U.S. Department of Justice pursuing an antitrust case against Apple. Across all of these efforts, common questions arise: How should competition, user choice, and utility be balanced against security concerns? What is proportionate and necessary in relation to security? And how effective is app store review in practice?

The DMA is a helpful act to look at as it has been in force the longest and many of these other acts are loosely based on it. The DMA aims to restore contestability, interoperability, choice and fairness back to digital markets in the EU. These fundamental properties of an effectively functioning digital market have been eroded by the extreme power gatekeepers wield via their control of “core platform services”.

Under the DMA gatekeepers are only allowed to have strictly necessary, proportionate and justified security measures to protect the integrity of the operating system."

https://open-web-advocacy.org/blog/balancing-security-and-fair-competition/

#EU #DMA #Monopolies #Oligopolies #Antitrust #Competition #Interoperability #CyberSecurity #WebSecurity #OpenWeb

344
 
 

Earlier this month, hackers stole an unknown amount of customer information from the US insurance company Aflac, @Techcrunch reports. Here’s more on the data breach, when it occurred and what type of info was taken.

https://flip.it/K_qTwE

#Tech #CyberSecurity #Hacking #Technology

345
 
 

🛡️ #CRA & #NIS2 readiness takes the stage at #openSUSE Conference! Dive into vital #workshops shaping #opensource legal compliance in #Europe. Learn, discuss, and prepare your projects for the changing #cybersecurity landscape. https://events.opensuse.org/

346
 
 

Insecure defaults can lead to surprises. When creating FIFO sockets with systemd, be sure to note that SocketMode defaults to 0666 - that is world readable and writable. That is: any local user can communicate with the FIFO. If your FIFO is used to perform privileged operations you must ensure that either the FIFO file itself is located in secured location or set SocketMode to stricter value.

I spotted one such insecure use in cloud-init: the hotplug FIFO was world writable. This is CVE-2024-11584 and fixed in cloud-init 25.1.3.

The commit fixing this is in https://github.com/canonical/cloud-init/pull/6265

#CVE_2024_11584 #ubuntu #systemd #infosec #cybersecurity

347
 
 

#DHS warns of sharp rise in Chinese-made signal jammers it calls 'tools of #terrorism'

https://www.theregister.com/2025/06/20/dhs_issues_warning_about_influx/

#SignalJammer #cybersecurity #China

348
 
 

#BitoPro exchange links #Lazarus hackers to $11 million #crypto heist

https://www.bleepingcomputer.com/news/security/bitopro-exchange-links-lazarus-hackers-to-11-million-crypto-heist/

#cybersecurity #NorthKorea

349
 
 

#Iran’s government says it shut down internet to protect against cyberattacks

https://techcrunch.com/2025/06/20/irans-government-says-it-shut-down-internet-to-protect-against-cyberattacks/

#cybersecurity #politics

350
 
 

#Cloudflare blocks record 7.3 Tbps #DDoS attack against hosting provider

https://www.bleepingcomputer.com/news/security/cloudflare-blocks-record-73-tbps-ddos-attack-against-hosting-provider/

#cybersecurity

view more: ‹ prev next ›