Skip to content

Vulnerability disclosure: exposed CGI script and TLS misconfiguration on tb.aixblock.io #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Takiass
Copy link

@Takiass Takiass commented Jul 9, 2025

Description:
This pull request adds a security disclosure documenting a publicly accessible CGI script (printenv.pl) found on the subdomain tb.aixblock.io. The script leaks sensitive environment variables such as internal paths, server software versions, and other system details that could aid an attacker in reconnaissance or further exploitation.

Additionally, this report covers a TLS certificate misconfiguration where the certificate does not match the domain name, potentially allowing man-in-the-middle attacks.

Details:

  • Exposed environment variables and server details via /cgi-bin/printenv.pl

  • Server software identified: Apache/2.4.58, OpenSSL/3.1.3, PHP/8.0.30, XAMPP on Windows

  • TLS certificate missing tb.aixblock.io in SAN field, causing SSL verification failures

  • Recommendations include removing or restricting access to the CGI script, disabling CGI if not needed, and reissuing a valid TLS certificate.

Please review and consider this disclosure for inclusion in the security advisories or documentation.

@Takiass Takiass changed the title Add vulnerability disclosure: exposed CGI script and TLS misconfiguration on tb.aixblock.io Vulnerability disclosure: exposed CGI script and TLS misconfiguration on tb.aixblock.io Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant