Lucene search
+L

1169 matches found

CVE
CVE
added 2025/08/13 8:52 p.m.33 views

CVE-2011-10009

Affected software: S40 CMS v0.4.2. Vulnerability: path traversal via the index.php page handler; the p parameter is not properly sanitized, enabling traversal of the file system and access to arbitrary files outside the web root. Impact: remote, unauthenticated exploitation leading to potential e...

8.7CVSS7.5AI score0.01286EPSS
SaveExploits0References5
OSV
OSV
added 2025/08/11 1:54 p.m.6 views

BIT-LIBPHP-2025-1220 Null byte termination in hostnames

In PHP versions:8.1. before 8.1.33, 8.2. before 8.2.29, 8.3. before 8.3.23, 8.4. before 8.4.10 some functions like fsockopen lack validation that the hostname supplied does not contain null characters. This may lead to other functions like parseurl treat the hostname in different way, thus openin...

5.3CVSS7.5AI score0.00514EPSS
SaveExploits1References4
OSV
OSV
added 2025/08/11 1:54 p.m.8 views

BIT-LIBPHP-2024-3096 PHP function password_verify can erroneously return true when argument contains NUL

In PHP version 8.1. before 8.1.28, 8.2. before 8.2.18, 8.3. before 8.3.5, if a password stored with passwordhash starts with a null byte \x00, testing a blank string as the password via passwordverify will incorrectly return true...

6.5CVSS6.7AI score0.0148EPSS
SaveExploits1References7
OSV
OSV
added 2025/08/11 1:53 p.m.7 views

BIT-LIBPHP-2020-7066 get_headers() silently truncates after a null byte

In PHP versions 7.2.x below 7.2.29, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using getheaders with user-supplied URL, if the URL contains zero \0 character, the URL will be silently truncated at it. This may cause some software to make incorrect assumptions about the target of the getheade...

5.3CVSS6.9AI score0.02767EPSS
SaveExploits1References9
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2019-11763

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Failure to correctly handle null bytes when processing HTML entities resulted in Firefox incorrectly parsing these entities. This could have led to HTML comment...

6.1CVSS6.9AI score0.00994EPSS
SaveExploits0References2
Amazon
Amazon
added 2025/08/08 12:0 a.m.9 views

Medium: php8.4

Issue Overview: fsockopen doesn't regard hostname as well, hostname is terminated at the null byte. This can cause Server Side Request Forgery in general case. CVE-2025-1220 Missing error checking could result in SQL injection and missing error handling could lead to crashes due to null pointer...

7.5CVSS7.7AI score0.00953EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-46764

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: bpf: add check for invalid name in btfnamevalidsection If the length of the name string is 1...

7.3CVSS5.8AI score0.00223EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/08/07 8:31 p.m.18 views

CVE-2012-10034

ClanSphere 2011.3 is vulnerable to a local file inclusion LFI flaw due to improper handling of the cslang cookie parameter. The application fails to sanitize user-supplied input, allowing attackers to traverse directories and read arbitrary files outside the web root. The vulnerability is further...

8.7CVSS6.6AI score0.01331EPSS
SaveExploits1References1
Microsoft CVE
Microsoft CVE
added 2025/08/06 7:0 a.m.7 views

Null byte termination in hostnames

...

5.3CVSS7AI score0.00514EPSS
SaveExploits1
NVD
NVD
added 2025/08/05 8:15 p.m.15 views

CVE-2012-10034

ClanSphere 2011.3 is vulnerable to a local file inclusion LFI flaw due to improper handling of the cslang cookie parameter. The application fails to sanitize user-supplied input, allowing attackers to traverse directories and read arbitrary files outside the web root. The vulnerability is further...

8.7CVSS0.01331EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2025/08/05 8:0 p.m.9 views

CVE-2012-10034 ClanSphere 2011.3 Local File Inclusion via cs_lang Cookie

ClanSphere 2011.3 is vulnerable to a local file inclusion LFI flaw due to improper handling of the cslang cookie parameter. The application fails to sanitize user-supplied input, allowing attackers to traverse directories and read arbitrary files outside the web root. The vulnerability is further...

8.7CVSS6.6AI score0.01331EPSS
SaveExploits1References4
CVE
CVE
added 2025/08/05 8:0 p.m.20 views

CVE-2012-10034

CVE-2012-10034 affects ClanSphere 2011.3 with a local file inclusion (LFI) flaw caused by improper handling of the cs_lang cookie parameter; unsanitized input enables directory traversal and reading files outside the web root, with null byte (%00) injection to bypass file extension checks. Public...

8.7CVSS6.7AI score0.01331EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2025/08/05 8:0 p.m.19 views

CVE-2012-10034 ClanSphere 2011.3 Local File Inclusion via cs_lang Cookie

ClanSphere 2011.3 is vulnerable to a local file inclusion LFI flaw due to improper handling of the cslang cookie parameter. The application fails to sanitize user-supplied input, allowing attackers to traverse directories and read arbitrary files outside the web root. The vulnerability is further...

8.7CVSS0.01331EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2025/08/05 12:0 a.m.13 views

PT-2025-31986 · Unknown · Clansphere

Name of the Vulnerable Software and Affected Versions: ClanSphere version 2011.3 Description: ClanSphere version 2011.3 is susceptible to a local file inclusion flaw because of improper handling of the cs lang cookie parameter. The application does not sanitize user-supplied input, which allows...

8.7CVSS6.4AI score0.01331EPSS
SaveExploits1References6
Amazon
Amazon
added 2025/08/04 12:0 a.m.7 views

Medium: php

Issue Overview: fsockopen doesn't regard hostname as well, hostname is terminated at the null byte. This can cause Server Side Request Forgery in general case. CVE-2025-1220 Missing error checking could result in SQL injection and missing error handling could lead to crashes due to null pointer...

7.5CVSS7.8AI score0.00953EPSS
SaveExploits2
OSV
OSV
added 2025/07/29 2:22 p.m.13 views

CLSA-2025-1753798945 php: Fix of 3 CVEs

CVE-2025-1220: error if host contains null bytes in the middle of the string - CVE-2025-6491: fix NULL pointer dereference vulnerability in soap - CVE-2025-1735: add error error checks for escape function is pgsql and pdopgsql extensions...

7.5CVSS5.8AI score0.00953EPSS
SaveExploits2References1
OSV
OSV
added 2025/07/29 12:57 p.m.12 views

CLSA-2025-1753793859 php: Fix of 3 CVEs

CVE-2025-1220: error if host contains null bytes in the middle of the string - CVE-2025-6491: fix NULL pointer dereference vulnerability in soap - CVE-2025-1735: add error error checks for escape function is pgsql and pdopgsql extensions...

7.5CVSS5.8AI score0.00953EPSS
SaveExploits2References1
CloudLinux
CloudLinux
added 2025/07/29 9:15 a.m.15 views

php: Fix of CVE-2025-1220

CVE-2025-1220: fix null byte termination in hostnames...

5.3CVSS6.3AI score0.00514EPSS
SaveExploits1
OSV
OSV
added 2025/07/29 9:15 a.m.10 views

CLSA-2025-1753780501 php: Fix of CVE-2025-1220

CVE-2025-1220: fix null byte termination in hostnames...

5.3CVSS5.9AI score0.00514EPSS
SaveExploits1References1
OSV
OSV
added 2025/07/29 5:58 a.m.10 views

CLSA-2025-1753768680 php: Fix of CVE-2025-1220

CVE-2025-1220: error if host contains null bytes in the middle of the string...

5.3CVSS5.9AI score0.00514EPSS
SaveExploits1References1
Rows per page
Query Builder