Lucene search
+L

289 matches found

Positive Technologies
Positive Technologies
added 2023/08/09 12:00 a.m.14 views

PT-2023-6277

Name of the Vulnerable Software and Affected Versions WireGuard client version 0.5.3 Description The issue is related to errors in handling links, allowing a remote attacker to block IP traffic to selected IP addresses. This can be exploited to trick the victim into blocking IP traffic to chosen ...

6.1CVSS6.3AI score0.00687EPSS
SaveExploits1References21
CNNVD
CNNVD
added 2023/08/09 12:00 a.m.13 views

WireGuard Security Vulnerabilities

WireGuard is an open source VPN program and protocol from the individual developer Jason A. Donenfeld. A security vulnerability exists in WireGuard version 0.5.3 that originates from an insecure configuration of the operating system and firewall that results in the blocking of traffic to a local...

5.7CVSS6.5AI score0.00687EPSS
SaveExploits1References6
F5 Networks
F5 Networks
added 2023/02/21 8:02 p.m.26 views

K58243048: Considerations for transferring files from F5 devices

Security Advisory Description The BIG-IP system uses Secure Vault, a secure SSL-encrypted storage system, to securely store sensitive data such as SSL key passphrases, users, and administrator and services passwords. However, files transferred from an F5 device including products listed in the...

6.8AI score
SaveExploits0
Veracode
Veracode
added 2023/02/01 5:10 a.m.36 views

Server-Side Request Forgery (SSRF)

github.com/hakobe/paranoidhttp is vulnerable to Server-Side Request Forgery. The vulnerability exists due to the ip.To4 parameter in the safeAddr function of client.go, as the library matches :: to the 127.0.0.1 address, but lacks filtering of private address, which allows a remote attacker to...

7.5CVSS7.2AI score0.00684EPSS
SaveExploits0References5Affected Software1
Prion
Prion
added 2022/11/17 11:15 p.m.30 views

Authorization

D-Link – G integrated Access Device4 Information Disclosure & Authorization Bypass. Information Disclosure – file contains a URL with private IP at line 15 "login.asp" A. The window.location.href = http://192.168.1.1/setupWizard.asp" http://192.168.1.1/setupWizard.asp" ; "admin" – contains defaul...

5CVSS7.3AI score0.01946EPSS
SaveExploits0References1Affected Software1
Rapid7 Blog
Rapid7 Blog
added 2022/03/25 7:25 p.m.38 views

Metasploit Weekly Wrap-Up

Capture Plugin Capturing credentials is a critical and early phase in the playbook of many offensive security testers. Metasploit has facilitated this for years with protocol-specific modules all under the auxiliary/server/capture. Users can start and configure each of these modules individually,...

7.7AI score
SaveExploits0
Huntr
Huntr
added 2022/02/05 10:00 p.m.27 views

Server-Side Request Forgery (SSRF) in chocobozzz/peertube

Description First of all, Thanks to my friend Haxatron for his excellent report I read the fix commit, and I found out that the code only Checked the IP addresses and didn't check the domain names that refer to a private IP address Steps to reproduce first, set up a local server at 127.0.0.2:8000...

5CVSS0.8AI score0.00893EPSS
SaveExploits1
Huntr
Huntr
added 2021/12/30 1:00 p.m.19 views

Server-Side Request Forgery (SSRF) in rodber/chevereto-free

Description There was some hardening done previously against private IP addresses in the SSRF vulnerability I disclosed in the previous report https://github.com/rodber/chevereto-free/. However the checks can be bypassed by URL redirection. Proof of Concept If http://example.com resolves to a...

0.1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/12/02 5:51 p.m.31 views

Server-Side Request Forgery in ssrf-agent

The package ssrf-agent before 1.0.5 are vulnerable to Server-side Request Forgery SSRF via the defaultIpChecker function. It fails to properly validate if the IP requested is private...

7.5CVSS3.7AI score0.01564EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/11/22 5:15 p.m.8 views

CVE-2021-23718

The package ssrf-agent before 1.0.5 are vulnerable to Server-side Request Forgery SSRF via the defaultIpChecker function. It fails to properly validate if the IP requested is private...

7.5CVSS7.1AI score0.01564EPSS
SaveExploits1References3
Prion
Prion
added 2021/11/22 5:15 p.m.18 views

Server side request forgery (ssrf)

The package ssrf-agent before 1.0.5 are vulnerable to Server-side Request Forgery SSRF via the defaultIpChecker function. It fails to properly validate if the IP requested is private...

5CVSS7.5AI score0.01564EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2021/11/22 5:00 p.m.30 views

CVE-2021-23718 Server-side Request Forgery (SSRF)

The package ssrf-agent before 1.0.5 are vulnerable to Server-side Request Forgery SSRF via the defaultIpChecker function. It fails to properly validate if the IP requested is private...

6.5CVSS7.8AI score0.01564EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2021/11/22 4:56 p.m.6 views

CVE-2021-23718

The package ssrf-agent before 1.0.5 are vulnerable to Server-side Request Forgery SSRF via the defaultIpChecker function. It fails to properly validate if the IP requested is private...

7.5CVSS7AI score0.01564EPSS
SaveExploits1References4
Snyk
Snyk
added 2021/09/13 10:54 a.m.11 views

Server-side Request Forgery (SSRF)

Overview ssrf-agent is a prevent SSRF in https request Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the defaultIpChecker function. It fails to properly validate if the IP requested is private. PoC by Sayooj B Kumar // run a service on your localhost con...

7.5CVSS6.8AI score0.01564EPSS
SaveExploits1References2
Huntr
Huntr
added 2021/06/12 7:10 a.m.10 views

Server-Side Request Forgery (SSRF) in frenchbread/private-ip

✍️ Description private-ip is an npm module that is used to check if the IP address is private or not for preventing SSRF attacks. It has nearly 11k+ weekly downloads on npmjs. However, I discovered that an attacker may simply get around this check by constructing a malicious IP. 🕵️‍♂️ Proof of...

1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/04/13 3:18 p.m.54 views

Server-Side Request Forgery in private-ip

Insufficient RegEx in private-ip npm package v1.0.5 and below insufficiently filters reserved IP ranges resulting in indeterminate SSRF. An attacker can perform a large range of requests to ARIN reserved IP ranges, resulting in an indeterminable number of critical attack vectors, allowing remote...

9.8CVSS9.4AI score0.03077EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2021/04/13 3:18 p.m.50 views

GHSA-43CH-2H55-2VJ7 Server-Side Request Forgery in private-ip

Insufficient RegEx in private-ip npm package v1.0.5 and below insufficiently filters reserved IP ranges resulting in indeterminate SSRF. An attacker can perform a large range of requests to ARIN reserved IP ranges, resulting in an indeterminable number of critical attack vectors, allowing remote...

9.8CVSS9.7AI score0.03077EPSS
SaveExploits0References5
Huntr
Huntr
added 2021/03/30 8:12 a.m.46 views

Server-Side Request Forgery (SSRF) in frenchbread/private-ip

✍️ Description Private-ip is an NPM module that is used to check if the input IP address is private or not, so as to prevent SSRF attacks. It has 12k downloads every week on NPM However, I found that by crafting a malicious IP, an attacker can easily bypass this check. 🕵️‍♂️ Proof of Concept First...

7.5CVSS1.5AI score0.03077EPSS
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2021/03/12 1:08 p.m.10 views

Security Bulletin: Netcool Operations Insights - Private IP Address Disclosed

Summary It was observed that the private IP address was disclosed in HTTP responses. Although various methods exist by which an attacker can determine the public IP addresses in use by an organization, the private addresses used internally cannot usually be determined in the same ways...

0.7AI score
SaveExploits0Affected Software1
Veeam
Veeam
added 2020/12/02 12:00 a.m.15 views

Connect to Veeam Backup for AWS appliance using private IP

Challenge You want to connect to a Veeam Backup for AWS appliance using its private IP. Solution If you want to connect to an appliance deployed in AWS Marketplace, use the instructions provided in Connecting to Existing Veeam Backup for AWS Appliances. At the Connection Type step of the wizard,...

6.8AI score
SaveExploits0Affected Software2
Rows per page
Query Builder