Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Pocas

#20564of 53,624
12.4Total CVSS
Vulnerabilities · 2
Medium
1
High
1
PT-2022-17562
5.3
2022-03-11
Url-Js · Url-Js · CVE-2022-25839
**Name of the Vulnerable Software and Affected Versions** url-js versions prior to 2.1.0 **Description** The issue arises from improper input validation due to incorrect parsing. This allows the hostname to be spoofed, as seen in the comparison between http://localhost and http://localhost, which are considered the same URL. However, the hostname is not parsed correctly as localhost, and the backslash is reflected as is. **Recommendations** For versions prior to 2.1.0, update to version 2.1.0 or later to resolve the issue. As a temporary workaround, consider validating URLs manually to prevent hostname spoofing. Restrict the use of backslashes in URLs to minimize the risk of exploitation.
PT-2021-22028
7.1
2021-12-14
Gnuboard5 · Gnuboard5 · CVE-2021-3831
Name of the Vulnerable Software and Affected Versions: gnuboard5 (affected versions not specified) Description: The issue is related to Improper Neutralization of Input During Web Page Generation, also known as Cross-site Scripting. This means that the software fails to properly neutralize user input, allowing an attacker to inject malicious code into web pages. Recommendations: At the moment, there is no information about a newer version that contains a fix for this vulnerability.