AntiMalwareJuly 12, 2026🇷🇺Translated from Russian

Don't Flash Your Keys on Social Media: Photos Can Be Used to 3D-Print Working Duplicates in Minutes

A seemingly innocent photograph of keys held in someone’s hand can pose a serious security risk, as demonstrated by cybersecurity expert Evan Ottinger. The red team specialist, who is regularly hired by companies to simulate real-world attacks and test both digital and physical defenses, revealed that keys visible in social media posts can be turned into working duplicates without any sophisticated criminal laboratory.

People routinely share photos of their keys online, ranging from everyday users to high-profile celebrities. When the key’s profile and bitting (the unique cuts) are clearly visible, these details can be analyzed to reconstruct the exact geometry needed for duplication. Ottinger used open-source key decoding tools combined with a standard graphic editor and a consumer-grade 3D printer to complete the process.

In his experiment, the resulting plastic key proved fully functional and successfully opened the original lock. The researcher admitted he was initially skeptical, thinking “this can’t actually work,” yet the method proved reliable. For someone with the right skills and tools, the entire workflow—from downloading a social media image to producing a usable key—can be completed in roughly 10-15 minutes.

Unlike conventional lockpicking, this technique leaves no visible marks or evidence of tampering on the lock. To any observer, including security cameras or passersby, the person simply appears to be using their own legitimate key. This stealthy nature makes the attack particularly concerning for physical security professionals.

Ottinger advises treating physical keys with the same caution as passwords. Users should avoid posting close-up images, sharing them in stories, or posing with keys for aesthetic posts. The researcher’s findings highlight an often-overlooked intersection between social media habits and real-world physical security risks.

Related articles

Security NEXTVulnerabilities & Exploits

PostgreSQL Releases Security Update Fixing 28 Vulnerabilities and Over 110 Bugs

The PostgreSQL development team issued a major security update on August 13, 2026, addressing 28 vulnerabilities along with more than 110 bugs. While no issues reached a CVSSv3.1 base score of 9.0 or higher, 18 vulnerabilities scored 7.0 or above, with 14 rated at 8.8. Several flaws enable arbitrary code execution, including heap buffer overflows in regular expression processing and the to_char function. Additional fixes cover heap buffer overflows in pg_stat_statements and pg_dump, type confusion issues, and an SQL injection vulnerability. The update resolves specific CVEs such as CVE-2026-14664, CVE-2026-14669, CVE-2026-14670, CVE-2026-16238, CVE-2026-16239, and CVE-2026-15741.

Security NEXTVulnerabilities & Exploits

Vulnerability in Docker go-archive Library Allows File Creation and Overwrite Outside Target Directory

A vulnerability has been identified in the go-archive archive processing library used by Docker and related software. The flaw, tracked as CVE-2026-17106, affects the Unpack, UnpackLayer, and Untar functions and permits files to be created or overwritten outside the intended extraction directory. The issue stems from a mismatch between the path string validated by the code and the actual path resolved by the operating system. Docker rated the vulnerability 7.1 under CVSS v4.0 and classified it as High severity. A proof-of-concept exploit has already been published for macOS and Linux. The fix was implemented in go-archive 0.3.0 and shipped in Docker Engine 29.7.0, Docker CLI 29.7.0, and Docker Desktop 4.86.0.

安全客Vulnerabilities & Exploits

Microsoft Defender Zero-Day ShieldBreak Enables SYSTEM Privilege Escalation, Bypassing July Rogue Planet Patch

Security researcher Nightmare Eclipse has publicly disclosed a new zero-day vulnerability named ShieldBreak in Microsoft Defender that allows any standard Windows account to escalate privileges directly to SYSTEM level. The flaw exploits a TOCTOU race condition in Defender's file scanning API callbacks, enabling attackers to swap file contents during the brief window when the scanner reads the file. Although linked to the earlier Rogue Planet vulnerability (CVE-2026-50656), the July patch did not fully address the attack surface, and an adjusted proof-of-concept continues to work on patched systems. Defender's high privileges and trusted status in enterprise environments amplify the risk, as compromised processes can execute malicious actions that appear legitimate in logs. Public disclosure without prior private reporting leaves a window of exposure until Microsoft issues an official fix. Blue teams are advised to enforce strict local permissions, monitor for anomalous Defender process behavior such as unusual child processes or repeated file handle operations, and implement layered defenses including application whitelisting and network segmentation.

Security NEXTVulnerabilities & Exploits

CISA Adds Two Remotely Exploitable TrueConf Server Vulnerabilities to KEV Catalog

The US Cybersecurity and Infrastructure Security Agency has added two critical vulnerabilities affecting TrueConf Server to its Known Exploited Vulnerabilities catalog. CVE-2026-72529 allows unauthenticated remote attackers to execute arbitrary scripts due to missing authentication in a critical function. CVE-2026-72530 is a code injection flaw that enables attackers to run arbitrary code on the underlying host system by escaping the sandboxed environment. Both issues can be exploited over TCP port 4307 without requiring authentication. Kaspersky assigned CVSS v3.1 base scores of 9.8 and 9.0 respectively, rating both as Critical. US federal agencies must apply mitigations for the first vulnerability by August 23 and for the second by September 3.