Lucene search
K

17 matches found

Circl
Circl
added 2025/12/31 9:2 p.m.3 views

CVE-2022-50696

creationtimestamp| type| source ---|---|--- 2025-12-31 21:02:56+00:00| seen| https://bsky.app/profile/beikokucyber.bsky.social/post/3mbcragfliz2p...

9.8CVSS5.8AI score0.00512EPSS
Exploits2References1
Circl
Circl
added 2025/12/17 9:54 p.m.3 views

CVE-2022-50253

creationtimestamp| type| source ---|---|--- 2025-12-17 21:54:17+00:00| seen| https://bsky.app/profile/ferramentaslinux.bsky.social/post/3ma7nldnfv22w 2025-12-18 10:50:03+00:00| seen| https://bsky.app/profile/ferramentaslinux.bsky.social/post/3maaywhs5qs2t 2025-12-23 14:57:28+00:00| seen|...

5.5CVSS6.1AI score0.00147EPSS
Exploits0References5
OSV
OSV
added 2025/12/09 4:17 p.m.1 views

DEBIAN-CVE-2022-50673

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4orphancleanup I caught a issue as follows: ================================================================== BUG: KASAN: use-after-free in listaddvalid+0x28/0x1a0 Read of size 8 at addr...

5.5AI score0.00211EPSS
Exploits0References1
OSV
OSV
added 2025/10/07 4:15 p.m.3 views

DEBIAN-CVE-2022-50511

In the Linux kernel, the following vulnerability has been resolved: lib/fonts: fix undefined behavior in bit shift for getdefaultfont Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning calltrace like below: UBSAN: shift-out-of-bounds i...

5.5CVSS5.3AI score0.00143EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.1 views

CVE-2022-50378

In the Linux kernel, the following vulnerability has been resolved: drm/meson: reorder driver deinit sequence to fix use-after-free bug Unloading the driver triggers the following KASAN warning: +0.006275 ============================================================= +0.000029 BUG: KASAN:...

7.8CVSS6.6AI score0.00149EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2025/09/16 5:15 p.m.3 views

CVE-2022-50352

In the Linux kernel, the following vulnerability has been resolved: net: hns: fix possible memory leak in hnaeaeregister Inject fault while probing module, if deviceregister fails, but the refcount of kobject is not decreased to 0, the name allocated in devsetname is leaked. Fix this by calling...

5.5CVSS5.9AI score0.00147EPSS
Exploits0References10
Debian CVE
Debian CVE
added 2025/09/15 2:48 p.m.2 views

CVE-2022-50323

In the Linux kernel, the following vulnerability has been resolved: net: do not sense pfmemalloc status in skbappendpagefrags skbappendpagefrags is used by afunix and udp sendpage implementation so far. In commit 326140063946 "tcp: TX zerocopy should not sense pfmemalloc status" we explained why ...

5.5CVSS5.4AI score0.00143EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.2 views

CVE-2022-50267

In the Linux kernel, the following vulnerability has been resolved: mmc: rtsxpci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

5.5CVSS5.3AI score0.00145EPSS
Exploits0
CNNVD
CNNVD
added 2025/08/28 12:0 a.m.2 views

Asterisk 安全漏洞

Asterisk is an Asterisk open source software for PBX systems that runs on Linux and supports IP calls using SIP, IAX, and H323 protocols. Asterisk version 20.15.2 and versions prior to 22.5.2 have a security vulnerability that stems from the getauthorizationheader function returning NULL resultin...

7.5CVSS6.4AI score0.00384EPSS
Exploits0References5
NVD
NVD
added 2025/06/18 11:15 a.m.11 views

CVE-2022-50104

In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: Fix refcount leak in xivegetmaxprio offindnodebypath returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS0.00156EPSS
Exploits0References8
NVD
NVD
added 2025/06/18 11:15 a.m.4 views

CVE-2022-50084

In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raidstatus There is this warning when using a kernel with the address sanitizer and running this testsuite: https://gitlab.com/cki-project/kernel-tests/-/tree/main/storage/swraid/scsiraid...

7.1CVSS0.00164EPSS
Exploits0References9
CVE
CVE
added 2025/06/18 11:3 a.m.79 views

CVE-2022-50191

CVE-2022-50191 affects the Linux kernel regulator subsystem (of:), describing a refcount leak in the handling of of_get_regulation_constraints(). The remedy is a fixed lifecycle management: call of_node_put() on the reference returned by of_get_child_by_name() which had its refcount increased. Co...

5.5CVSS6.5AI score0.00205EPSS
Exploits0References8Affected Software1
CVE
CVE
added 2025/06/18 11:2 a.m.85 views

CVE-2022-50135

Summary (CVE-2022-50135): In the Linux kernel, the RDMA/rxe path contains a bug where, during error handling in rxe_qp_from_init, the qp’s rcq and scq are set to NULL, but later in rxe_qp_do_cleanup they are dereferenced (qp->scq->num_wq and qp->rcq->num_wq). This results in a null-pt...

5.5CVSS6.5AI score0.00175EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2025/06/18 11:2 a.m.71 views

CVE-2022-50097

CVE-2022-50097 affects the Linux kernel’s video fbdev s3fb driver. The bug arises in s3fb_set_par() where the code computes screen_size from user input and can exceed info->screen_size, leading to a kernel PAGE_FAULT on write (local access) during memset_io. The issue is mitigated by the docum...

7.8CVSS6.4AI score0.00164EPSS
Exploits0References8Affected Software1
Circl
Circl
added 2022/10/27 2:28 p.m.2 views

CVE-2022-2508

creationtimestamp| type| source ---|---|--- 2022-10-27 14:28:28+00:00| seen| https://t.me/cibsecurity/52144...

5.3CVSS5.5AI score0.00513EPSS
Exploits0References1
Circl
Circl
added 2022/10/19 2:15 p.m.3 views

CVE-2022-25748

creationtimestamp| type| source ---|---|--- 2022-10-19 14:15:23+00:00| seen| https://t.me/cibsecurity/51765...

9.8CVSS8AI score0.00434EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2022/07/20 12:0 a.m.2 views

PT-2022-21491 · Apple · Macos Monterey +7

Name of the Vulnerable Software and Affected Versions: iOS versions prior to 15.6 iPadOS versions prior to 15.6 macOS Big Sur versions prior to 11.6.8 watchOS versions prior to 8.7 tvOS versions prior to 15.6 macOS Monterey versions prior to 12.5 macOS Catalina versions prior to Security Update...

7.8CVSS6.9AI score0.00311EPSS
Exploits0References12
Rows per page
Query Builder