Lucene search
+L

10184 matches found

Positive Technologies
Positive Technologies
added 2022/11/14 12:00 a.m.3 views

PT-2022-35021 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to 6.0.3 Description: The issue is related to an integer underflow in the Linux Kernel core regulator. The actual impact and attack plausibility have not yet been proven. Recommendations: For Linux Kernel versions...

7.2AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2022/11/14 12:00 a.m.3 views

PT-2022-35289 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to 5.15.75 Description: The issue is related to an integer underflow in the core regulator of the Linux Kernel. The actual impact and attack plausibility have not yet been proven. Recommendations: For Linux Kernel...

7.2AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2022/11/14 12:00 a.m.9 views

PT-2022-35116 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.3 Description: The issue is related to a potential underflow in the wfx send pds function. The actual impact and attack plausibility have not yet been proven. Recommendations: For Linux Kernel versions prio...

7.1AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2022/11/14 12:00 a.m.35 views

EulerOS 2.0 SP9 : libtiff (EulerOS-SA-2022-2735)

According to the versions of the libtiff package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - libtiff's tiffcrop utility has a uint32t underflow that can lead to out of bounds read and write. An attacker who supplies a crafted file to...

5.5CVSS6.5AI score0.00566EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2022/11/14 12:00 a.m.33 views

EulerOS 2.0 SP9 : libtiff (EulerOS-SA-2022-2770)

According to the versions of the libtiff package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - libtiff's tiffcrop utility has a uint32t underflow that can lead to out of bounds read and write. An attacker who supplies a crafted file to...

5.5CVSS6.5AI score0.00566EPSS
SaveExploits1References5
Code423n4
Code423n4
added 2022/11/10 12:00 a.m.8 views

Closing a single credit line can be reentered and allows closing all open credit lines

Lines of code Vulnerability details Closing a single credit line can be reentered and allows decrementing count as many times as needed to reach the value 0. As soon as the value is 0, the status of all credit lines will be updated to LineLib.STATUS.REPAID. Reentrancy is possible by the borrower ...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/10 12:00 a.m.9 views

Borrower's principal can be enormous due to underflow

Lines of code Vulnerability details Impact The lender and the borrower can repay borrower's debt using unusedTokens in SpigotedLine.useAndRepay function. The repay amount can be as much as unusedTokenscredit.token in SpigotedLine.useAndRepay143. The actual repay is handled in CreditLib.repay, and...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/10 12:00 a.m.10 views

Repaying a line of credit with a higher than necessary claimed revenue amount will force the borrower into liquidation

Lines of code Vulnerability details A borrower can repay parts of a credit line with the SpigotedLine.useAndRepay function. This function will use amount of unusedTokenscredit.token as a repayment. However, if amount exceeds the principal and the accrued interest, credit.principal will underflow...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/10 12:00 a.m.7 views

useAndRepay function can be used to underflow the principal debt of a credit

Lines of code Vulnerability details The function useAndRepay present in the SpigotedLine contract doesn't check that the amount is within the debt limit and can be used by a malicious lender to underflow the principal variable and manipulate the debt of a credit. Impact A malicious lender can use...

6.7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2022/11/09 12:00 a.m.27 views

Amazon Linux 2 : libtiff (ALAS-2022-1872)

The version of libtiff installed on the remote host is prior to 4.0.3-35. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2-2022-1872 advisory. 2023-10-25: CVE-2022-2869 was added to this advisory. 2023-10-12: CVE-2022-2868 was added to this advisory. A flaw was...

5.5CVSS6.5AI score0.00317EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.14 views

kernel: RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()

In the Linux kernel, the following vulnerability has been resolved: RDMA/nldev: Prevent underflow in nldevstatsetcounterdynamicdoit This code checks "index" for an upper bound but it does not check for negatives. Change the type to unsigned to prevent underflows...

5.5CVSS6.3AI score0.0026EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.15 views

kernel: KVM: VMX: Prevent RSB underflow before vmenter

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Prevent RSB underflow before vmenter On VMX, there are some balanced returns between the time the guest's SPECCTRL value is written, and the vmenter. Balanced returns matched by a preceding call are usually ok, but it's...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.9 views

kernel: x86/speculation: Fill RSB on vmexit for IBRS

In the Linux kernel, the following vulnerability has been resolved: x86/speculation: Fill RSB on vmexit for IBRS Prevent RSB underflow/poisoning attacks with RSB. While at it, add a bunch of comments to attempt to document the current state of tribal knowledge about RSB attacks and what exactly i...

5.5CVSS6.3AI score0.00284EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.9 views

kernel: openvswitch: integer underflow leads to out-of-bounds write in reserve_sfa_size()

An integer coercion error was found in the openvswitch kernel module. Given a sufficiently large number of actions, while copying and reserving memory for a new action of a new flow, the reservesfasize function does not return -EMSGSIZE as expected, potentially leading to an out-of-bounds write...

7.8CVSS6.6AI score0.00836EPSS
SaveExploits5References4
CNNVD
CNNVD
added 2022/11/08 12:00 a.m.9 views

Azure RTOS FileX 数字错误漏洞

Azure RTOS FileX is an open source FAT-compatible file system for Azure RTOS. A security vulnerability exists in Azure RTOS FileX versions prior to 6.2.0, which stems from fault-tolerance features including integer underflow and overflow, and can be exploited to implement a buffer overflow and...

7.8CVSS7.6AI score0.00846EPSS
SaveExploits1References3
OSV
OSV
added 2022/11/08 12:00 a.m.7 views

CVE-2022-39343 Azure RTOS FileX vulnerable to Buffer Offerflow

Azure RTOS FileX is a FAT-compatible file system that’s fully integrated with Azure RTOS ThreadX. In versions before 6.2.0, the Fault Tolerant feature of Azure RTOS FileX includes integer under and overflows which may be exploited to achieve buffer overflow and modify memory contents. When a vali...

5.6CVSS7.3AI score
SaveExploits0References4
OSV
OSV
added 2022/11/06 12:02 a.m.13 views

OSV-2022-1148 Stack-buffer-underflow in gs_type2_interpret

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=53054 Crash type: Stack-buffer-underflow READ 4 Crash state: gstype2interpret gstype1glyphinfo pdficffglyphinfo...

7.2AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2022/11/06 12:00 a.m.5 views

PT-2022-36748 · Git +1 · Ghostscript

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a stack-buffer-underflow read error. Technical details include the crash type and state, which involve functions such as gs type2...

6.8AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2022/11/03 12:00 a.m.9 views

PT-2025-18806

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel, specifically in the drm/amd/display component. It involves writing to DRR registers, such as OTG V TOTAL MIN, on the same frame as a pipe commit...

7.8CVSS6.4AI score0.00546EPSS
SaveExploits0References432
OpenVAS
OpenVAS
added 2022/11/03 12:00 a.m.22 views

Huawei EulerOS: Security Advisory for libtiff (EulerOS-SA-2022-2689)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5.5CVSS6.2AI score0.00317EPSS
SaveExploits0References2
Rows per page
Query Builder