CVE-2026-8491
low
CVSS v3
3.7
CVSS v2
—
VIR risk
3.7
Description
Node view permissions module enables permissions "View own content" and "View any content" for each content type on permissions page The module doesn't sufficiently handle the case where a user is cancelled and their content is reassigned to the anonymous user. This vulnerability is mitigated by the fact that only private contents where anonymous should not have view access are affected, and only if a node was reassigned to the anonymous user.
Predictions
Exploit likelihood
47%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No vendor mitigations ingested yet for this CVE. The mitigation-content worker queues fetches as references arrive — check back in a few minutes, or see the references list below.
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Packagist:https://packages.drupal.org/8 | drupal/node_view_permissions | <1.7.0||>=2.0.0,<2.0.1 | 1.7.0 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| adcisolutions | node_view_permissions | {"endExcluding":"1.7"} | 1.7 |
| adcisolutions | node_view_permissions | 2.0.0 | |
References
CWEs
CWE-754
Verify integrity in audit chain (admin only). AS-IS.