Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Reclaiming the stack: Europe’s bid for digital sovereignty

    How Dutch startup Tap Electric is fixing EV charging chaos

    Lenovo’s ThinkBook VertiFlex Concept Laptop Has a Swiveling Screen

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      Blue-collar jobs are gaining popularity as AI threatens office work

      August 17, 2025

      Man who asked ChatGPT about cutting out salt from his diet was hospitalized with hallucinations

      August 15, 2025

      What happens when chatbots shape your reality? Concerns are growing online

      August 14, 2025

      Scientists want to prevent AI from going rogue by teaching it to be bad first

      August 8, 2025

      AI models may be accidentally (and secretly) learning each other’s bad behaviors

      July 30, 2025
    • Business

      Cloudflare hit by data breach in Salesloft Drift supply chain attack

      September 2, 2025

      Cloudflare blocks largest recorded DDoS attack peaking at 11.5 Tbps

      September 2, 2025

      Why Certified VMware Pros Are Driving the Future of IT

      August 24, 2025

      Murky Panda hackers exploit cloud trust to hack downstream customers

      August 23, 2025

      The rise of sovereign clouds: no data portability, no party

      August 20, 2025
    • Crypto

      Ripple Deepens Global Payments Alliance With Thunes

      September 4, 2025

      US Fed to Host Conference in October, Covering Stablecoins and DeFi

      September 4, 2025

      US Bank Resumes Bitcoin Custody Amid Eased Rules

      September 4, 2025

      Consensys’ Ethereum L2 Linea to Launch 72B Tokens

      September 4, 2025

      How Trump’s Tariff Appeal Could Impact Crypto Markets

      September 4, 2025
    • Technology

      Reclaiming the stack: Europe’s bid for digital sovereignty

      September 5, 2025

      How Dutch startup Tap Electric is fixing EV charging chaos

      September 5, 2025

      Lenovo’s ThinkBook VertiFlex Concept Laptop Has a Swiveling Screen

      September 5, 2025

      Our Favorite Smart Lock for Your Front Door Is Just $164 Right Now

      September 5, 2025

      US Congressman’s Brother Lands No-Bid Contract to Train DHS Snipers

      September 5, 2025
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Technology»Black Hat USA: Startup breaks secrets management tools
    Technology

    Black Hat USA: Startup breaks secrets management tools

    TechAiVerseBy TechAiVerseAugust 9, 2025No Comments5 Mins Read2 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    Black Hat USA: Startup breaks secrets management tools
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    BMI Calculator – Check your Body Mass Index for free!

    Black Hat USA: Startup breaks secrets management tools

    Researchers at Cyata, an agentic identity specialist that has just emerged from stealth, found 14 CVEs in the widely used CyberArk Conjur and HashiCorp Vault enterprise secrets management platforms

    By

    • Alex Scroxton,
      Security Editor

    Published: 06 Aug 2025 23:00

    A total of 14 common vulnerabilities and exposures (CVEs) spanning CyberArk’s Conjur and HashiCorp’s Vault enterprise secrets management platforms have been addressed and disclosed this week, after being discovered by researchers at Cyata, an emergent, Israel-based startup working in the field of agentic identity.

    Taken as a whole, the critical issues demonstrated “complete compromise” of the secrets management systems that protect virtually every Fortune 500 organisation, said Cyata. The vulnerability set, comprising five issues in Conjur and nine in Vault, has likely been exploitable for several years and includes issues that enable remote code execution (RCE).

    Cyata CEO and Check Point alumni Shahar Tal said the disclosures represented a worst-case scenario for enterprise security.

    “When attackers can compromise the vault without any authentication, they literally gain the keys to the kingdom – access to every database, every API [application programming interface], every cloud resource across an entire organisation,” he said.

    “In some cases, we achieved full vault compromise with just a single unauthenticated API request – no credentials, no friction.”

    Notable among the Conjur vulnerabilities is a complete, unauthenticated RCE chain that arises from the service’s default Amazon Web Services (AWS) integration setup.

    When attackers can compromise the vault without any authentication, they gain the keys to the kingdom – access to every database, every API, every cloud resource across an entire organisation
    Shahar Tal, Cyata

    Exploiting it would enable an attacker to gain full system control without any valid credentials, tokens, or even a real AWS account.

    The attack chain in question begins with an identity and access management (IAM) authentication bypass that redirects AWS security token service (STS) validation to a server controlled by an attacker.

    This condition achieved, the attacker can impersonate any AWS identity they like without supplying a single credential, then escalate to create and control their own hosts to achieve remote code execution in a “seamless, start-to-finish” exploit chain in which every step uses default behaviour that doesn’t look out of place until it’s too late.

    The exploit chain was reported to CyberArk on 23 May 2025 per the organisation’s disclosure policies, and the five CVEs in scope began to be issued on 19 June.

    When trust can’t be trusted

    The set of nine HashiCorp CVEs – which are classed as zero-days – enabled attackers, and include the first ever identified RCE vulnerability reported in Vault’s 10-year history, which stemmed from a flaw that appears to have been exploitable for almost as long.

    Collectively, the vulnerabilities affected some of Vault’s most popular authentication methods, such as traditional usernames and passwords, Lightweight Directory Access Protocol (LDAP) and multifactor authentication (MFA).

    Cyata’s researchers said the issues stemmed entirely from logic flaws and failures that, taken individually and together, create dangerous attack paths in real-world deployments where misconfigurations and excessive permissions can be widespread.

    The RCE flaw, tracked as CVE-2025-6000, arises at the end of a chain, through which an attacker can create a malicious custom plugin.

    If they can successfully achieve this goal and execute their attack, attackers can achieve persistent and low-visibility access to their victims’ environments. But more concerningly, they can turn Vault’s encryption mechanism upside down, changing it from a protective measure to a component in a ransomware extortion attack.

    This is possible because Vault stores critical policies, secrets and tokens encrypted on disk, with a specific file needed for decryption. Should someone delete this file, however, Vault will permanently lose access to its encryption key, and even an administrator won’t be able to get it back, said Cyata.

    As with CyberArk, the vulnerabilities were disclosed to HashiCorp in May, and the CVEs were issued on 12 June across open source and enterprise versions of Vault.

    Tips for CISOs

    Alongside Tal, Cyata lead researcher Yarden Porat demonstrated the findings at Black Hat USA this week, alongside the coordinated disclosure announcement. The firm has also set up a dedicated landing page where security practitioners can find more in-depth technical details, indicators of compromise (IoCs) and other useful tools.

    In addition to approving and applying the patches from CyberArk and HashiCorp immediately, security teams should also take steps to review their vault access logs for any suspicious activity, work to identify potential compromises using the newly published detection tooling, and prepare incident response plans for the outlined scenarios, should they unfold.

    It would also be wise to consider implementing more monitoring and access controls around vault systems, said Cyata.

    Read more on Identity and access management products


    • Black Hat news: Exposed vaults, firmware flaws, AI hacks


    • July Patch Tuesday brings over 130 new flaws to address

      By: Alex Scroxton


    • June Patch Tuesday brings a lighter load for defenders

      By: Alex Scroxton


    • Microsoft’s April 2025 bumper Patch Tuesday corrects 124 bugs

      By: Brian McKenna

    BMI Calculator – Check your Body Mass Index for free!

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleAttacker could defeat Dell firmware flaws with a vegetable
    Next Article Government looks at tech to tackle peak electricity demand
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    Reclaiming the stack: Europe’s bid for digital sovereignty

    September 5, 2025

    How Dutch startup Tap Electric is fixing EV charging chaos

    September 5, 2025

    Lenovo’s ThinkBook VertiFlex Concept Laptop Has a Swiveling Screen

    September 5, 2025
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025182 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 202549 Views

    New Akira ransomware decryptor cracks encryptions keys using GPUs

    March 16, 202530 Views

    Is Libby Compatible With Kobo E-Readers?

    March 31, 202529 Views
    Don't Miss
    Technology September 5, 2025

    Reclaiming the stack: Europe’s bid for digital sovereignty

    Reclaiming the stack: Europe’s bid for digital sovereignty The entanglement of tech and politics has…

    How Dutch startup Tap Electric is fixing EV charging chaos

    Lenovo’s ThinkBook VertiFlex Concept Laptop Has a Swiveling Screen

    Our Favorite Smart Lock for Your Front Door Is Just $164 Right Now

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    Reclaiming the stack: Europe’s bid for digital sovereignty

    September 5, 20250 Views

    How Dutch startup Tap Electric is fixing EV charging chaos

    September 5, 20250 Views

    Lenovo’s ThinkBook VertiFlex Concept Laptop Has a Swiveling Screen

    September 5, 20250 Views
    Most Popular

    Xiaomi 15 Ultra Officially Launched in China, Malaysia launch to follow after global event

    March 12, 20250 Views

    Apple thinks people won’t use MagSafe on iPhone 16e

    March 12, 20250 Views

    French Apex Legends voice cast refuses contracts over “unacceptable” AI clause

    March 12, 20250 Views
    © 2025 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.