Close Menu
    What's Hot

    NBA Finals: Knicks detail plan to adjust, bounce back vs. Spurs in Game 4

    Logitech’s new Mobi Fold squeezes a lot of functionality into a tiny folding mouse

    ServiceNow Flaw Exploited to Gain Unauthorized Access to Customer Instances

    Facebook X (Twitter) Instagram
    Trending
    • NBA Finals: Knicks detail plan to adjust, bounce back vs. Spurs in Game 4
    • Logitech’s new Mobi Fold squeezes a lot of functionality into a tiny folding mouse
    • ServiceNow Flaw Exploited to Gain Unauthorized Access to Customer Instances
    • The viral Knicks chant united New York City. Now it needs a new ending
    • Nevada Attorney General Wins Democratic Nomination for Governor
    • Ukrainian drones strike Sevastopol museum and key Russian oil refineries | Russia-Ukraine war News
    • Anthropic brings Mythos to the masses with Claude Fable 5, its most powerful generally available model ever
    • Not having an opinion on SpaceX is going to cost you
    interluknewsinterluknews
    • Home
    • Business
      • Corporate News
      • Industry Insights
      • Startups & Entrepreneurship
      • Technology & Innovation
    • Economy
      • Economic Policy
      • Financial Analysis
      • Inflation & Interest Rates
      • Trade & Markets
    • Global
      • Conflicts & Security
      • Diplomacy
      • Global Trends
      • International Affairs
    • Lifestyle
      • Fashion
      • Food & Dining
      • Personal Development
      • Travel
    • Opinion
      • Columns
      • Editorials
      • Expert Opinions
      • Reader Voices
    • More
      • Politics
        • Elections
        • Government & Policy
        • International Relations
        • Political Analysis
      • Sports
        • Cricket
        • Football / Soccer
        • International Sports
        • Local Sports
      • Technology
        • Artificial Intelligence
        • Cybersecurity
        • Gadgets & Reviews
        • Tech News
      • South Africa News
    Facebook X (Twitter) Instagram
    interluknewsinterluknews
    Cybersecurity

    Six Proto6 Vulnerabilities in protobuf.js Expose Node.js Apps to RCE and DoS

    adminBy adminJune 10, 2026No Comments3 Mins Read
    Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
    Six Proto6 Vulnerabilities in protobuf.js Expose Node.js Apps to RCE and DoS
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Ravie LakshmananJun 10, 2026Vulnerability / JavaScript

    Six Proto6 Vulnerabilities in protobuf.js Expose Node.js Apps to RCE and DoS

    Cybersecurity researchers have flagged half a dozen vulnerabilities in protobuf.js, a JavaScript and TypeScript implementation of Protocol Buffers (Protobuf), that, if successfully exploited, could result in remote code execution (RCE) and denial-of-service (DoS) attacks.

    “In affected environments, a single malicious protobuf schema, descriptor, or crafted payload could be enough to trigger crashes, runtime corruption, or even code execution,” Cyera security researcher Assaf Morag said. The vulnerabilities have been codenamed Proto6.

    Protobuf is a free and open-source, language-agnostic mechanism for serializing structured data. It was originally developed and used internally by Google before it was made publicly available in 2008.

    The identified vulnerabilities affect Node.js applications that use protobuf.js, Google Cloud client libraries, messaging frameworks like Baileys, and CI/CD pipelines. Per Cyera, any Node.js service that deserializes Protobuf data or generates code from schemas with protobuf.js is likely impacted as well.

    Cybersecurity

    A brief description of each of the flaws is below –

    • CVE-2026-44289 (CVSS score: 7.5): DoS through unbounded protobuf recursion
    • CVE-2026-44290 (CVSS score: 7.5): Process-wide DoS when loading schemas with unsafe option paths
    • CVE-2026-44291 (CVSS score: 8.1): Code generation gadget after prototype pollution
    • CVE-2026-44292 (CVSS score: 5.3): Prototype injection in generated message constructors
    • CVE-2026-44294 (CVSS score: 5.3): DoS from crafted field names in generated code
    • CVE-2026-44295 (CVSS score: 8.7): Code injection in pbjs static output from crafted schema names

    Cyera said all the vulnerabilities stem from the library’s handling of schema and metadata as trusted by default. This validation oversight could influence application behavior and lead to code execution.

    “While exploitation of these vulnerabilities generally requires specific conditions, those conditions are increasingly common in data and AI ecosystems that routinely exchange data, schemas, and configuration files across services, repositories, cloud platforms, and third-party integrations,” Morag noted.

    In a potential attack scenario, a bad actor could introduce a malicious protobuf schema to poison CI/CD workflows, leaking build secrets in the process (CVE-2026-44295), or crash Node.js services such as WhatsApp bots built using Baileys, a WhatsApp Web API automation TypeScript library, by means of a specially crafted message (CVE-2026-44292).

    The most severe of the lot is CVE-2026-44291, which results in code execution when a Node.js application accepts attacker-controlled input.

    “That input reaches a prototype pollution gadget,” security researcher Vladimir Tokarev explained. “Later, the same process uses protobuf.js to encode or decode a message. Because protobuf.js resolves type names through plain property lookups, a polluted Object.prototype can make an attacker-controlled string look like a valid protobuf primitive.”

    “Protobuf.js then inserts that string into a generated encoder or decoder function and compiles it with Function(). The attacker gets arbitrary JavaScript execution inside the Node.js process.”

    Cybersecurity

    The following versions of the tool are vulnerable –

    • protobuf.js: versions <= 7.5.5 and >= 8.0.0 <= 8.0.1
    • protobufjs-cli: versions <= 1.2.0 and >= 2.0.0 <= 2.0.1

    Patches for the flaws are available in protobufjs 7.5.6 and 8.0.2, and protobufjs-cli 1.2.1 and 2.0.2. Users are advised to apply the latest fixes to safeguard against potential threats.

    “Because protobuf.js is heavily used inside databases, vector stores, inference pipelines, orchestration systems, CI/CD tooling, and cloud SDKs, successful exploitation could impact sensitive enterprise and AI workloads at scale,” Cyera said.

    “Modern software increasingly treats schemas, metadata, and configuration files as trusted inputs that drive automation, orchestration, and code generation. When those trust assumptions break, data can become behavior. That shift creates new attack surfaces that security teams must learn to identify and manage.”

    apps Dos expose Node.js Proto6 protobuf.js RCE Vulnerabilities
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    Previous ArticleThe hidden cost of slow CEO succession—from a guy who became president in a weekend
    Next Article The App Store is going to add subscription bundles soon
    admin
    • Website

    Related Posts

    ServiceNow Flaw Exploited to Gain Unauthorized Access to Customer Instances

    June 10, 2026

    Apple says it may remove some apps from the App Store if they don’t attract users

    June 10, 2026

    19 Packages Poisoned to Auto-Run Bun Credential Stealer

    June 10, 2026
    Leave A Reply Cancel Reply

    Demo
    Latest Posts

    NBA Finals: Knicks detail plan to adjust, bounce back vs. Spurs in Game 4

    Logitech’s new Mobi Fold squeezes a lot of functionality into a tiny folding mouse

    ServiceNow Flaw Exploited to Gain Unauthorized Access to Customer Instances

    The viral Knicks chant united New York City. Now it needs a new ending

    Latest Posts

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    Advertisement
    Demo

    We are a digital news platform delivering timely, accurate, and insightful coverage of politics, global affairs, business, economy, sports, and more. Our mission is to keep readers informed with reliable news, clear analysis, and stories that truly matter.
    We're social. Connect with us:

    Facebook X (Twitter) Instagram Pinterest YouTube

    Subscribe to Updates

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

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

    Powered by
    ...
    ►
    Necessary cookies enable essential site features like secure log-ins and consent preference adjustments. They do not store personal data.
    None
    ►
    Functional cookies support features like content sharing on social media, collecting feedback, and enabling third-party tools.
    None
    ►
    Analytical cookies track visitor interactions, providing insights on metrics like visitor count, bounce rate, and traffic sources.
    None
    ►
    Advertisement cookies deliver personalized ads based on your previous visits and analyze the effectiveness of ad campaigns.
    None
    ►
    Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    None
    Powered by