CVE-2025-32946
Framasoft Peertube ≤ 7.1.1
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:NSummary
CVE-2025-32946 is a medium-severity Improper Ownership Management (CWE-282) vulnerability in Framasoft Peertube. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception (T1034); ranked at the 29th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified map to AC-16 (Security and Privacy Attributes) and AC-3 (Access Enforcement) — see the control section below for these in your framework.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-10976
Vulnerability Data
This vulnerability allows any attacker to add playlists to a different user’s channel using the ActivityPub protocol. The vulnerable code sets the owner of the new playlist to be the user who performed the request, and then sets the associated…
more
channel to the channel ID supplied by the request, without checking if it belongs to the user.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
- 1 hardening rule · 1 OS baseline
—
Mitigating Controls (NIST 800-53 r5) AI
Security attributes explicitly include ownership, so proper attribute association and management stops incorrect ownership assignment.
Access enforcement requires correct ownership verification before granting access to objects or resources.
Access decisions must be based on accurate ownership data for each request.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Managing and enforcing access permissions and authorizations directly addresses correct ownership assignment and verification for resources.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Access control policies can enforce correct ownership assignment and verification for objects.
Identity management processes help ensure objects are assigned to the correct, verified owners.
Managing access rights includes verifying and maintaining proper ownership of resources.
Privileged access rights management requires accurate ownership to prevent unauthorized privilege escalation.
Information access restriction mechanisms rely on correct ownership to enforce access decisions.
Access to source code control depends on proper ownership assignment to protect intellectual property.
Hardening callouts derived
Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).
Windows Server 2016 (1 rule)
- V-224973 The Active Directory Domain Controllers Organizational Unit (OU) object must have the proper access control permissions. prevents CWE-282