CWE-675: Multiple Operations on Resource in Single-Operation Context
The product performs the same operation on a resource two or more times, when the operation should only be applied once.
Last updated
Overview
CWE-675 (Multiple Operations on Resource in Single-Operation Context) is a class-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.
Real-world CVEs
2 recorded CVEs are caused by CWE-675 (Multiple Operations on Resource in Single-Operation Context). The highest-severity and most recent are shown first. 0 new CWE-675 CVEs have been recorded so far in 2026 (1 in 2025).
Common consequences
What can happen when CWE-675 is exploited.
Other
Affects: Other
How it happens
When it is introduced
Typically introduced during these phases of the software lifecycle.