The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade claude-mem to version 12.0.0 or higher.
claude-mem is a Memory compression system for Claude Code - persist context across sessions
Affected versions of this package are vulnerable to Use of Weak Hash via the computeObservationContentHash function in src/services/sqlite/observations/store.ts. An attacker can cause two different observation inputs to produce the same content hash by supplying values whose concatenated memorySessionId, title, and narrative fields form an ambiguous string. This can make distinct observations collide in the SQLite observations store, leading the application to treat different content as the same record. The impact is incorrect observation lookup or deduplication behavior for local users running the affected component.