Lucene search
+L

6418 matches found

Github Security Blog
Github Security Blog
added 2024/07/30 9:13 p.m.34 views

The fuels-ts typescript SDK has no awareness of to-be-spent transactions

Brief/Intro The typescript SDK has no awareness of to-be-spent transactions causing some transactions to fail or silently get pruned as they are funded with already used UTXOs. The Typescript SDK provides the fund function which retrieves UTXOs, which belong to the owner and can be used to fund t...

3.1CVSS6.8AI score0.00309EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2024/07/30 12:0 a.m.9 views

PT-2024-29653 · Fuels-Ts · Fuels-Ts

Name of the Vulnerable Software and Affected Versions: fuels-ts affected versions not specified Description: The typescript SDK has no awareness of to-be-spent transactions, causing some transactions to fail or silently get pruned as they are funded with already used UTXOs. This issue occurs...

3.1CVSS6.7AI score0.00309EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/29 4:15 p.m.9 views

UBUNTU-CVE-2024-42078

In the Linux kernel, the following vulnerability has been resolved: nfsd: initialise nfsdinfo.mutex early. nfsdinfo.mutex can be dereferenced by svcpoolstatsstart immediately after the new netns is created. Currently this can trigger an oops. Move the initialisation earlier before it can possibly...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References12
CNNVD
CNNVD
added 2024/07/29 12:0 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the fact that nfsdinfo.mutex may be referenced by svcpoolstatsstart immediately after the creation of a new...

5.5CVSS6.5AI score0.00207EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/07/24 2:3 p.m.16 views

kernel: scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Remove BUGON in the case of an empty event pool In practice the driver should never send more commands than are allocated to a queue's event pool. In the unlikely event that this happens, the code asserts a BUGON, a...

5.5CVSS6.8AI score0.0025EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/24 1:20 p.m.7 views

kernel: scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Remove BUGON in the case of an empty event pool In practice the driver should never send more commands than are allocated to a queue's event pool. In the unlikely event that this happens, the code asserts a BUGON, a...

5.5CVSS6.8AI score0.0025EPSS
SaveExploits0References5
Citrix
Citrix
added 2024/07/14 12:0 a.m.14 views

Xenserver Configuration: Comprehensive Guide

Introduction This article will direct you to resources that provide guidance on configuring basic pools for XenServer Top Knowledge Content Basic Configuration guide for a XenServer Pool CTX128391 - How to Remove a Server from a XenServer Pool that Contains Only One Host CTX216127 - How to change...

7AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:0 a.m.9 views

How to Enable Special Pool Tagging for a Driver

If the stack of a process is overrun by another process, analysis of the dump is not possible because the crash occurs when the original process writes to the kernel space which is already occupied by the other, misbehaving component. Enabling Special Pool Tagging causes the driver to crash as so...

7AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:0 a.m.12 views

Unable to Connect to High Availability Enabled XenSever Pool and All Servers in Pool are in Emergency Mode

This article provides resolution to connectivity issues to the pool in XenCenter. Following are some of the issues that you might experience: Cannot connect to the pool in XenCenter Cannot start or migrate the virtual machines, although the virtual machines are active and running. All the servers...

7.2AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:0 a.m.13 views

How to Move a XenServer Pool to a Different IP Subnet

This article describes how to change the IP subnet assigned to the management network on a XenServer pool. This procedure is long compared to changing the IP address while staying in the same subnet. Requirements Working knowledge of XenServer and XenCenter and basic knowledge of the Command Line...

6.9AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:0 a.m.10 views

How to Validate If XenServer is Using Bridge or vSwitch for the Network Stack

This article describes how to validate if XenServer is using Bridge or vSwitch for the network stack. By default, XenServer 6.x uses vSwitch as the network stack when the host is installed. At some point, the XenServer administrator might have changed the network stack to Bridge. When attempting ...

7.1AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:0 a.m.9 views

XenServer in High Availability Enabled Pool is Unresponsive and Does not Self-Fence

A XenServer in a High Availability enabled pool is unresponsive. The Virtual Machines on that host might not work, or are unable to stop, or unable to migrate any Virtual Machines...

7.2AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:0 a.m.15 views

How to Remove a Server from a XenServer Pool that Contains Only One Host

This article describes how to remove a server from a XenServer pool that contains only one server. The procedure to remove servers is also described in the XenCenter help. When you remove a server from a pool that contains only one server Pool Master, the pool will be deleted and the Pool Master...

7AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:0 a.m.10 views

High Availability Behavior When the Heartbeat is Lost in a XenServer Pool

This article describes High Availability HA behavior in situations when the heartbeat is lost on XenServer 5.x. HA does not check the link state of the interfaces. It rather works on the bases of HA Host Groups and Network Partitions. HA Daemon chooses the larger of the network partitions to take...

7.1AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:0 a.m.10 views

Exceeding XenAPI Session Limit Causes Pool Instability

XenAPI Session The session limit of XenAPI process XAPI is 400. When the limit is exceeded, the oldest session is terminated. The oldest session might be active and in use. When the session is terminated, the client using that session gets disconnected without notification. Note : Clients can be...

7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/07/08 3:3 a.m.15 views

kernel: xen-netfront: Add missing skb_mark_for_recycle

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Add missing skbmarkforrecycle Notice that skbmarkforrecycle is introduced later than fixes tag in commit 6a5bcd84e886 "pagepool: Allow drivers to hint on SKB recycling". It is believed that fixes tag were missing a...

7.5CVSS6.8AI score0.00772EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/08 2:5 a.m.8 views

kernel: net/bnx2x: Prevent access to a freed page in page_pool

In the Linux kernel, the following vulnerability has been resolved: net/bnx2x: Prevent access to a freed page in pagepool Fix race condition leading to system crash during EEH error handling During EEH error recovery, the bnx2x driver's transmit timeout logic could cause a race condition when...

4.7CVSS6.4AI score0.00182EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2024/07/04 9:15 a.m.7 views

CVE-2024-1573

Missing Authentication for Critical Function vulnerability in the mobile monitoring feature of Mitsubishi Electric GENESIS64 versions 10.97.2 and prior, Mitsubishi Electric ICONICS Suite versions 10.97.2 and prior, Mitsubishi Electric Hyper Historian versions 10.97.2 and prior, Mitsubishi Electri...

5.9CVSS5.8AI score0.00593EPSS
SaveExploits0References5Affected Software6
CVE
CVE
added 2024/07/04 8:59 a.m.59 views

CVE-2024-1573

The CVE-2024-1573 issue is an improper authentication vulnerability in ICONICS/Mitsubishi Electric GENESIS64 family (GENESIS64/ICONICS Suite/MC Works64) versions 10.97–10.97.2, caused by the Mobile Monitoring feature allowing a remote unauthenticated login when Active Directory is used, Automatic...

5.9CVSS5.8AI score0.00593EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/04 8:59 a.m.41 views

CVE-2024-1573

Missing Authentication for Critical Function vulnerability in the mobile monitoring feature of Mitsubishi Electric GENESIS64 versions 10.97.2 and prior, Mitsubishi Electric ICONICS Suite versions 10.97.2 and prior, Mitsubishi Electric Hyper Historian versions 10.97.2 and prior, Mitsubishi Electri...

5.9CVSS0.00593EPSS
SaveExploits0References3
Rows per page
Query Builder