User Tools

Site Tools


kb:cs:common-threats

Common Threats

Credential Theft

Attackers attempt to obtain:

  • passwords
  • API keys
  • tokens
  • session cookies

Common methods:

  • phishing
  • malware
  • credential reuse
  • leaked databases

Supply Chain Attacks

Third-party libraries or tools may introduce vulnerabilities or malicious behavior.

Examples:

  • compromised packages
  • malicious updates
  • dependency confusion

Social Engineering

Attackers manipulate users into bypassing security controls.

Examples:

  • fake support requests
  • impersonation
  • urgency pressure
  • fraudulent invoices

Remote Code Execution

Software vulnerabilities may allow attackers to execute arbitrary code.

Typical causes:

  • unsafe deserialization
  • buffer overflows
  • command injection
  • insecure plugin systems

Data Exposure

Sensitive information may leak through:

  • logs
  • backups
  • debug interfaces
  • unsecured storage
kb/cs/common-threats.txt · Last modified: 2026/05/08 20:26 by joerg.hampel