Skip to content

Conversation

sameer6pre
Copy link
Owner

Vulnerability Details

  • File Path: Lab_17/Education.cpp
  • Vulnerability Type: OS Command Injection
  • Risk Level: High

Explanation:
The use of the system function with a hardcoded command like "pause" can lead to security risks if the command string is influenced by user input or if the environment is compromised. While in this specific case the command is static, the use of system is generally discouraged in secure coding practices due to its potential for misuse and exploitation.

Please review and address the issue accordingly.

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