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

SecuritylabVulnerabilities & Exploits

Dangerous C++ Traps: Memory Safety Issues, Undefined Behavior, and Code That Betrays Developers

Around 70% of vulnerabilities assigned CVE numbers by Microsoft each year stem from memory safety errors, with Chromium reporting a similar pattern for serious Chrome bugs. The article examines how C++ deliberately permits low-level memory access for performance but demands strict discipline to avoid undefined behavior (UB). It details real-world cases including Heartbleed (CVE-2014-0160) in OpenSSL, use-after-free errors, buffer overflows, and data races. Modern tools such as AddressSanitizer, UndefinedBehaviorSanitizer, and ThreadSanitizer are presented as essential for detection, alongside recommendations for RAII, std::span, and smart pointers. The piece also discusses C++26 changes introducing erroneous behavior for uninitialized variables and advises when to consider memory-safe languages like Rust for new components. Practical migration steps and compiler warning strategies are outlined to reduce risk in existing codebases.

BoletimSecVulnerabilities & Exploits

Critical CosmosEscape Flaw Breaks Customer Isolation in Azure Cosmos DB

A critical vulnerability named CosmosEscape allowed attackers to escape the restricted Gremlin API environment and execute arbitrary code on the DB Gateway component of Azure Cosmos DB. The flaw exploited weaknesses in .NET reflection protections, enabling file read/write operations and command execution that ultimately yielded the Cosmos Master Key. With this global signing key, an attacker could retrieve the primary key for any customer account and gain full read/write access. The exploit also exposed the Config Store containing account names, subscription identifiers, tenant details, and network rules. Even network-isolated and private instances remained vulnerable because the DB Gateway itself enforced those restrictions. Internal Microsoft services including Entra ID, Teams, and Copilot rely on Cosmos DB, amplifying the potential impact of the issue.

Security NEXTVulnerabilities & Exploits

Critical RCE Vulnerability CVE-2026-66066 Affects Ruby on Rails Active Storage with libvips

A severe vulnerability tracked as CVE-2026-66066 has been identified in the Ruby on Rails web application framework. The flaw, also referred to as KindaRails2Shell by researchers, impacts applications that use Active Storage with the libvips image processing engine. Attackers can exploit the issue by uploading specially crafted files to read arbitrary files without authentication. This exposure may lead to theft of environment variables, secret keys, and external service credentials, enabling remote code execution or further attacks. The vulnerability stems from unsafe operations in the dependent libvips library. It carries a CVSS v4.0 base score of 9.5 and is rated Critical. JPCERT/CC has issued an advisory urging immediate updates.

Security NEXTVulnerabilities & Exploits

Critical Vulnerabilities Disclosed in Adobe Campaign Classic Require Immediate Patching

Adobe has released a security advisory detailing two high-risk vulnerabilities affecting Adobe Campaign Classic on-premises deployments on Windows and Linux. CVE-2026-48449 is an improper authorization flaw that permits remote attackers to execute arbitrary code without authentication and carries a maximum CVSSv3.1 base score of 10.0. CVE-2026-48448 is a SQL injection vulnerability that allows unauthenticated attackers to read arbitrary files from the file system, rated at 8.6. Both issues affect the campaign management platform used by organizations for marketing automation. Adobe urges administrators to apply the available security updates without delay due to the elevated risk of exploitation.