Integer Overflow or Wraparound Affecting wayland package, versions *


low

Snyk CVSS

    Attack Complexity Low
    Availability High

    Threat Intelligence

    EPSS 0.04% (12th percentile)
Expand this section
NVD
6.6 medium
Expand this section
Red Hat
6.6 medium
Expand this section
SUSE
6.6 medium

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-DEBIAN11-WAYLAND-3041023
  • published 7 Oct 2022
  • disclosed 23 Sep 2022

How to fix?

There is no fixed version for Debian:11 wayland.

NVD Description

Note: Versions mentioned in the description apply only to the upstream wayland package and not the wayland package as distributed by Debian. See How to fix? for Debian:11 relevant fixed versions and status.

An internal reference count is held on the buffer pool, incremented every time a new buffer is created from the pool. The reference count is maintained as an int; on LP64 systems this can cause the reference count to overflow if the client creates a large number of wl_shm buffer objects, or if it can coerce the server to create a large number of external references to the buffer storage. With the reference count overflowing, a use-after-free can be constructed on the wl_shm_pool tracking structure, where values may be incremented or decremented; it may also be possible to construct a limited oracle to leak 4 bytes of server-side memory to the attacking client at a time.