Skip to content
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

threat_model: Update Hardware Result Attacker #167

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/parsec_security/parsec_threat_model/threat_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ can also create a spoofed hardware interface.

| | Description | Mitigation | Assets |
|---|----------------------------------------------------------------------------------------------------------------------|---------------------|---------------|
| S | An attacker impersonates a hardware module or uses a malicious module plugged to the machine. | O-1, ASUM-2 | AS4, AS6 |
| S | An attacker impersonates a hardware module or uses a malicious module plugged to the machine. | O-1, ASUM-1 | AS4, AS6, AS7 |
| T | An attacker modifies the response of a hardware command. | O-8, U-3, M-10 | AS4, AS6 |
| R | Responses cannot be proven to originate from the hardware module. | U-7 | |
| I | An attacker can read the content of a command response. | U-3, M-10, O-8 | AS3, AS4, AS5 |
Expand Down
Loading