ID CVE-2017-6355
Summary Integer overflow in the vrend_create_shader function in vrend_renderer.c in virglrenderer before 0.6.0 allows local guest OS users to cause a denial of service (process crash) via crafted pkt_length and offlen values, which trigger an out-of-bounds access.
References
Vulnerable Configurations
  • cpe:2.3:a:freedesktop:virglrenderer:*:*:*:*:*:*:*:*
    cpe:2.3:a:freedesktop:virglrenderer:*:*:*:*:*:*:*:*
CVSS
Base: 2.1 (as of 11-07-2017 - 01:33)
Impact:
Exploitability:
CWE CWE-190
CAPEC
  • Forced Integer Overflow
    This attack forces an integer variable to go out of range. The integer variable is often used as an offset such as size of memory allocation or similarly. The attacker would typically control the value of such variable and try to get it out of range. For instance the integer in question is incremented past the maximum possible value, it may wrap to become a very small, or negative number, therefore providing a very incorrect value which can lead to unexpected behavior. At worst the attacker can execute arbitrary code.
Access
VectorComplexityAuthentication
LOCAL LOW NONE
Impact
ConfidentialityIntegrityAvailability
NONE NONE PARTIAL
cvss-vector via4 AV:L/AC:L/Au:N/C:N/I:N/A:P
refmap via4
bid 96460
confirm https://cgit.freedesktop.org/virglrenderer/commit/?id=93761787b29f37fa627dea9082cdfc1a1ec608d6
gentoo GLSA-201707-06
mlist
  • [oss-security] 20170227 CVE-2017-6355 Virglrenderer: integer overflow while creating shader object
  • [virglrenderer-devel] 20170210 [ANNOUNCE] virglrenderer 0.6.0
Last major update 11-07-2017 - 01:33
Published 10-03-2017 - 02:59
Last modified 11-07-2017 - 01:33
Back to Top