Lucene search
+L

752 matches found

OSV
OSV
•added 2025/12/06 3:15 p.m.•6 views

CVE-2025-14139

A security vulnerability has been detected in UTT čæ›å– 520W 1.7.7-180627. Impacted is the function strcpy of the file /goform/formConfigDnsFilterGlobal. Such manipulation of the argument timeRangeName leads to buffer overflow. The exploit has been disclosed publicly and may be used. The vendor was...

6.9CVSS6AI score0.00932EPSS
SaveExploits1References5
Cvelist
Cvelist
•added 2025/12/06 3:2 p.m.•34 views

CVE-2025-14139 UTT čæ›å– 520W formConfigDnsFilterGlobal strcpy buffer overflow

A security vulnerability has been detected in UTT čæ›å– 520W 1.7.7-180627. Impacted is the function strcpy of the file /goform/formConfigDnsFilterGlobal. Such manipulation of the argument timeRangeName leads to buffer overflow. The exploit has been disclosed publicly and may be used. The vendor was...

6.9CVSS0.00932EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
•added 2025/12/06 12:0 a.m.•11 views

PT-2025-49365

Name of the Vulnerable Software and Affected Versions UTT čæ›å– 520W version 1.7.7-180627 Description A buffer overflow issue exists in the strcpy function within the /goform/websHostFilter file. Manipulation of the addHostFilter argument can trigger this issue, allowing for remote exploitation. The...

7.1CVSS6.7AI score0.00598EPSS
SaveExploits1References11
Positive Technologies
Positive Technologies
•added 2025/12/06 12:0 a.m.•8 views

PT-2025-49366

Name of the Vulnerable Software and Affected Versions UTT čæ›å– 520W version 1.7.7-180627 Description A flaw exists in the strcpy function within the /goform/formArpBindConfig file. Manipulation of the pools argument can lead to a buffer overflow, potentially allowing for remote attacks. The exploit...

9.8CVSS8.8AI score0.0079EPSS
SaveExploits1References12
Positive Technologies
Positive Technologies
•added 2025/12/06 12:0 a.m.•17 views

PT-2025-49364

Name of the Vulnerable Software and Affected Versions UTT čæ›å– 520W version 1.7.7-180627 Description A security issue exists in UTT čæ›å– 520W version 1.7.7-180627 related to a buffer overflow. The strcpy function within the file /goform/formConfigDnsFilterGlobal is affected. Manipulation of the...

6.9CVSS5.6AI score0.00932EPSS
SaveExploits1References11
IBM Security Bulletins
IBM Security Bulletins
•added 2025/11/18 5:10 p.m.•8 views

Security Bulletin: In _imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy.

Summary In imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy. Vulnerability Details CVEID:CVE-2024-28219 DESCRIPTION: In imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy. CWE:CWE-680:...

6.7CVSS7.3AI score0.00997EPSS
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
•added 2025/11/14 12:1 a.m.•8 views

CVE-2025-60699

A buffer overflow vulnerability exists in the TOTOLINK A950RG Router firmware V5.9c.4592B20191022ALL within the global.so binary. The getSaveConfig function retrieves the httphost parameter from user input via websGetVar and copies it into a fixed-size stack buffer v13 using strcpy without...

6.5CVSS8AI score0.00839EPSS
SaveExploits1References1
EUVD
EUVD
•added 2025/11/13 6:31 p.m.•6 views

EUVD-2025-175304

A stack buffer overflow vulnerability exists in the ToToLink LR1200GB V9.1.0u.6619B20230130 and NR1800X V9.1.0u.6681B20230703 Router firmware within the cstecgi.cgi binary setDefResponse function. The binary reads the "IpAddress" parameter from a web request and copies it into a fixed-size stack...

6.5CVSS7.7AI score0.00512EPSS
SaveExploits1References4
NVD
NVD
•added 2025/11/13 5:15 p.m.•11 views

CVE-2025-60695

A stack-based buffer overflow vulnerability exists in the mtkdut binary of Linksys E7350 routers Firmware 1.1.00.032. The function sub4045A8 reads up to 256 bytes from /sys/class/net/%s/address into a local buffer and then copies it into caller-provided buffer a1 using strcpy without boundary...

5.9CVSS0.00205EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
•added 2025/11/13 12:0 a.m.•3 views

CVE-2025-60695

A stack-based buffer overflow vulnerability exists in the mtkdut binary of Linksys E7350 routers Firmware 1.1.00.032. The function sub4045A8 reads up to 256 bytes from /sys/class/net/%s/address into a local buffer and then copies it into caller-provided buffer a1 using strcpy without boundary...

7.5AI score0.00205EPSS
SaveExploits1References2
Hacker One
Hacker One
•added 2025/11/10 1:36 p.m.•24 views

curl: Unsafe use of strcpy in Curl_ldap_err2string (packages/OS400/os400sys.c) — stack-buffer-overflow (PoC + ASan)

I've provided the detailed description and clear steps previously, but it seems you need the content tailored directly for the submission form's fields. I will present the complete, professional, and detailed response suitable for reporting a memory corruption vulnerability to a vendor or bug...

8.3AI score
SaveExploits0
Veracode
Veracode
•added 2025/11/10 9:56 a.m.•10 views

Buffer Overflow

libcsp.so is vulnerable to Buffer Overflow. The vulnerability is due to improper handling of the ifname parameter in the cspethinit function, where strcpy is used without validating input length, which allows an attacker to overflow the buffer and potentially execute arbitrary code...

6.5CVSS7.6AI score0.00265EPSS
SaveExploits0References4Affected Software1
Hacker One
Hacker One
•added 2025/10/22 9:13 p.m.•17 views

curl: Use of Deprecated strcpy() with Fixed-Size Buffers in Progress Time Formatting

Step 2: Locate Vulnerable Code in Progress.c Find exact strcpy usage in toolprogress.c grep -n "strcpy" ./src/toolprogress.c OUTPUT: 94: strcpyr, "--:--:--"; Step 3: Analyze the Vulnerable Function View complete time2str function sed -n '/^static void time2str/,/^/p' ./src/toolprogress.c Vulnerab...

7.7AI score
SaveExploits0
Hacker One
Hacker One
•added 2025/10/21 7:39 a.m.•18 views

curl: Buffer Overflow in WebSocket Handshake (lib/ws.c:1287)

Summary: Buffer overflow vulnerability in curl's WebSocket implementation due to unsafe use of strcpy in the handshake process. The vulnerability is located at lib/ws.c:1287 where strcpykeyval, randstr is called without proper bounds checking, despite having a bounds check earlier in the code. AI...

7.5AI score
SaveExploits0
RedhatCVE
RedhatCVE
•added 2025/10/14 12:39 a.m.•13 views

CVE-2025-11653

A vulnerability was determined in UTT HiPER 2620G up to 3.1.4. Impacted is the function strcpy of the file /goform/fNTP. This manipulation of the argument NTPServerIP causes buffer overflow. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilize...

9CVSS6.9AI score0.00693EPSS
SaveExploits1References1
EUVD
EUVD
•added 2025/10/13 3:30 a.m.•7 views

EUVD-2025-33917

A vulnerability was determined in UTT HiPER 2620G up to 3.1.4. Impacted is the function strcpy of the file /goform/fNTP. This manipulation of the argument NTPServerIP causes buffer overflow. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilize...

9CVSS6.6AI score0.00693EPSS
SaveExploits1References5
OSV
OSV
•added 2025/10/13 1:15 a.m.•9 views

CVE-2025-11653

A vulnerability was determined in UTT HiPER 2620G up to 3.1.4. Impacted is the function strcpy of the file /goform/fNTP. This manipulation of the argument NTPServerIP causes buffer overflow. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilize...

8.7CVSS6.1AI score0.00693EPSS
SaveExploits1References4
CNNVD
CNNVD
•added 2025/10/13 12:0 a.m.•7 views

UTT HiPER 2620G å®‰å…Øę¼ę“ž

The UTT HiPER 2620G is an enterprise router from China Aitai UTT. A security vulnerability exists in UTT HiPER 2620G 3.1.4 and earlier versions, which originates from a misbehavior of the function strcpy in the file /goform/fNTP with respect to the parameter NTPServerIP, which may result in a...

9CVSS8.9AI score0.00693EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
•added 2025/10/13 12:0 a.m.•8 views

PT-2025-41741

Name of the Vulnerable Software and Affected Versions UTT HiPER 2620G versions through 3.1.4 Description A flaw exists in UTT HiPER 2620G up to version 3.1.4. The strcpy function within the /goform/fNTP file is susceptible to a buffer overflow when the NTPServerIP argument is manipulated. This...

9CVSS8AI score0.00693EPSS
SaveExploits1References12
NVD
NVD
•added 2025/10/07 7:15 a.m.•7 views

CVE-2025-11355

A vulnerability has been found in UTT 1250GW up to v2v3.2.2-200710. Affected by this vulnerability is the function strcpy of the file /goform/aspChangeChannel. The manipulation of the argument pvid leads to buffer overflow. It is possible to initiate the attack remotely. The exploit has been...

9CVSS0.00765EPSS
SaveExploits1References5
Rows per page
Query Builder