OESA-2022-2107 (CVE-2022-39377)

Vulnerability from osv_openeuler – Published: 2022-11-22 11:05 – Updated: 2026-08-06 11:05 – Source website
VLAI
Summary
sysstat security update
Details

The sysstat package contains various utilities, common to many commercial Unixes, to monitor system performance and usage activity:iostat: reports CPU statistics and input/output statistics for block devices and partitions.mpstat: reports individual or combined processor related statistics.pidstat: reports statistics for Linux tasks (processes) : I/O, CPU, memory, etc.tapestat: reports statistics for tape drives connected to the system.cifsiostat: reports CIFS statistics.Sysstat also contains tools you can schedule via cron or systemd to collect and historize performance and activity data:sar: collects, reports and saves system activity information (see below a list of metrics collected by sar).sadc: is the system activity data collector, used as a backend for sar.sa1: collects and stores binary data in the system activity daily data file. It is a front end to sadc designed to be run from cron or systemd.sa2: writes asummarized daily activity report. It is a front end to sar designed to be run from cron or systemd.sadf: displays data collected by sar in multiple formats (CSV, XML, JSON, etc.) and can be used for data exchange with other programs. This command can also be used to draw graphs for the various activities collected by sar using SVG (Scalable Vector Graphics) format.

Security Fix(es):

sysstat is a set of system performance tools for the Linux operating system. On 32 bit systems, in versions 9.1.16 and newer but prior to 12.7.1, allocate_structures contains a size_t overflow in sa_common.c. The allocate_structures function insufficiently checks bounds before arithmetic multiplication, allowing for an overflow in the size allocated for the buffer representing system activities. This issue may lead to Remote Code Execution (RCE). This issue has been patched in version 12.7.1.(CVE-2022-39377)


{
  "affected": [
    {
      "ecosystem_specific": {
        "aarch64": [
          "sysstat-debuginfo-12.2.1-2.oe1.aarch64.rpm",
          "sysstat-debugsource-12.2.1-2.oe1.aarch64.rpm",
          "sysstat-12.2.1-2.oe1.aarch64.rpm"
        ],
        "src": [
          "sysstat-12.2.1-2.oe1.src.rpm"
        ],
        "x86_64": [
          "sysstat-debugsource-12.2.1-2.oe1.x86_64.rpm",
          "sysstat-12.2.1-2.oe1.x86_64.rpm",
          "sysstat-debuginfo-12.2.1-2.oe1.x86_64.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:20.03-LTS-SP1",
        "name": "sysstat",
        "purl": "pkg:rpm/openEuler/sysstat\u0026distro=openEuler-20.03-LTS-SP1"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "12.2.1-2.oe1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "aarch64": [
          "sysstat-debuginfo-12.2.1-2.oe1.aarch64.rpm",
          "sysstat-debugsource-12.2.1-2.oe1.aarch64.rpm",
          "sysstat-12.2.1-2.oe1.aarch64.rpm"
        ],
        "src": [
          "sysstat-12.2.1-2.oe1.src.rpm"
        ],
        "x86_64": [
          "sysstat-debuginfo-12.2.1-2.oe1.x86_64.rpm",
          "sysstat-debugsource-12.2.1-2.oe1.x86_64.rpm",
          "sysstat-12.2.1-2.oe1.x86_64.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:20.03-LTS-SP3",
        "name": "sysstat",
        "purl": "pkg:rpm/openEuler/sysstat\u0026distro=openEuler-20.03-LTS-SP3"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "12.2.1-2.oe1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "aarch64": [
          "sysstat-debugsource-12.5.4-4.oe2203.aarch64.rpm",
          "sysstat-12.5.4-4.oe2203.aarch64.rpm",
          "sysstat-debuginfo-12.5.4-4.oe2203.aarch64.rpm"
        ],
        "src": [
          "sysstat-12.5.4-4.oe2203.src.rpm"
        ],
        "x86_64": [
          "sysstat-debuginfo-12.5.4-4.oe2203.x86_64.rpm",
          "sysstat-12.5.4-4.oe2203.x86_64.rpm",
          "sysstat-debugsource-12.5.4-4.oe2203.x86_64.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:22.03-LTS",
        "name": "sysstat",
        "purl": "pkg:rpm/openEuler/sysstat\u0026distro=openEuler-22.03-LTS"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "12.5.4-4.oe2203"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "severity": "Critical"
  },
  "details": "The sysstat package contains various utilities, common to many commercial Unixes, to monitor system performance and usage activity:iostat: reports CPU statistics and input/output statistics for block devices and partitions.mpstat: reports individual or combined processor related statistics.pidstat: reports statistics for Linux tasks (processes) : I/O, CPU, memory, etc.tapestat: reports statistics for tape drives connected to the system.cifsiostat: reports CIFS statistics.Sysstat also contains tools you can schedule via cron or systemd to collect and historize performance and activity data:sar\uff1a collects, reports and saves system activity information (see below a list of metrics collected by sar).sadc\uff1a is the system activity data collector, used as a backend for sar.sa1\uff1a collects and stores binary data in the system activity daily data file. It is a front end to sadc designed to be run from cron or systemd.sa2\uff1a writes asummarized daily activity report. It is a front end to sar designed to be run from cron or systemd.sadf\uff1a displays data collected by sar in multiple formats (CSV, XML, JSON, etc.) and can be used for data exchange with other programs. This command can also be used to draw graphs for the various activities collected by sar using SVG (Scalable Vector Graphics) format.\r\n\r\nSecurity Fix(es):\r\n\r\nsysstat is a set of system performance tools for the Linux operating system. On 32 bit systems, in versions 9.1.16 and newer but prior to 12.7.1, allocate_structures contains a size_t overflow in sa_common.c. The allocate_structures function insufficiently checks bounds before arithmetic multiplication, allowing for an overflow in the size allocated for the buffer representing system activities. This issue may lead to Remote Code Execution (RCE). This issue has been patched in version 12.7.1.(CVE-2022-39377)",
  "id": "OESA-2022-2107",
  "modified": "2026-08-06T11:05:25Z",
  "published": "2022-11-22T11:05:25Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-2107"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39377"
    }
  ],
  "schema_version": "1.7.2",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "sysstat security update",
  "upstream": [
    "CVE-2022-39377"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…