Lucene search
+L

4402 matches found

CNNVD
CNNVD
added 2025/05/15 12:0 a.m.5 views

CampCodes Sales and Inventory System 注入漏洞

CampCodes Sales and Inventory System is a sales and inventory system from CampCodes, Inc. An injection vulnerability exists in CampCodes Sales and Inventory System version 1.0, which stems from an incorrect manipulation of the parameter prodname in the file /pages/transactionadd.php that results ...

9.8CVSS7.9AI score0.00514EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2025/05/15 12:0 a.m.7 views

CampCodes Sales and Inventory System 安全漏洞

CampCodes Sales and Inventory System is a sales and inventory system from CampCodes, Inc. A security vulnerability exists in CampCodes Sales and Inventory System version 1.0, which originates from a SQL injection due to incorrect manipulation of the parameter cid in the file /pages/transaction.ph...

9.8CVSS7.7AI score0.00514EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2025/05/15 12:0 a.m.7 views

CampCodes Sales and Inventory System 注入漏洞

CampCodes Sales and Inventory System is a sales and inventory system from CampCodes, Inc. An injection vulnerability exists in version 1.0 of the CampCodes Sales and Inventory System, which stems from an incorrect manipulation of the parameter cid in the file /pages/cashtransaction.php that resul...

9.8CVSS7.9AI score0.00514EPSS
SaveExploits1References5
Wired Threat Level
Wired Threat Level
added 2025/05/14 8:0 p.m.49 views

The Internet’s Biggest-Ever Black Market Just Shut Down Amid a Telegram Purge

Following a WIRED inquiry, Telegram banned thousands of accounts used for crypto-scam money laundering, including those of Haowang Guarantee, a black market that enabled over $27 billion in transactions...

7.3AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/05/14 12:0 a.m.10 views

Detecting Sybil Addresses in Blockchain Airdrops: a Subgraph-Based Feature Propagation and Fusion Approach

Sybil attacks pose a significant security threat to blockchain ecosystems, particularly in token airdrop events. This paper proposes a novel sybil address identification method based on subgraph feature extraction lightGBM. The method first constructs a two-layer deep transaction subgraph for eac...

6.8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/05/13 2:13 p.m.24 views

Moderate: Red Hat Security Advisory: avahi security update

An update for avahi is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

5.3CVSS6.7AI score0.00681EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/05/13 2:13 p.m.44 views

avahi: Avahi Wide-Area DNS Predictable Transaction IDs

A flaw was found in the Avahi-daemon, where it initializes DNS transaction IDs randomly only once at startup, incrementing them sequentially after that. This predictable behavior facilitates DNS spoofing attacks, allowing attackers to guess transaction IDs...

5.3CVSS5.7AI score0.00681EPSS
SaveExploits0References5
AlmaLinux
AlmaLinux
added 2025/05/13 12:0 a.m.13 views

Moderate: avahi security update

Avahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zero Configuration Networking. It facilitates service discovery on a local network. Avahi and Avahi-aware applications allow you to plug your computer into a network and, with no configuration, view other...

5.3CVSS6.7AI score0.00681EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/13 12:0 a.m.12 views

ALSA-2025:7437 Moderate: avahi security update

Avahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zero Configuration Networking. It facilitates service discovery on a local network. Avahi and Avahi-aware applications allow you to plug your computer into a network and, with no configuration, view other...

5.3CVSS6.5AI score0.00681EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/12 2:34 p.m.4 views

SUSE-SU-2025:20308-1 Security update for avahi

This update for avahi fixes the following issues: - CVE-2024-52616: Fixed predictable transaction IDs for Wide-Area DNS bsc1233420 - Drop rcFOO symlinks jscPED-266...

5.3CVSS7.1AI score0.00681EPSS
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2025/05/12 2:33 p.m.2 views

Security update for avahi

This update for avahi fixes the following issues: CVE-2024-52616: Fixed predictable transaction IDs for Wide-Area DNS bsc1233420 Drop rcFOO symlinks jscPED-266. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

6.3CVSS7.3AI score0.00681EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/09 7:16 a.m.14 views

AZL-70141 CVE-2025-37856 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: harden blockgroup::bglist against listdel races As far as I can tell, these calls of listdelinit on bglist cannot run concurrently with btrfsmarkbgunused or btrfsmarkbgtoreclaim, as they are in transaction error paths and...

7.8CVSS6.3AI score0.00282EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/09 6:41 a.m.12 views

CVE-2025-37839 jbd2: remove wrong sb->s_sequence check

In the Linux kernel, the following vulnerability has been resolved: jbd2: remove wrong sb-ssequence check Journal emptiness is not determined by sb-ssequence == 0 but rather by sb-sstart == 0 which is set a few lines above. Furthermore 0 is a valid transaction ID so the check can spuriously...

6.1AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/05/09 6:41 a.m.22 views

CVE-2025-37839 jbd2: remove wrong sb->s_sequence check

In the Linux kernel, the following vulnerability has been resolved: jbd2: remove wrong sb-ssequence check Journal emptiness is not determined by sb-ssequence == 0 but rather by sb-sstart == 0 which is set a few lines above. Furthermore 0 is a valid transaction ID so the check can spuriously...

0.00312EPSS
SaveExploits0References9
CVE
CVE
added 2025/05/09 6:41 a.m.138 views

CVE-2025-37839

CVE-2025-37839 (Linux kernel) fixes a journal-related logic flaw in jbd2. The root cause was the incorrect use of sb->s_sequence to determine journal emptiness; it should rely on sb->s_start, which is set earlier. Since 0 is a valid transaction ID, the previous check could spuriously trigge...

7.8CVSS6.5AI score0.00312EPSS
SaveExploits0References11Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/05/09 12:0 a.m.12 views

The vulnerability in the cleanupTransaction() function of the fs/btrfs/transaction.c module of the btrfs file system support module in the Linux operating system allows a attacker to cause a service failure.

The vulnerability of the cleanupTransaction function in the fs/btrfs/transaction.c module of the btrfs file system support in the Linux operating system is related to the reutilization of previously released memory. Exploiting this vulnerability could allow an attacker to cause a service failure...

4.7CVSS6.7AI score0.00243EPSS
SaveExploits0References14Affected Software1
OSV
OSV
added 2025/05/08 10:15 p.m.7 views

CVE-2025-1331

IBM CICS TX Standard 11.1 and IBM CICS TX Advanced 10.1 and 11.1 could allow a local user to execute arbitrary code on the system due to the use of unsafe use of the gets function...

7.8CVSS6.2AI score0.00264EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2025/05/08 10:15 p.m.4 views

CVE-2025-1331

IBM CICS TX Standard 11.1 and IBM CICS TX Advanced 10.1 and 11.1 could allow a local user to execute arbitrary code on the system due to the use of unsafe use of the gets function...

7.8CVSS6.2AI score0.00264EPSS
SaveExploits0References3Affected Software2
ATTACKERKB
ATTACKERKB
added 2025/05/08 10:15 p.m.4 views

CVE-2025-1330

IBM CICS TX Standard 11.1 and IBM CICS TX Advanced 10.1 and 11.1 could allow a local user to execute arbitrary code on the system due to failure to handle DNS return requests by the gethostbyname function...

7.8CVSS6.2AI score0.00264EPSS
SaveExploits0References3Affected Software2
CNNVD
CNNVD
added 2025/05/08 12:0 a.m.15 views

IBM CICS TX Standard 缓冲区错误漏洞

IBM CICS TX Standard is a comprehensive single transaction runtime package from International Business Machines IBM, Inc. It can provide a cloud-native deployment model for standalone applications. A buffer error vulnerability exists in IBM CICS TX Standard version 11.1, which stems from the...

7.8CVSS6.9AI score0.00264EPSS
SaveExploits0References3
Rows per page
Query Builder