Vulnerable web applications allow hackers to bypass corporate firewalls netsparker.com
A detailed technical article which explains how malicious attackers can target vulnerable web applications running on developers' workstations.
A detailed technical article which explains how malicious attackers can target vulnerable web applications running on developers' workstations.
Simple and secure password management for you and your team. I use it myself every day and wouldn't want to miss it.
One variant gives the ability to read data from Intel's Secure Enclave memory called SGX, and another allows a malicious VM to read memory from other VM's on the same machine. Some deeper explanations here.
By our beloved Tavis Ormandy. Ghostscript handles PDF-based documents in various software tools, of which ImageMagick is the best known. The vulnerability allows for remote code execution just by uploading a malicious PDF. No update is available yet, but there are ways to mitigate the problem.
It's a pretty serious flaw in Microsoft’s Active Directory Federation Services (ADFS), where one valid second factor could be used for all accounts in the enterprise. A patch has been released.
I hadn't heard of ReDos before, it's pretty interesting. It's where input to an app is crafted to make the regex-based validation take so long as to slow down or crash the whole system.
The teenager apparently exfiltrated 90GB worth of files, and had access to Apple's systems for over a year. He hid his access well, but it seems they were able to determine the serial number of the machine he used and found him that way.
Microsoft announced that they got control over six domains that were made to look like legitimate sites related to the elections.
Traefik is a load balancer / reverse proxy. In the same trend as unauthenticated Kubernetes clusters and the likes, there are apparently a few thousands of them open to the public. One can query their API to get private keys of your certificates. Check it if you got one.
Automatic iOS updates, credential auto-fill support for third party password managers, improvements to the built-in password manager, convenience feature to copy-paste 2fa SMS codes, and blocking social network trackers.
Nice initiative for an online Master's degree in cybersecurity, in collaboration with edX.
Very nice article about how to handle passwords, that goes beyond just "use bcrypt or something similar". Including interesting things I hadn't considered before like hashing the password client-side first, and AES encrypting your Argon2/bcrypt hash before storing it.