enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Cache poisoning - Wikipedia

    en.wikipedia.org/wiki/Cache_poisoning

    Two common varieties are DNS cache poisoning [2] and ARP cache poisoning. Web cache poisoning involves the poisoning of web caches [3] (which has led to security issues in programming languages, including all Python versions at the time in 2021, and expedited security updates [4]). Attacks on other, more specific, caches also exist. [5] [6] [7]

  3. Spectre (security vulnerability) - Wikipedia

    en.wikipedia.org/wiki/Spectre_(security...

    In late April 2021, a related vulnerability was discovered that breaks through the security systems designed to mitigate Spectre through use of the micro-op cache. The vulnerability is known to affect Skylake and later processors from Intel and Zen-based processors from AMD. [54]

  4. Speculative Store Bypass - Wikipedia

    en.wikipedia.org/wiki/Speculative_Store_Bypass

    Speculative Store Bypass (SSB) (CVE-2018-3639) is the name given to a hardware security vulnerability and its exploitation that takes advantage of speculative execution in a similar way to the Meltdown and Spectre security vulnerabilities. [1] It affects the ARM, AMD and Intel families of processors.

  5. Transient execution CPU vulnerability - Wikipedia

    en.wikipedia.org/wiki/Transient_execution_CPU...

    In July 2023 a critical vulnerability in the Zen 2 AMD microarchitecture called Zenbleed was made public. [59] AMD released a microcode update to fix it. [60] In August 2023 a vulnerability in AMD's Zen 1, Zen 2, Zen 3, and Zen 4 microarchitectures called Inception [61] [62] was revealed and assigned CVE-2023-20569. According to AMD it is not ...

  6. Meltdown (security vulnerability) - Wikipedia

    en.wikipedia.org/wiki/Meltdown_(security...

    Meltdown exploits a race condition, inherent in the design of many modern CPUs.This occurs between memory access and privilege checking during instruction processing. . Additionally, combined with a cache side-channel attack, this vulnerability allows a process to bypass the normal privilege checks that isolate the exploit process from accessing data belonging to the operating system and other ...

  7. Pacman (security vulnerability) - Wikipedia

    en.wikipedia.org/.../Pacman_(security_vulnerability)

    Ravichandran et al. demonstrate that the cache-based Prime and Probe technique can be used to determine whether the load instruction executed. [11] The attacker determines if the load instruction in a Pacman gadget was executed by filling the cache with data, calling the gadget, and checking the latency of accessing the previously loaded addresses.

  8. Memory leak - Wikipedia

    en.wikipedia.org/wiki/Memory_leak

    A memory leak has symptoms similar to a number of other problems and generally can only be diagnosed by a programmer with access to the program's source code. A related concept is the "space leak", which is when a program consumes excessive memory but does eventually release it.

  9. Thrashing (computer science) - Wikipedia

    en.wikipedia.org/wiki/Thrashing_(computer_science)

    A system thrashing is often a result of a sudden spike in page demand from a small number of running programs. Swap-token [3] is a lightweight and dynamic thrashing protection mechanism. The basic idea is to set a token in the system, which is randomly given to a process that has page faults when thrashing happens.