php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "code vulnerability"

What is an XSS vulnerability in PHP and how can it be exploited?

An XSS vulnerability in PHP occurs when user input is not properly sanitized before being displayed on a web page, allowing malicious scripts to be ex...

Why is passing passwords as GET parameters in a URL considered a security vulnerability in PHP applications?

Passing passwords as GET parameters in a URL is considered a security vulnerability in PHP applications because GET parameters are visible in the brow...

What security risks are associated with Command Injection Vulnerability in PHP shell handling and how can they be mitigated?

Command Injection Vulnerability in PHP shell handling occurs when user input is not properly sanitized before being passed to shell commands, allowing...

What potential security vulnerability should be considered when inserting values into a database using user input in PHP?

When inserting values into a database using user input in PHP, the potential security vulnerability to consider is SQL injection. This occurs when a u...

How can the use of $_SERVER['PHP_SELF'] in determining file paths be a security vulnerability and what alternative server variable should be used instead?

Using $_SERVER['PHP_SELF'] in determining file paths can be a security vulnerability as it can be manipulated by an attacker to perform a directory tr...

Showing 16 to 20 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.