Skip to content

Archive spoofing vulnerability in borgbackup

Moderate severity GitHub Reviewed Published Aug 30, 2023 in borgbackup/borg • Updated Nov 11, 2023

Package

pip borgbackup (pip)

Affected versions

< 1.2.5

Patched versions

1.2.5

Description

Impact

A flaw in the cryptographic authentication scheme in borgbackup allowed an attacker to fake archives and potentially indirectly cause backup data loss in the repository.

The attack requires an attacker to be able to

  1. insert files (with no additional headers) into backups
  2. gain write access to the repository

This vulnerability does not disclose plaintext to the attacker, nor does it affect the authenticity of existing archives.

Creating plausible fake archives may be feasible for empty or small archives, but is unlikely for large archives.

Affected are all borgbackup releases prior to 1.2.5.

Note: CVSS scoring model seemed to badly fit for this case, thus I manually set score to "moderate".

Patches

The issue has been fixed in borgbackup 1.2.5.
But there was a bug in 1.2.5 upgrade instructions, thus 1.2.6 with an important fix in docs and code was released a day afterwards.

Additionally to installing the fixed code, users must follow the upgrade procedure as documented in the latest version of the change log.

Workarounds

Data loss after being attacked can be avoided by reviewing the archives (timestamp and contents valid and as expected) after any "borg check --repair" and before "borg prune".

References

https://github.com/borgbackup/borg/blob/1.2.6/docs/changes.rst#pre-125-archives-spoofing-vulnerability-cve-2023-36811

References

@ThomasWaldmann ThomasWaldmann published to borgbackup/borg Aug 30, 2023
Published by the National Vulnerability Database Aug 30, 2023
Published to the GitHub Advisory Database Aug 30, 2023
Reviewed Aug 30, 2023
Last updated Nov 11, 2023

Severity

Moderate
4.7
/ 10

CVSS base metrics

Attack vector
Local
Attack complexity
High
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N

Weaknesses

CVE ID

CVE-2023-36811

GHSA ID

GHSA-8fjr-hghr-4m99

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.