CWE-361: 7PK - Time and State

ID CWE-361
Status Incomplete
Number of CVEs 7
This category represents one of the phyla in the Seven Pernicious Kingdoms vulnerability classification. It includes weaknesses related to the improper management of time and state in an environment that supports simultaneous or near-simultaneous computation by multiple systems, processes, or threads. According to the authors of the Seven Pernicious Kingdoms, "Distributed computation is about time and state. That is, in order for more than one component to communicate, state must be shared, and all that takes time. Most programmers anthropomorphize their work. They think about one thread of control carrying out the entire program in the same way they would if they had to do the job themselves. Modern computers, however, switch between tasks very quickly, and in multi-core, multi-CPU, or distributed systems, two events may take place at exactly the same time. Defects rush to fill the gap between the programmer's model of how a program executes and what happens in reality. These defects are related to unexpected interactions between threads, processes, time, and information. These interactions happen through shared state: semaphores, variables, the file system, and, basically, anything that can store information."

Relationships

View Weakness
# ID Name # ID Name Abstraction Structure Status
CWE-700 Seven Pernicious Kingdoms CWE-364 Signal Handler Race Condition Base Simple Incomplete
CWE-700 Seven Pernicious Kingdoms CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition Base Simple Incomplete
CWE-700 Seven Pernicious Kingdoms CWE-377 Insecure Temporary File Class Simple Incomplete
CWE-700 Seven Pernicious Kingdoms CWE-382 J2EE Bad Practices: Use of System.exit() Variant Simple Draft
CWE-700 Seven Pernicious Kingdoms CWE-383 J2EE Bad Practices: Direct Use of Threads Variant Simple Draft
CWE-700 Seven Pernicious Kingdoms CWE-384 Session Fixation Compound Composite Incomplete
CWE-700 Seven Pernicious Kingdoms CWE-412 Unrestricted Externally Accessible Lock Base Simple Incomplete

CVEs Published

CVSS Severity

CVSS Severity - By Year

CVSS Base Score

# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories Exploits PoC Pubblication Date Modification Date
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories PoC Pubblication Date Modification Date
Loading...
Loading...