CVE-2026-42077 PUBLISHED

Evolver: Prototype Pollution via `Object.assign()` in mailbox store operations

Assigner: GitHub_M
Reserved: 23.04.2026 Published: 04.05.2026 Updated: 04.05.2026

Evolver is a GEP-powered self-evolving engine for AI agents. Prior to version 1.69.3, a prototype pollution vulnerability in the mailbox store module allows attackers to modify the behavior of all JavaScript objects by injecting malicious properties into Object.prototype. The vulnerability exists in the _applyUpdate() and _updateRecord() functions which use Object.assign() to merge user-controlled data without filtering dangerous keys like proto, constructor, or prototype. This issue has been patched in version 1.69.3.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:H
CVSS Score: 5.2

Product Status

Vendor EvoMap
Product evolver
Versions
  • Version < 1.69.3 is affected

References

Problem Types

  • CWE-1321: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') CWE