Shared sections are portions of memory shared between processes, used for inter-process communication. Problems exist with shared sections including lack of input validation, weak permissions that allow low privileged users to access high privileged processes, and lack of synchronization that can lead to data corruption. Exploiting these problems may allow unauthorized access to data, arbitrary code execution, and denial of service attacks. Future "shared section attacks" or "SSAttacks" are possible if these issues are not addressed.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100%(1)100% found this document useful (1 vote)
330 views31 pages
Hacking Windows Internals
Shared sections are portions of memory shared between processes, used for inter-process communication. Problems exist with shared sections including lack of input validation, weak permissions that allow low privileged users to access high privileged processes, and lack of synchronization that can lead to data corruption. Exploiting these problems may allow unauthorized access to data, arbitrary code execution, and denial of service attacks. Future "shared section attacks" or "SSAttacks" are possible if these issues are not addressed.