A. Provide Hardware Details
-
What board are you using? (Choose from the list of boards here)
-
Does your computer have a dGPU or is it iGPU-only?
-
Who installed Heads on this computer?
-
What PGP key is being used?
-
Are you using the PGP key to provide HOTP verification?
B. Identify how the board was flashed
-
Heads initially flashed?
-
Was the board flashed with a maximized or non-maximized/legacy rom?
-
If Heads was externally flashed, was IFD unlocked?
C. Identify the rom related to this bug report
-
Did you download or build the rom at issue in this bug report?
-
If you downloaded your rom, where did you get it from?
EOL_t480-hotp-maximized Heads-v0.2.1-3034-gf3004e0
Please describe the problem
I interrupted two boots at the LUKS passphrase prompt, and in between
I tried booting from USB a couple of times (one attempt found no device
and dropped me into the recovery shell). Since then Heads doesn't get
to the TOTP/HOTP prompt anymore. Instead I get:
"TPM integrity counter cannot be read. Possible cause: TPM was
swapped or reset. This could indicate a TPM swap attack"
I didn't flash anything, no dom0 update, and I never triggered a TPM
reset. /boot still verifies fine: kexec.sig VERIFIED, boot files OK,
Nitrokey matches the ROM-trusted key. The message also survives a full
power off with battery and PSU removed.
To Reproduce
- Boot, get to the LUKS passphrase prompt, interrupt before it unlocks.
- Repeat once.
- Somewhere in between, try USB boot; one attempt found no USB device
and dropped to the recovery shell.
- Boot normally again.
- No TOTP/HOTP prompt, the preflight error shows up instead.
I don't know whether this reproduces on purpose. It's just what I did.
Expected behavior
Normal boot with TOTP/HOTP like before.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I looked at the source at f3004e0 before filing this.
preflight_rollback_counter_before_reseal() reads counter id 1070ab1 out
of /boot/kexec_rollback.txt and then calls tpm2_counter_read
(tpmr.sh:277, nvread 0x$index). That read fails and fail_preflight
fires.
The index itself is still there. tpm2 getcap handles-nv-index lists
0x1070AB1 along with 0x165BA4F, 0x1800001, 0x1800003, 0x1800004,
0x1C00002 and 0x1C0000A. So the NV index hasn't vanished, the read just
doesn't succeed.
As far as I can tell the counter index is only created at TPM
ownership/reset and otherwise only incremented, and kexec_rollback.txt
is only rewritten by update_checksums / kexec-sign-config.sh, which I
never ran here. So a file-vs-TPM desync doesn't look likely to me.
My guess is DA lockout from the interrupted unseal attempts, but I
can't show it from the log, because the read is called as:
if ! tpmr.sh counter_read -ix "$counter_id" >/dev/null 2>&1; then
The 2>&1 throws away the actual tpm2 error, so there's no way to tell
lockout from a missing handle or anything else. That's the part I'd
suggest changing regardless of what my case turns out to be: keeping
that stderr in the debug log would make this kind of report much easier
to act on.
cbmem.txt
debug.log
A. Provide Hardware Details
What board are you using? (Choose from the list of boards here)
Does your computer have a dGPU or is it iGPU-only?
Who installed Heads on this computer?
What PGP key is being used?
Are you using the PGP key to provide HOTP verification?
B. Identify how the board was flashed
Heads initially flashed?
Was the board flashed with a maximized or non-maximized/legacy rom?
If Heads was externally flashed, was IFD unlocked?
C. Identify the rom related to this bug report
Did you download or build the rom at issue in this bug report?
If you downloaded your rom, where did you get it from?
EOL_t480-hotp-maximized Heads-v0.2.1-3034-gf3004e0
Please describe the problem
I interrupted two boots at the LUKS passphrase prompt, and in between
I tried booting from USB a couple of times (one attempt found no device
and dropped me into the recovery shell). Since then Heads doesn't get
to the TOTP/HOTP prompt anymore. Instead I get:
"TPM integrity counter cannot be read. Possible cause: TPM was
swapped or reset. This could indicate a TPM swap attack"
I didn't flash anything, no dom0 update, and I never triggered a TPM
reset. /boot still verifies fine: kexec.sig VERIFIED, boot files OK,
Nitrokey matches the ROM-trusted key. The message also survives a full
power off with battery and PSU removed.
To Reproduce
and dropped to the recovery shell.
I don't know whether this reproduces on purpose. It's just what I did.
Expected behavior
Normal boot with TOTP/HOTP like before.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I looked at the source at f3004e0 before filing this.
preflight_rollback_counter_before_reseal() reads counter id 1070ab1 out
of /boot/kexec_rollback.txt and then calls tpm2_counter_read
(tpmr.sh:277, nvread 0x$index). That read fails and fail_preflight
fires.
The index itself is still there. tpm2 getcap handles-nv-index lists
0x1070AB1 along with 0x165BA4F, 0x1800001, 0x1800003, 0x1800004,
0x1C00002 and 0x1C0000A. So the NV index hasn't vanished, the read just
doesn't succeed.
As far as I can tell the counter index is only created at TPM
ownership/reset and otherwise only incremented, and kexec_rollback.txt
is only rewritten by update_checksums / kexec-sign-config.sh, which I
never ran here. So a file-vs-TPM desync doesn't look likely to me.
My guess is DA lockout from the interrupted unseal attempts, but I
can't show it from the log, because the read is called as:
if ! tpmr.sh counter_read -ix "$counter_id" >/dev/null 2>&1; then
The 2>&1 throws away the actual tpm2 error, so there's no way to tell
lockout from a missing handle or anything else. That's the part I'd
suggest changing regardless of what my case turns out to be: keeping
that stderr in the debug log would make this kind of report much easier
to act on.
cbmem.txt
debug.log