Common Weakness Enumeration

    CWE Definition / CWE-689

    CWE-689: Permission Race Condition During Resource Copy

    The product, while copying or cloning a resource, does not set the resource's permissions or access control until the copy is complete, leaving the resource exposed to other spheres while the copy is taking place.

    Published:11 Apr 2008
    Organization:MITRE
    Modified:29 Jun 2023

    Related Weakness

    CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

    CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

    CWE-732: Incorrect Permission Assignment for Critical Resource