<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-07-12T21:01:40.284833+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/e42d37d1-c7af-45a8-85ec-326cda7c35af/export</id>
    <title>e42d37d1-c7af-45a8-85ec-326cda7c35af</title>
    <updated>2026-07-12T21:01:40.307246+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "e42d37d1-c7af-45a8-85ec-326cda7c35af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54269", "type": "seen", "source": "https://gist.github.com/alon710/e1c58c0e5e300cd65a71e5b861eaf325", "content": "# CVE-2026-54269: CVE-2026-54269: Runtime Property Shadowing and Denial of Service in protobufjs\n\n&amp;gt; **CVSS Score:** 5.3\n&amp;gt; **Published:** 2026-06-22\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-54269\n\n## Summary\nA property shadowing vulnerability exists in protobufjs where schema-derived names can collide with and overwrite runtime-critical internal helper properties. This issue leads to uncaught runtime exceptions and crash-based Denial of Service.\n\n## TL;DR\nUntrusted protobuf schemas can define fields matching internal properties (such as 'hasOwnProperty' or 'rpcCall'), triggering uncaught runtime exceptions that crash the execution thread (Denial of Service).\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-754, CWE-674\n- **Attack Vector**: Network\n- **CVSS Score**: 5.3 (Medium)\n- **EPSS Score**: 0.0024 (Percentile: 14.70%)\n- **Impact**: Denial of Service (DoS)\n- **Exploit Status**: Proof of Concept available\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- protobufjs\n- protobufjs-cli\n- **protobufjs**: &amp;lt; 7.6.3 (Fixed in: `7.6.3`)\n- **protobufjs**: &amp;gt;= 8.0.0, &amp;lt; 8.6.0 (Fixed in: `8.6.0`)\n- **protobufjs-cli**: &amp;lt; 1.3.3 (Fixed in: `1.3.3`)\n- **protobufjs-cli**: &amp;gt;= 2.0.0, &amp;lt; 2.5.1 (Fixed in: `2.5.1`)\n\n## Mitigation\n\n- Upgrade the dependency package to a patched release version.\n- Establish strict schema validation rules to filter out conflict-prone property names.\n- Ensure process management tools are configured to restart terminated nodes automatically.\n\n**Remediation Steps:**\n1. Locate and review package.json configurations for protobufjs and protobufjs-cli.\n2. Update protobufjs to 7.6.3 or 8.6.0 depending on the active major version.\n3. Update protobufjs-cli to 1.3.3 or 2.5.1 to secure static code generation.\n4. Regenerate any pre-compiled JavaScript static schema files using the updated CLI.\n5. Deploy runtime validation logic to reject schema definitions containing the strings 'hasOwnProperty' or 'rpcCall'.\n\n## References\n\n- [GitHub Security Advisory (GHSA-f38q-mgvj-vph7)](https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-f38q-mgvj-vph7)\n- [NVD CVE Record (CVE-2026-54269)](https://nvd.nist.gov/vuln/detail/CVE-2026-54269)\n- [CVE.org CVE Record (CVE-2026-54269)](https://www.cve.org/CVERecord?id=CVE-2026-54269)\n- [Pull Request #2311: Avoid shadowing prototype properties](https://github.com/protobufjs/protobuf.js/pull/2311)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-54269) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-06T07:59:30.626821Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/e42d37d1-c7af-45a8-85ec-326cda7c35af/export"/>
    <published>2026-07-06T07:59:30.626821+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/f2055f72-8a16-43bd-ba2c-4f9cb1b1069b/export</id>
    <title>f2055f72-8a16-43bd-ba2c-4f9cb1b1069b</title>
    <updated>2026-07-12T21:01:40.310448+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "f2055f72-8a16-43bd-ba2c-4f9cb1b1069b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54269", "type": "seen", "source": "https://gist.github.com/alon710/85679449cb8fbdc65386d384f1841a0e", "content": "# CVE-2026-54269: CVE-2026-54269: Runtime Property Shadowing and Denial of Service in protobufjs\n\n&amp;gt; **CVSS Score:** 5.3\n&amp;gt; **Published:** 2026-06-22\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-54269\n\n## Summary\nA property shadowing vulnerability exists in protobufjs where schema-derived names can collide with and overwrite runtime-critical internal helper properties. This issue leads to uncaught runtime exceptions and crash-based Denial of Service.\n\n## TL;DR\nUntrusted protobuf schemas can define fields matching internal properties (such as 'hasOwnProperty' or 'rpcCall'), triggering uncaught runtime exceptions that crash the execution thread (Denial of Service).\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-754, CWE-674\n- **Attack Vector**: Network\n- **CVSS Score**: 5.3 (Medium)\n- **EPSS Score**: 0.0024 (Percentile: 14.70%)\n- **Impact**: Denial of Service (DoS)\n- **Exploit Status**: Proof of Concept available\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- protobufjs\n- protobufjs-cli\n- **protobufjs**: &amp;lt; 7.6.3 (Fixed in: `7.6.3`)\n- **protobufjs**: &amp;gt;= 8.0.0, &amp;lt; 8.6.0 (Fixed in: `8.6.0`)\n- **protobufjs-cli**: &amp;lt; 1.3.3 (Fixed in: `1.3.3`)\n- **protobufjs-cli**: &amp;gt;= 2.0.0, &amp;lt; 2.5.1 (Fixed in: `2.5.1`)\n\n## Mitigation\n\n- Upgrade the dependency package to a patched release version.\n- Establish strict schema validation rules to filter out conflict-prone property names.\n- Ensure process management tools are configured to restart terminated nodes automatically.\n\n**Remediation Steps:**\n1. Locate and review package.json configurations for protobufjs and protobufjs-cli.\n2. Update protobufjs to 7.6.3 or 8.6.0 depending on the active major version.\n3. Update protobufjs-cli to 1.3.3 or 2.5.1 to secure static code generation.\n4. Regenerate any pre-compiled JavaScript static schema files using the updated CLI.\n5. Deploy runtime validation logic to reject schema definitions containing the strings 'hasOwnProperty' or 'rpcCall'.\n\n## References\n\n- [GitHub Security Advisory (GHSA-f38q-mgvj-vph7)](https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-f38q-mgvj-vph7)\n- [NVD CVE Record (CVE-2026-54269)](https://nvd.nist.gov/vuln/detail/CVE-2026-54269)\n- [CVE.org CVE Record (CVE-2026-54269)](https://www.cve.org/CVERecord?id=CVE-2026-54269)\n- [Pull Request #2311: Avoid shadowing prototype properties](https://github.com/protobufjs/protobuf.js/pull/2311)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-54269) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-06T07:58:49.203850Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/f2055f72-8a16-43bd-ba2c-4f9cb1b1069b/export"/>
    <published>2026-07-06T07:58:49.203850+00:00</published>
  </entry>
</feed>
