Lucene search
+L

6716 matches found

RedhatCVE
RedhatCVE
added 2025/06/19 2:21 p.m.4 views

CVE-2022-50074

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in aasimplewritetobuffer When copyfromuser failed, the memory is freed by kvfree. however the management struct and data blob are allocated independently, so only kvfreedata cause a memleak issue here. Use...

5.5CVSS6.4AI score0.00166EPSS
SaveExploits0References4
Circl
Circl
added 2025/06/19 10:29 a.m.20 views

CVE-2025-6334

creationtimestamp| type| source ---|---|--- 2025-06-19 10:29:03+00:00| seen| https://infosec.exchange/users/vuldb/statuses/114709557607561674 2025-06-20 11:46:59+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/18936 2025-06-20 12:01:57+00:00| published-proof-of-concept|...

9CVSS8.1AI score0.00705EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/06/19 8:39 a.m.6 views

CVE-2025-49516

A vulnerability was found in Moodle. The "move up" and "move down" actions in backpack management for badges did not include the necessary token to prevent a Cross-Site Request Forgery CSRF risk...

6.6AI score
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/06/19 8:30 a.m.9 views

CVE-2022-50191

In the Linux kernel, the following vulnerability has been resolved: regulator: of: Fix refcount leak bug in ofgetregulationconstraints We should call the ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

5.5CVSS6.4AI score0.00217EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 5:49 a.m.4 views

CVE-2022-50158

In the Linux kernel, the following vulnerability has been resolved: mtd: partitions: Fix refcount leak in parseredbootof ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.3AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 4:45 a.m.6 views

CVE-2022-50041

In the Linux kernel, the following vulnerability has been resolved: ice: Fix call trace with null VSI during VF reset During stress test with attaching and detaching VF from KVM and simultaneously changing VFs spoofcheck and trust there was a call trace in iceresetvf that VF's VSI is null...

5.5CVSS6.5AI score0.00201EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 3:50 a.m.7 views

CVE-2025-5416

A vulnerability has been identified in Keycloak that could lead to unauthorized information disclosure. While it requires an already authenticated user, the /admin/serverinfo endpoint can inadvertently provide sensitive environment information. Mitigation Currently, no mitigation is available for...

2.7CVSS5.7AI score0.00239EPSS
SaveExploits0References3
CVE
CVE
added 2025/06/19 2:50 a.m.37 views

CVE-2025-52467

CVE-2025-52467 affects the pgai Python library that converts PostgreSQL into a retrieval engine for RAG/Agentic apps. The issue enables exfiltration of secrets used in a workflow, notably the GITHUB_TOKEN with write permissions, allowing an attacker to tamper with the repository (e.g., push code/...

9.1CVSS9.4AI score0.00353EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/06/19 1:08 a.m.5 views

CVE-2025-50181 urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation

urllib3 is a user-friendly HTTP client library for Python. Prior to 2.5.0, it is possible to disable redirects for all requests by instantiating a PoolManager and specifying retries in a way that disable redirects. By default, requests and botocore users are not affected. An application attemptin...

5.3CVSS5.3AI score0.00408EPSS
SaveExploits1References3
NVD
NVD
added 2025/06/19 12:15 a.m.22 views

CVE-2025-23170

The Versa Director SD-WAN orchestration platform includes functionality to initiate SSH sessions to remote CPEs and the Director shell via Shell-In-A-Box. The underlying Python script, shell-connect.py, is vulnerable to command injection through the user argument. This allows an attacker to execu...

6.7CVSS0.00623EPSS
SaveExploits0References5
NVD
NVD
added 2025/06/19 12:15 a.m.10 views

CVE-2025-23173

The Versa Director SD-WAN orchestration platform provides direct web-based access to uCPE virtual machines through the Director GUI. By default, the websockify service is exposed on port 6080 and accessible from the internet. This exposure introduces significant risk, as websockify has known...

7.5CVSS0.00532EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/06/18 8:24 p.m.7 views

CVE-2022-49999

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix space cache corruption and potential double allocations When testing spacecache v2 on a large set of machines, we encountered a few symptoms: 1. "unable to add free space :-17" EEXIST errors. 2. Missing free space info...

5.5CVSS6.6AI score0.00219EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.14 views

CVE-2022-50155

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: Fix refcount leak in bcm4908partitionsfwoffset offindnodebypath returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount...

5.5CVSS0.00165EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.22 views

CVE-2022-50125

In the Linux kernel, the following vulnerability has been resolved: ASoC: croseccodec: Fix refcount leak in croseccodecplatformprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS0.00165EPSS
SaveExploits0References5
NVD
NVD
added 2025/06/18 11:15 a.m.8 views

CVE-2022-50068

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Fix dummy res NULL ptr deref bug Check the bo-resource value before accessing the resource memtype. v2: Fix commit description unwrapped warning 40.191227 T184 general protection fault, probably for non-canonical address...

5.5CVSS0.00208EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 11:15 a.m.23 views

CVE-2022-49965

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing -finixxxx interfaces for some SMU13 asics Without these, potential memory leak may be induced...

5.5CVSS0.00179EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.3 views

CVE-2022-50134

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: fix potential memory leak in setupbasectxt setupbasectxt allocates a memory chunk for uctxt-groups with hfi1allocctxtrcvgroups. When inituserctxt fails, uctxt-groups is not released, which will lead to a memory leak. W...

5.5CVSS5.9AI score0.00217EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.7 views

CVE-2022-50197

In the Linux kernel, the following vulnerability has been resolved: cpufreq: zynq: Fix refcount leak in zynqgetrevision offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.9AI score0.00211EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.4 views

CVE-2022-50224

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT Treat the NX bit as valid when using NPT, as KVM will set the NX bit when the NX huge page mitigation is enabled mindblowing and trigger the WARN that fires on reserved SPTE bits...

5.5CVSS5.7AI score0.00171EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.6 views

CVE-2022-49950

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on open The probe session-duplication overflow check incremented the session count also when there were no more available sessions so that memory beyond the fixed-size slab-allocated session...

7.8CVSS6.1AI score0.00215EPSS
SaveExploits0References6
Rows per page
Query Builder