AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-50785

HIGH · CVSS 7.8 EPSS 0.16%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-12-30 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.8. It affects Linux.

CVE
CVE-2022-50785
Severity
HIGH
CVSS
7.8
EPSS
0.16%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: fsi: occ: Prevent use after free Use get_device and put_device in the open and close functions to make sure the device doesn't get freed while a file descriptor is open. Also, lock around the freeing of the device buffer and check the buffer before using it in the submit function.