Lucene search
+L

14331 matches found

Prion
Prion
added 2021/06/24 8:15 p.m.27 views

Design/Logic Flaw

Emote Interactive Remote Mouse 3.008 on Windows allows attackers to execute arbitrary programs as Administrator by using the Image Transfer Folder feature to navigate to cmd.exe. It binds to local ports to listen for incoming connections...

7.2CVSS7.8AI score0.01045EPSS
SaveExploits2References3Affected Software1
Prion
Prion
added 2021/06/24 8:15 p.m.16 views

Code injection

An issue was discovered in function addMeByRC in the smart contract implementation for RC, an Ethereum token, allows attackers to transfer an arbitrary amount of tokens to an arbitrary address...

4.3CVSS6.5AI score0.01508EPSS
SaveExploits1References7
Cvelist
Cvelist
added 2021/06/24 7:43 p.m.33 views

CVE-2021-35448

Emote Interactive Remote Mouse 3.008 on Windows allows attackers to execute arbitrary programs as Administrator by using the Image Transfer Folder feature to navigate to cmd.exe. It binds to local ports to listen for incoming connections...

8.1AI score0.01045EPSS
SaveExploits2References3
Cvelist
Cvelist
added 2021/06/24 7:16 p.m.30 views

CVE-2020-17753

An issue was discovered in function addMeByRC in the smart contract implementation for RC, an Ethereum token, allows attackers to transfer an arbitrary amount of tokens to an arbitrary address...

6.5AI score0.01508EPSS
SaveExploits1References7
OSV
OSV
added 2021/06/24 2:15 p.m.5 views

DEBIAN-CVE-2021-24002

When a user clicked on an FTP URL containing encoded newline characters %0A and %0D, the newlines would have been interpreted as such and allowed arbitrary commands to be sent to the FTP server. This vulnerability affects Firefox ESR 78.10, Thunderbird 78.10, and Firefox 88...

8.8CVSS7.2AI score0.01263EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/06/24 12:00 a.m.21 views

Synology DiskStation Manager Post-Release Reuse Vulnerability (CNVD-2021-45739)

DiskStation Manager DSM is an operating system that runs on all Synology NAS and can be operated through an intuitive web interface. A post-release reuse vulnerability exists in the File Transfer Protocol component in Synology DiskStation Manager versions prior to 6.2.3-25426-3. A remote attacker...

9.8CVSS7.4AI score0.02007EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2021/06/24 12:00 a.m.12 views

Remote Mouse 处理逻辑错误漏洞

Remote Mouse is an application. A Remote Mouse. A Processing Logic Error vulnerability exists in Emote Interactive Remote Mouse, which originates when the application does not validate certain security operations when a user navigates to the cmd.exe file while using the Image Transfer Folder...

7.8CVSS7.7AI score0.01045EPSS
SaveExploits2References4
CNNVD
CNNVD
added 2021/06/24 12:00 a.m.11 views

Ethereum token 安全漏洞

The Ethereum token is a digital currency of the Ether Ethereum community. The Ethereum token suffers from a security vulnerability that stems from an issue discovered in the function addMeByRC in the smart contract implementation of the Ethereum token RC, which allows an attacker to transfer an...

6.5CVSS6.7AI score0.01508EPSS
SaveExploits1References8
NVD
NVD
added 2021/06/23 10:15 a.m.26 views

CVE-2021-27649

Use after free vulnerability in file transfer protocol component in Synology DiskStation Manager DSM before 6.2.3-25426-3 allows remote attackers to execute arbitrary code via unspecified vectors...

9.8CVSS0.02007EPSS
SaveExploits0References1
OSV
OSV
added 2021/06/23 10:15 a.m.9 views

CVE-2021-27649

Use after free vulnerability in file transfer protocol component in Synology DiskStation Manager DSM before 6.2.3-25426-3 allows remote attackers to execute arbitrary code via unspecified vectors...

9.8CVSS7.6AI score0.02007EPSS
SaveExploits0References1
Prion
Prion
added 2021/06/23 10:15 a.m.24 views

Design/Logic Flaw

Use after free vulnerability in file transfer protocol component in Synology DiskStation Manager DSM before 6.2.3-25426-3 allows remote attackers to execute arbitrary code via unspecified vectors...

7.5CVSS9.8AI score0.02007EPSS
SaveExploits0References1Affected Software2
CVE
CVE
added 2021/06/23 9:50 a.m.99 views

CVE-2021-27649

CVE-2021-27649 affects Synology DiskStation Manager (DSM) via a use-after-free in the DSM File Transfer Protocol component. The vulnerability allows remote code execution on DSM versions prior to 6.2.3-25426-3. Evidence from multiple sources (NVD, CNVD, Tenable OT/OSS plugin references, OpenVAS e...

9.8CVSS9.9AI score0.02007EPSS
SaveExploits0References1Affected Software2
Cvelist
Cvelist
added 2021/06/23 9:50 a.m.37 views

CVE-2021-27649

Use after free vulnerability in file transfer protocol component in Synology DiskStation Manager DSM before 6.2.3-25426-3 allows remote attackers to execute arbitrary code via unspecified vectors...

9.8CVSS10AI score0.02007EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/06/23 9:44 a.m.5 views

CVE-2021-27649

Use after free vulnerability in file transfer protocol component in Synology DiskStation Manager DSM before 6.2.3-25426-3 allows remote attackers to execute arbitrary code via unspecified vectors...

9.8CVSS8.7AI score0.02007EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2021/06/23 12:00 a.m.13 views

Unused return value from Transfer()/ TransferFrom()

Handle JMukesh Vulnerability details Impact return value from transfer/ transferFrom confirm the success of that function call, these return should be checked Proof of Concept Tools Used Manual analysis Recommended Mitigation Steps utilise the return value to check the success of the function ---...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/23 12:00 a.m.8 views

Use SafeTransfer/TransferHelper for BadgerYieldSource

Handle adelamo Vulnerability details Impact The Badger token will not throw an exception if transfer/transferFrom is unsuccessful. So we could use TransferHelper/SafeTransfer in order to run the validation everything went fine. //...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/23 12:00 a.m.12 views

BadgerYieldSource ERC20 return values not checked

Handle cmichel Vulnerability details The ERC20.transfer and ERC20.transferFrom functions return a boolean value indicating success. This parameter needs to be checked for success. Some tokens do not revert if the transfer failed but return false instead. It is not checked in...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/23 12:00 a.m.10 views

SushiYieldSource ERC20 return values not checked

Handle cmichel Vulnerability details The ERC20.transfer and ERC20.transferFrom functions return a boolean value indicating success. This parameter needs to be checked for success. Some tokens do not revert if the transfer failed but return false instead. It is not checked in...

6.9AI score
SaveExploits0
CNNVD
CNNVD
added 2021/06/23 12:00 a.m.15 views

Synology DiskStation Manager 资源管理错误漏洞

DiskStation Manager DSM is an operating system that runs on all Synology NAS and can be operated through an intuitive web interface. A post-release reuse vulnerability exists in the File Transfer Protocol component in Synology DiskStation Manager versions prior to 6.2.3-25426-3. A remote attacker...

9.8CVSS6.2AI score0.02007EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2021/06/23 12:00 a.m.11 views

PT-2021-17581 · Synology · Synology Diskstation Manager

Name of the Vulnerable Software and Affected Versions: Synology DiskStation Manager DSM versions prior to 6.2.3-25426-3 Description: The issue is related to a use after free vulnerability in the file transfer protocol component. This allows remote attackers to execute arbitrary code via unspecifi...

9.8CVSS9.1AI score0.02007EPSS
SaveExploits0References4
Rows per page
Query Builder