# CVE-2026-87874

## Summary

- **CVE ID:** CVE-2026-87874
- **Severity:** HIGH
- **CVSS Score:** 8.1 (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)
- **CWE:** CWE-502
- **Published:** Sep 9, 2026
- **Last Modified:** Sep 9, 2026

## Description

A flaw was found in the memcached cache plugin of the community.general Ansible
collection. Although its documentation states that records are stored in JSON
format, the plugin performs no explicit serialization and relies on
python-memcached, which pickles values on write and unpickles them on read.
Because memcached is unauthenticated and cache keys are predictable, an attacker
able to reach a network-exposed or shared memcached instance can write a crafted
pickle payload that is deserialized and executed on the Ansible controller when
the poisoned fact cache is next read, leading to remote code execution.

## Affected Products

No affected products listed.

## References

- [CNA](https://access.redhat.com/security/cve/CVE-2026-87874)
- [CNA](https://bugzilla.redhat.com/show_bug.cgi?id=2530995)

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-09._