This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: A command injection flaw in IRIX `lpsched`. π₯ **Consequences**: Local attackers can execute **arbitrary commands** on the system using shell metacharacters. Total system compromise is possible.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: Improper input validation in the `lpsched` process. It fails to sanitize shell metacharacters, allowing injection. (CWE not specified in data).
Q3Who is affected? (Versions/Components)
π¦ **Affected**: **IRIX 6.5.13f** and all **earlier versions**. The vulnerable component is specifically the `lpsched` service.
Q4What can hackers do? (Privileges/Data)
π΅οΈ **Attacker Capabilities**: Local users gain the ability to run **any command**. This implies potential for privilege escalation, data theft, or system disruption.
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: **Low**. Requires **local access** (authentication). No remote exploitation or complex configuration bypasses needed. Just a local shell.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Exploitation**: Yes. References point to **public exploits** (e.g., lsd-pl.net, SecurityFocus BID 27566). Wild exploitation is likely for local users.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for **IRIX systems** running version **6.5.13f or older**. Verify if the `lpsched` service is active and unpatched.