Lucene search
+L

14399 matches found

Rapid7 Blog
Rapid7 Blog
•added 2023/05/25 4:21 p.m.•47 views

Fetch Payloads: A Shorter Path from Command Injection to Metasploit Session

Over the last year, two-thirds of the exploit modules added to Metasploit Framework have targeted command injection vulnerabilities CWE-94: Improper Control of Generation of Code. In the process of helping new and existing open-source contributors learn how to use Metasploit’s command stager...

8.1AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
•added 2023/05/25 1:15 a.m.•6 views

CVE-2023-31594

IC Realtime ICIP-P2012T 2.420 is vulnerable to Incorrect Access Control via an exposed HTTP channel using VLC network...

7.5CVSS7.1AI score0.00789EPSS
SaveExploits2References3
Positive Technologies
Positive Technologies
•added 2023/05/25 12:00 a.m.•12 views

PT-2023-23399

Name of the Vulnerable Software and Affected Versions IC Realtime ICIP-P2012T version 2.420 Description The issue concerns an Incorrect Access Control vulnerability. It can be exploited via an exposed HTTP channel using the VLC network. Recommendations For IC Realtime ICIP-P2012T version 2.420,...

7.5CVSS7.1AI score0.00789EPSS
SaveExploits2References4
CNNVD
CNNVD
•added 2023/05/25 12:00 a.m.•9 views

WFTPD å®‰å…Øę¼ę“ž

WFTPD is an FTP service. A security vulnerability exists in WFTPD version 3.25 that stems from username and password hashes stored in a publicly viewable wftpd.ini configuration file in the WFTPD directory...

7.5CVSS7.3AI score0.00861EPSS
SaveExploits1References2
CNNVD
CNNVD
•added 2023/05/25 12:00 a.m.•10 views

WordPress Plugin MStore API å®‰å…Øę¼ę“ž

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports personal blog sites on PHP and MySQL servers.WordPress plugin is an application plugin. A security vulnerability exists in the...

9.8CVSS8.4AI score0.01246EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
•added 2023/05/24 12:00 a.m.•14 views

The vulnerability in the web interface of the Cisco Identity Services Engine (ISE) management platform allows a perpetrator to delete arbitrary files.

The vulnerability in the web interface for managing Cisco Identity Services Engine ISE platforms relates to the implementation of security functions at the client side. Exploiting this vulnerability allows a malicious actor to delete arbitrary files using a specially created HTTP request...

6.8CVSS6.7AI score0.00382EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2023/05/22 8:15 p.m.•12 views

CVE-2023-31193

Snap One OvrC Pro versions prior to 7.3 use HTTP connections when downloading a program from their servers. Because they do not use HTTPS, OvrC Pro devices are susceptible to exploitation...

7.5CVSS7.1AI score0.00383EPSS
SaveExploits0References2
The Hacker News
The Hacker News
•added 2023/05/22 5:48 p.m.•7 views

E.U. Regulators Hit Meta with Record $1.3 Billion Fine for Data Transfer Violations

Facebook's parent company Meta has been fined a record $1.3 billion by European Union data protection regulators for transferring the personal data of users in the region to the U.S. In a binding decision taken by the European Data Protection Board EDPB, the social media giant has been ordered to...

6.4AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/05/22 12:00 a.m.•10 views

Some Functions Should Be Marked payable As They Handling ETH

Lines of code Vulnerability details Impact functions should be payable otherwise shows unintentional errors Proof of Concept These below functions are should be payable, function mintJBDidPayData calldata data, uint256 amount internal IJBController controller =...

6.7AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/05/22 12:00 a.m.•18 views

WETH transfer may fail silently in 'uniswapV3SwapCallback' function and execution may stop without any reverts or notification.

Lines of code Vulnerability details Impact WETH transfer may fail silently in 'uniswapV3SwapCallback' function and execution may stop without any reverts or notification. Proof of Concept In the 'uniswapV3SwapCallback' function There's no checks if the WETH transfer have failed or not . If the...

7.1AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/05/22 12:00 a.m.•14 views

Return values of weth.transfer() not checked

Lines of code Vulnerability details Impact Return values of weth.transfer not checked Proof of Concept The function weth.transfer has a boolean return value function transferaddress dst, uint wad public returns bool return transferFrommsg.sender, dst, wad; and they indicate errors that way instea...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/05/21 12:00 a.m.•13 views

Minting exposes beneficiaries to unlimited slippage while minting the token out, sending back the token in the terminal.

Lines of code Vulnerability details Impact The amount of tokens minted/assets received when minting can be manipulated to an unlimited extent by manipulating the reserves of the pool. Proof of Concept Here the mint function mints the tokens out to the beneficiary. However the Delegate can't speci...

6.8AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/05/20 12:00 a.m.•14 views

The return value of an external transfer call is not checked on the function uniswapV3SwapCallback in the contract named JBXBuybackDelegate

Lines of code Vulnerability details Impact Several tokens do not revert in case of failure and return false. If one of these tokens is used in MyBank, deposit will not revert if the transfer fails, and an attacker can call deposit for free...

6.7AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/05/20 12:00 a.m.•12 views

Always mint 1 wei when _data.preferClaimedTokens is false

Lines of code Vulnerability details Impact File: JBXBuybackDelegate.sol 183 function didPayJBDidPayData calldata data external payable override --skip-- 188 uint256 tokenCount = mintedAmount; 189 mintedAmount = 1; --skip-- 200 if data.preferClaimedTokens --skip-- 206 else 207 mintdata, tokenCount...

6.7AI score
SaveExploits0
CVE
CVE
•added 2023/05/19 7:46 p.m.•82 views

CVE-2023-32675

CVE-2023-32675 affects Vyper prior to 0.3.8. In contracts with more than one regular nonpayable function, funds could be sent to the default function even if it is nonpayable due to an early calldatasize check, as described in public advisories. The issue was fixed by removing the global calldata...

5.3CVSS4.6AI score0.00553EPSS
SaveExploits1References2Affected Software1
zdt
zdt
•added 2023/05/19 12:00 a.m.•321 views

MobileTrans 4.0.11 Weak Service Permissions Vulnerability

Vendor Name: MobileTrans Product Name: MobileTrans Vendor Home Page: https://mobiletrans.wondershare.com/ Affected Versions: MobileTrans version 4.0.11 Vulnerability Type: Weak Service Permissions CWE-276 CVE Reference: CVE-2023-31748 Security Researcher: Thurein Soe Vulnerability description:...

7.8CVSS7.1AI score0.00835EPSS
SaveExploits4
OSV
OSV
•added 2023/05/18 5:29 p.m.•139 views

GHSA-MGC4-WQV7-4PXM SwiftNIO vulnerable to HTTP request smuggling using malformed Transfer-Encoding header

Impact Affected SwiftNIO systems are vulnerable to request smuggling attacks, in which they parse a given HTTP message differently from other network parties, potentially seeing a different number of requests than other servers. This can lead to failures of authentication, routing, and other...

9.8CVSS9.5AI score
SaveExploits0References8
The Hacker News
The Hacker News
•added 2023/05/16 2:45 p.m.•8 views

China's Mustang Panda Hackers Exploit TP-Link Routers for Persistent Attacks

The Chinese nation-state actor known as Mustang Panda has been linked to a new set of sophisticated and targeted attacks aimed at European foreign affairs entities since January 2023. An analysis of these intrusions, per Check Point researchers Itay Cohen and Radoslaw Madej, has revealed a custom...

7.3AI score
SaveExploits0
RedHat Linux
RedHat Linux
•added 2023/05/16 10:16 a.m.•11 views

curl: FTP too eager connection reuse

A flaw was found in the Curl package. Libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, several FTP settings were left out from the configuration match checks, making them match too easily. The problematic...

5.9CVSS6.8AI score0.01607EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
•added 2023/05/16 8:59 a.m.•14 views

golang: net/http: improper sanitization of Transfer-Encoding header

A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating "chunked" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid...

6.5CVSS6.6AI score0.01367EPSS
SaveExploits1References6
Rows per page
Query Builder