GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

OESA-2022-2134 (CVE-2022-45934)

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

The Linux Kernel, the operating system core itself.

Security Fix(es):

An issue was discovered in the Linux kernel through 6.0.10. l2cap_config_req in net/bluetooth/l2cap_core.c has an integer wraparound via L2CAP_CONF_REQ packets.(CVE-2022-45934)

There are null-ptr-deref vulnerabilities in drivers/net/slip of linux that allow attacker tocrash linux kernel by simulating slip network card from user-space of linux.[Root cause]When a slip driver is detaching, the slip_close() will act tocleanup necessary resources and sl->tty is set to NULL inslip_close(). Meanwhile, the packet we transmit is blocked,sl_tx_timeout() will be called. Although slip_close() andsl_tx_timeout() use sl->lock to synchronize, we don`t judgewhether sl-> tty equals to NULL in sl_tx_timeout() and thenull pointer dereference bug will happen.(Thread 1) | (Thread 2)| slip_close()| spin_lock_bh(& sl-> lock) sl-> tty = NULL //(1)sl_tx_timeout() | spin_unlock_bh(& sl->lock)spin_lock(& sl-> lock);tty_chars_in_buffer(sl-> tty)|if (tty-> ops-> ..) //(2)synchronize_rcu()We set NULL to sl-> tty in position (1) and dereference sl-> ttyin position (2).(CVE-2022-41858)

A use-after-free flaw was found in Linux kernel before 5.19.2. This issue occurs in cmd_hdl_filter in drivers/staging/rtl8712/rtl8712_cmd.c, allowing an attacker to launch a local denial of service attack and gain escalation of privileges.(CVE-2022-4095)


{
  "affected": [
    {
      "ecosystem_specific": {
        "aarch64": [
          "perf-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "kernel-devel-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "kernel-tools-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "kernel-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "python2-perf-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "python3-perf-debuginfo-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "kernel-debugsource-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "python2-perf-debuginfo-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "bpftool-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "perf-debuginfo-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "kernel-tools-debuginfo-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "bpftool-debuginfo-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "kernel-debuginfo-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "kernel-tools-devel-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "python3-perf-4.19.90-2212.1.0.0180.oe1.aarch64.rpm",
          "kernel-source-4.19.90-2212.1.0.0180.oe1.aarch64.rpm"
        ],
        "src": [
          "kernel-4.19.90-2212.1.0.0180.oe1.src.rpm"
        ],
        "x86_64": [
          "python2-perf-debuginfo-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "kernel-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "bpftool-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "bpftool-debuginfo-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "kernel-debugsource-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "perf-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "python3-perf-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "kernel-tools-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "perf-debuginfo-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "kernel-debuginfo-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "kernel-source-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "kernel-tools-devel-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "python2-perf-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "kernel-devel-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "kernel-tools-debuginfo-4.19.90-2212.1.0.0180.oe1.x86_64.rpm",
          "python3-perf-debuginfo-4.19.90-2212.1.0.0180.oe1.x86_64.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:20.03-LTS-SP3",
        "name": "kernel",
        "purl": "pkg:rpm/openEuler/kernel\u0026distro=openEuler-20.03-LTS-SP3"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.19.90-2212.1.0.0180.oe1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "severity": "High"
  },
  "details": "The Linux Kernel, the operating system core itself.\r\n\r\nSecurity Fix(es):\r\n\r\nAn issue was discovered in the Linux kernel through 6.0.10. l2cap_config_req in net/bluetooth/l2cap_core.c has an integer wraparound via L2CAP_CONF_REQ packets.(CVE-2022-45934)\n\nThere are null-ptr-deref vulnerabilities in drivers/net/slip of linux that allow attacker tocrash linux kernel by simulating slip network card from user-space of linux.[Root cause]When a slip driver is detaching, the slip_close() will act tocleanup necessary resources and sl-\u003etty is set to NULL inslip_close(). Meanwhile, the packet we transmit is blocked,sl_tx_timeout() will be called. Although slip_close() andsl_tx_timeout() use sl-\u003elock to synchronize, we don`t judgewhether sl-\u0026gt; tty equals to NULL in sl_tx_timeout() and thenull pointer dereference bug will happen.(Thread 1) | (Thread 2)| slip_close()| spin_lock_bh(\u0026amp; sl-\u0026gt; lock) sl-\u0026gt; tty = NULL //(1)sl_tx_timeout() | spin_unlock_bh(\u0026amp; sl-\u0026gt;lock)spin_lock(\u0026amp; sl-\u0026gt; lock);tty_chars_in_buffer(sl-\u0026gt; tty)|if (tty-\u0026gt; ops-\u0026gt; ..) //(2)synchronize_rcu()We set NULL to sl-\u0026gt; tty in position (1) and dereference sl-\u0026gt; ttyin position (2).(CVE-2022-41858)\n\nA use-after-free flaw was found in Linux kernel before 5.19.2. This issue occurs in cmd_hdl_filter in drivers/staging/rtl8712/rtl8712_cmd.c, allowing an attacker to launch a local denial of service attack and gain escalation of privileges.(CVE-2022-4095)",
  "id": "OESA-2022-2134",
  "modified": "2026-08-06T11:05:27Z",
  "published": "2022-12-09T11:05:27Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-2134"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45934"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41858"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4095"
    }
  ],
  "schema_version": "1.7.2",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "kernel security update",
  "upstream": [
    "CVE-2022-45934",
    "CVE-2022-41858",
    "CVE-2022-4095"
  ]
}



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…

Detection rules are retrieved from Rulezet.

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…