When Android users get a call from a non-contact, they will see more information about the caller, including their country. The post WhatsApp Adds Multiple Passkeys and Stronger 2SV in Account Security Update appeared first on SecurityWeek.

WhatsApp has reportedly rolled out an update that enhances account security through the addition of multiple passkeys and stronger two-step verification (2SV) options. This development aims to provide users with more robust methods for securing their accounts against unauthorized access.
The core of this security update appears to be the integration of multiple passkeys. Passkeys are a modern authentication standard designed to replace passwords, offering a more secure and user-friendly login experience. By allowing users to register multiple passkeys, WhatsApp enables greater flexibility and redundancy in account access. For instance, a user could register passkeys on their primary smartphone, a backup device, and a computer, ensuring they can still access their account even if one device is lost or compromised. This approach leverages public-key cryptography, making passkeys resistant to phishing attacks, which are a common vector for credential theft.
In conjunction with passkeys, the update also reportedly strengthens the existing two-step verification system. While the specific enhancements to 2SV were not detailed, typical improvements in this area often include more secure methods for generating or receiving verification codes, such as through authenticator apps rather than SMS, or more stringent requirements for resetting 2SV. Stronger 2SV mechanisms are critical because they add an additional layer of security beyond the primary authentication method, making it significantly harder for attackers to gain access even if they manage to compromise a user's password or passkey.
The report also mentions a separate feature for Android users, where incoming calls from non-contacts will display additional caller information, specifically their country. While this feature is distinct from the account security enhancements, it contributes to user safety by providing context for unknown callers, potentially helping users identify and avoid spam or fraudulent calls. This information could be particularly useful in mitigating social engineering attempts that often precede account compromise.
For users, the recommended mitigation advice for these types of security features typically involves actively enabling and configuring them. Users should be encouraged to set up passkeys on all their trusted devices and ensure their 2SV is configured using the strongest available method, such as a hardware security key or an authenticator app. Regularly reviewing security settings and being vigilant against phishing attempts are also standard best practices.
This update reflects a broader industry trend towards adopting more secure and user-friendly authentication methods. As cyber threats continue to evolve, platforms like WhatsApp are under increasing pressure to provide robust security features that protect user data and privacy. The move to support multiple passkeys and enhance 2SV aligns with the push for passwordless authentication and multi-factor security, aiming to make accounts more resilient against common attack vectors.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.