Lucene search
+L

14040 matches found

Positive Technologies
Positive Technologies
added 2025/02/24 12:00 a.m.16 views

PT-2025-7797 · Novachron Zeitsysteme Gmbh & Co. Kg · Smart Time Plus

Name of the Vulnerable Software and Affected Versions: NovaCHRON Zeitsysteme GmbH & Co. KG Smart Time Plus versions 8.x through 8.6 Description: The issue concerns incorrect access control in the component /iclock/Settings?restartNCS=1, allowing attackers to arbitrarily restart the NCServiceMange...

6.5CVSS6.6AI score0.00238EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/24 12:00 a.m.25 views

CVE-2024-53542

Incorrect access control in the component /iclock/Settings?restartNCS=1 of NovaCHRON Zeitsysteme GmbH & Co. KG Smart Time Plus v8.x to v8.6 allows attackers to arbitrarily restart the NCServiceManger via a crafted GET request...

0.00238EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/02/24 12:00 a.m.17 views

CVE-2024-53544

NovaCHRON Zeitsysteme GmbH & Co. KG Smart Time Plus v8.x to v8.6 was discovered to contain a SQL injection vulnerability via the getCookieNames method in the smarttimeplus/MySQLConnection endpoint...

0.00411EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/02/24 12:00 a.m.11 views

NovaCHRON Zeitsysteme Smart Time Plus 安全漏洞

NovaCHRON Zeitsysteme Smart Time Plus is a time management only program from NovaCHRON Zeitsysteme. A security vulnerability exists in NovaCHRON Zeitsysteme Smart Time Plus versions prior to v8.x through v8.6, which stems from a SQL injection vulnerability in the addProject method...

5.4CVSS7.5AI score0.00236EPSS
SaveExploits0References2
Veeam
Veeam
added 2025/02/24 12:00 a.m.37 views

Release Information for Proxmox Virtual Environment Plug-In v12.1.3.217

Update: 2025-03-19 Consider the following regarding the Proxmox Virtual Environment Plug-In: The Plug-in build on this page, 12.1.3.217, is included automatically when upgrading to or installing Veeam Backup & Replication 12.3.1. The Plug-in only needs to be manually deployed by customers still...

6.6AI score
SaveExploits0Affected Software2
Vulnrichment
Vulnrichment
added 2025/02/24 12:00 a.m.4 views

CVE-2024-53543

NovaCHRON Zeitsysteme GmbH & Co. KG Smart Time Plus v8.x to v8.6 was discovered to contain a SQL injection vulnerability via the addProject method in the smarttimeplus/MySQLConnection endpoint...

5.8AI score0.00236EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/02/24 12:00 a.m.17 views

CVE-2024-53543

NovaCHRON Zeitsysteme GmbH & Co. KG Smart Time Plus v8.x to v8.6 was discovered to contain a SQL injection vulnerability via the addProject method in the smarttimeplus/MySQLConnection endpoint...

0.00236EPSS
SaveExploits0References1
CVE
CVE
added 2025/02/24 12:00 a.m.69 views

CVE-2024-53542

The CVE-2024-53542 entry concerns NovaCHRON Zeitsysteme GmbH & Co. KG Smart Time Plus (v8.x to v8.6). The issue is an incorrect access control in the /iclock/Settings?restartNCS=1 endpoint that allows an attacker to arbitrarily restart the NCServiceManger via a crafted GET request. Public sources...

6.5CVSS6.8AI score0.00238EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/02/24 12:00 a.m.8 views

NovaCHRON Zeitsysteme Smart Time Plus 安全漏洞

NovaCHRON Zeitsysteme Smart Time Plus is a time only management program from NovaCHRON Zeitsysteme. A security vulnerability exists in NovaCHRON Zeitsysteme Smart Time Plus versions prior to v8.x through v8.6, which stems from a SQL injection vulnerability in the getCookieNames method...

9.8CVSS7.5AI score0.00411EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/02/23 10:26 p.m.36 views

CVE-2025-27104

vyper is a Pythonic Smart Contract Language for the EVM. Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body e.g. read a storage variable...

7.5CVSS7.4AI score0.00438EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2025/02/23 10:26 p.m.28 views

CVE-2025-27105

A flaw was found in Vyper, a Pythonic Smart Contract Language for the EVM. This vulnerability allows out-of-bounds writes via improper bounds checking when modifying a DynArray using an augmented assignment AugAssign. Mitigation Mitigation for this issue is either not available or the currently...

9.1CVSS9.1AI score0.00559EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2025/02/23 10:25 p.m.32 views

CVE-2025-26622

A flaw was found in Vyper’s sqrt builtin function. This vulnerability allows incorrect rounding of square root calculations via improper handling of oscillating final states in the Babylonian method. Mitigation Mitigation for this issue is either not available or the currently available options d...

7.5CVSS7.4AI score0.0032EPSS
SaveExploits0References5
NVD
NVD
added 2025/02/21 10:15 p.m.26 views

CVE-2025-26622

vyper is a Pythonic Smart Contract Language for the EVM. Vyper sqrt builtin uses the babylonian method to calculate square roots of decimals. Unfortunately, improper handling of the oscillating final states may lead to sqrt incorrectly returning rounded up results. This issue is being addressed a...

7.5CVSS0.0032EPSS
SaveExploits0References2
NVD
NVD
added 2025/02/21 10:15 p.m.20 views

CVE-2025-27105

vyper is a Pythonic Smart Contract Language for the EVM. Vyper handles AugAssign statements by first caching the target location to avoid double evaluation. However, in the case when target is an access to a DynArray and the rhs modifies the array, the cached target will evaluate first, and the...

9.1CVSS0.00559EPSS
SaveExploits1References1
OSV
OSV
added 2025/02/21 9:36 p.m.12 views

CVE-2025-26622 sqrt doesn't define rounding behavior in Vyper

vyper is a Pythonic Smart Contract Language for the EVM. Vyper sqrt builtin uses the babylonian method to calculate square roots of decimals. Unfortunately, improper handling of the oscillating final states may lead to sqrt incorrectly returning rounded up results. This issue is being addressed a...

2.3CVSS7.3AI score
SaveExploits0References4
OSV
OSV
added 2025/02/21 9:27 p.m.11 views

CVE-2025-27105 AugAssign evaluation order causing OOB write within the object in Vyper

vyper is a Pythonic Smart Contract Language for the EVM. Vyper handles AugAssign statements by first caching the target location to avoid double evaluation. However, in the case when target is an access to a DynArray and the rhs modifies the array, the cached target will evaluate first, and the...

2.3CVSS8.6AI score
SaveExploits0References3
OSV
OSV
added 2025/02/21 11:08 a.m.6 views

OESA-2025-1164 json-smart security update

Json-smart is a performance focused, JSON processor lib. Security Fixes: A security issue was found in Netplex Json-smart 2.5.0 through 2.5.1. When loading a specially crafted JSON input, containing a large number of ’’, a stack exhaustion can be trigger, which could allow an attacker to cause a...

7.5CVSS6.5AI score0.00576EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/02/21 12:00 a.m.8 views

Vyper 安全漏洞

Vyper is a Pythonic smart contract language for EVM open sourced by vyperlang. A security vulnerability exists in Vyper that stems from multiple evaluations of an iterator expression, which could lead to abnormal program behavior...

7.5CVSS7.3AI score0.00438EPSS
SaveExploits1References4
NCSC
NCSC
added 2025/02/18 2:25 p.m.11 views

Vulnerability fixed in Juniper Session Smart Router

Juniper has fixed a vulnerability in the Session Smart Router. The vulnerability allows a malicious person to access and thus take over the vulnerable system without prior authentication. Juniper has released updates to fix the vulnerability. See attached references for more information...

8.6AI score0.01459EPSS
SaveExploits0References1
The Hacker News
The Hacker News
added 2025/02/18 12:18 p.m.24 views

Juniper Session Smart Routers Vulnerability Could Let Attackers Bypass Authentication

Juniper Networks has released security updates to address a critical security flaw impacting Session Smart Router, Session Smart Conductor, and WAN Assurance Router products that could be exploited to hijack control of susceptible devices. Tracked as CVE-2025-21589 , the vulnerability carries a...

7.8AI score0.01459EPSS
SaveExploits0
Rows per page
Query Builder