Lucene search
+L

278 matches found

RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.8 views

kernel: drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes WHY When PTEBufferSizeInRequests is zero, UBSAN reports the following warning because dmllog2 returns an unexpected negative value: shift exponent 4294966273 is t...

7.8CVSS6.3AI score0.00199EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 6:17 a.m.5 views

SUSE CVE-2005-3105

The mprotect code mprotect.c in Linux 2.6 on Itanium IA64 Montecito processors does not properly maintain cache coherency as required by the architecture, which allows local users to cause a denial of service and possibly corrupt data by modifying PTE protections...

2.1CVSS6.8AI score0.00448EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 4:38 a.m.5 views

SUSE CVE-2017-15127

A flaw was found in the hugetlbmcopyatomicpte function in mm/hugetlb.c in the Linux kernel before 4.13. A superfluous implicit page unlock for VMSHARED hugetlbfs mapping could trigger a local denial of service BUG...

5.5CVSS7.2AI score0.00379EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 4:38 a.m.5 views

SUSE CVE-2017-15128

A flaw was found in the hugetlbmcopyatomicpte function in mm/hugetlb.c in the Linux kernel before 4.13.12. A lack of size check could cause a denial of service BUG...

5.5CVSS7.2AI score0.00411EPSS
SaveExploits0References3
OSV
OSV
added 2023/02/13 5:20 p.m.11 views

GSD-2023-1001860 mm/uffd: fix pte marker when fork() without fork event

mm/uffd: fix pte marker when fork without fork event This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.11 by commit...

7.2AI score
SaveExploits0
Amazon
Amazon
added 2023/02/08 12:00 a.m.11 views

Important: kernel-livepatch-5.10.157-139.675

Issue Overview: A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function followpagepte of the file mm/gup.c of the component BPF. The manipulation leads to race condition. The attack can be launched remotely. It is recommended ...

7.8CVSS7.3AI score0.0083EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/01/31 12:00 a.m.6 views

PT-2023-34751 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.1.8 Description: The issue concerns the handling of PTE markers in the hugetlb change protection function. It was introduced in version v5.19 and fixed in version v6.1.8. The actual impact and attack...

7.2AI score
SaveExploits0References1
Amazon
Amazon
added 2023/01/23 12:00 a.m.11 views

Important: kernel-livepatch-5.10.157-139.675

Issue Overview: A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function followpagepte of the file mm/gup.c of the component BPF. The manipulation leads to race condition. The attack can be launched remotely. It is recommended ...

7.8CVSS7.3AI score0.0083EPSS
SaveExploits0
Amazon
Amazon
added 2023/01/23 12:00 a.m.12 views

Important: kernel

Issue Overview: A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function followpagepte of the file mm/gup.c of the component BPF. The manipulation leads to race condition. The attack can be launched remotely. It is recommended ...

7.8CVSS4.7AI score0.0083EPSS
SaveExploits0
OSV
OSV
added 2022/10/20 8:15 p.m.5 views

DEBIAN-CVE-2022-3623

A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function followpagepte of the file mm/gup.c of the component BPF. The manipulation leads to race condition. The attack can be launched remotely. It is recommended to apply a patch...

7.5CVSS5.8AI score0.0083EPSS
SaveExploits0References1
OSV
OSV
added 2022/10/20 8:15 p.m.10 views

UBUNTU-CVE-2022-3623

A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function followpagepte of the file mm/gup.c of the component BPF. The manipulation leads to race condition. The attack can be launched remotely. It is recommended to apply a patch...

7.5CVSS5.5AI score0.0083EPSS
SaveExploits0References18
Vulnrichment
Vulnrichment
added 2022/10/20 12:00 a.m.3 views

CVE-2022-3623 Linux Kernel BPF gup.c follow_page_pte race condition

A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function followpagepte of the file mm/gup.c of the component BPF. The manipulation leads to race condition. The attack can be launched remotely. It is recommended to apply a patch...

5CVSS6.5AI score0.0083EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2022/10/20 12:00 a.m.6 views

Linux kernel 竞争条件问题漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from a Competitive Condition Issue vulnerability that stems from a problem with the followpagepte function in the mm/gup.c file in the BPF component, which...

7.5CVSS6.5AI score0.0083EPSS
SaveExploits0References24
Positive Technologies
Positive Technologies
added 2022/09/01 12:00 a.m.15 views

PT-2022-6334 · Linux +8 · Linux Kernel +8

Name of the Vulnerable Software and Affected Versions: Linux Kernel affected versions not specified Description: A vulnerability was found in the Linux Kernel, specifically in the function follow page pte of the file mm/gup.c of the component BPF. This issue is related to a race condition. The...

8.8CVSS7.8AI score0.71737EPSS
SaveExploits52References1027
OSV
OSV
added 2022/06/28 6:52 p.m.12 views

GSD-2022-1003186 KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits

KVM: x86: Use trycmpxchguser to update guest PTE A/D bits This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.17.13 by commit...

7.3AI score
SaveExploits0
OSV
OSV
added 2022/06/28 6:25 p.m.11 views

GSD-2022-1002878 KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits

KVM: x86: Use trycmpxchguser to update guest PTE A/D bits This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.2 by commit...

7.3AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/04/12 12:00 a.m.7 views

PT-2022-7341 · Google · Android Kernel

Name of the Vulnerable Software and Affected Versions: Android kernel versions affected versions not specified Description: The issue is related to a permissions bypass in the change pte range function of mprotect.c, which could allow making a shared mmap writable. This could lead to local...

7.8CVSS7.4AI score0.00149EPSS
SaveExploits0References16
CNVD
CNVD
added 2021/11/16 12:00 a.m.95 views

Talariax SendQuick Alertplus Server Admin Information Disclosure Vulnerability

TalariaX Pte Ltd Talariax SendQuick Alertplus Server Admin is a server management system of TalariaX Pte Ltd, Singapore. versions prior to 4.3 8HF11, a security vulnerability exists in the software where /appliance/shiftmgn.php lacks effective filtering and escaping of user submitted SQL...

8.8CVSS1.9AI score0.01478EPSS
SaveExploits3References1
Packet Storm
Packet Storm
added 2021/11/15 12:00 a.m.411 views

Talariax sendQuick Alertplus Server Admin 4.3 SQL Injection

Dear Full Disclosure Team, We are writing to submit a full disclosure for the following vulnerability discovered for product Talariax sendQuick Alertplus server admin version 4.3. This is an updated reference for https://seclists.org/fulldisclosure/2021/Oct/1...

8.7AI score0.01478EPSS
SaveExploits3
zdt
zdt
added 2021/11/15 12:00 a.m.422 views

Talariax sendQuick Alertplus Server Admin 4.3 SQL Injection Vulnerability

Talariax sendQuick Alertplus Server Admin version 4.3 suffers from a vulnerability that allows an authenticated user to perform error-based SQL injection via unsanitized form fields. Dear Full Disclosure Team, We are writing to submit a full disclosure for the following vulnerability discovered f...

8.8CVSS9.2AI score0.01478EPSS
SaveExploits3
Rows per page
Query Builder