8.2 HIGH
- CVSS version (CVSS): 4.0
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Attack Requirement (AT): Present (P)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Vulnerable System Impact Confidentiality (VC): High (H)
- Vulnerable System Impact Integrity (VI): None (N)
- Vulnerable System Impact Availability (VA): None (N)
- Subsequent System Impact Confidentiality (SC): None (N)
- Subsequent System Impact Integrity (SI): None (N)
- Subsequent System Impact Availability (SA): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Attack Requirement (MAT): Present (P)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Vulnerable System Impact Confidentiality (MVC): High (H)
- Modified Vulnerable System Impact Integrity (MVI): None (N)
- Modified Vulnerable System Impact Availability (MVA): None (N)
- Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
- Modified Subsequent System Impact Integrity (MSI): Negligible (N)
- Modified Subsequent System Impact Availability (MSA): Negligible (N)
- Safety (S): Not Defined (X)
- Automatable (AU): Not Defined (X)
- Recovery (R): Not Defined (X)
- Value Density (V): Not Defined (X)
- Vulnerability Response Effort (RE): Not Defined (X)
- Provider Urgency (U): Not Defined (X)
- Confidentiality Req. (CR): Not Defined (X)
- Integrity Req. (IR): Not Defined (X)
- Availability Req. (AR): Not Defined (X)
- Exploit Maturity (E): Not Defined (X)
by @erictapen Activity log
- Created suggestion
- @erictapen dismissed
httpd mod_auth directory protection bypassed by a doubled slash in the request path
Path Equivalence vulnerability in Erlang/OTP inets httpd allows a remote unauthenticated attacker to read files inside a mod_auth protected directory by prefixing the request path with an extra slash. httpd_request:validate_uri/1 normalises the request URI with uri_string:normalize/1, which performs RFC 3986 dot-segment removal but does not collapse empty path segments, so a doubled slash survives. mod_alias:real_name/3 concatenates the document root with that URI, and mod_auth:secret_path/3 then decides whether the result lies inside a protected directory block by running the configured directory path as an unanchored regular expression against it. The doubled slash breaks the contiguous substring the regex needs, so the request is treated as unprotected and no authentication challenge is issued, while mod_get opens the same path and the operating system collapses the doubled slash and returns the protected file. The same path mismatch also evades the per-path accounting in mod_security. This issue affects OTP from OTP 17.0 before OTP 27.3.4.17, from OTP 28.0 before OTP 28.5.0.6, and from OTP 29.0 before OTP 29.0.6, corresponding to inets from 5.10 before 9.3.2.7, from 9.4 before 9.6.2.3, and from 9.7 before 9.7.2. Whether OTP before OTP 17.0, corresponding to inets before 5.10, is affected is unknown.
References
-
-
https://www.erlang.org/doc/system/versions.html#order-of-versions x_version-scheme
Affected products
- <27.3.4.17
- <17.0
- <28.5.0.6
- <29.0.6
- <9.6.2.3
- <9.7.2
- <5.10
- <9.3.2.7
- *
Matching in nixpkgs
pkgs.cotp
Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality
pkgs.otpw
One-time password login package
pkgs.libcotp
C library that generates TOTP and HOTP
pkgs.mintotp
Minimal TOTP generator
pkgs.otpauth
Google Authenticator migration decoder
pkgs.hotpatch
Hot patching executables on Linux using .so file injection
pkgs.totp-cli
Authy/Google Authenticator like TOTP CLI tool written in Go
pkgs.otpclient
Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP
pkgs.tpm2-totp
Attest the trustworthiness of a device against a human using time-based one-time passwords
pkgs.godotpcktool
Standalone tool for extracting and creating Godot .pck files
pkgs.nitrotpm-tools
Collection of utilities for working with NitroTPM attestation
pkgs.keepass-otpkeyprov
None
pkgs.keepass-keetraytotp
None
pkgs.gnomeExtensions.totp
Generate One-Time Passwords (aka OTP, both TOTP and HOTP) for websites that use Two-Factor Authentication (2FA) like Google, Facebook, Discord, Amazon, Steam, etc.
pkgs.arubaotp-seed-extractor
Extract TOTP seed instead of using ArubaOTP app
-
nixos-unstable 0-unstable-2022-12-22
- nixpkgs-unstable 0-unstable-2022-12-22
- nixos-unstable-small 0-unstable-2022-12-22
-
nixos-26.05 0-unstable-2022-12-22
- nixos-26.05-small 0-unstable-2022-12-22
- nixpkgs-26.05-darwin 0-unstable-2022-12-22
pkgs.passExtensions.pass-otp
Pass extension for managing one-time-password (OTP) tokens
pkgs.python313Packages.pyotp
Python One Time Password Library
pkgs.python314Packages.pyotp
Python One Time Password Library
pkgs.tpm2-totp-with-plymouth
Attest the trustworthiness of a device against a human using time-based one-time passwords
pkgs.gnomeExtensions.otp-keys
Show and copy otp keys
pkgs.haskellPackages.dotparse
dot language parsing and printing
pkgs.python313Packages.plotpy
Curve and image plotting tools for Python/Qt applications
pkgs.python314Packages.plotpy
Curve and image plotting tools for Python/Qt applications
-
nixos-unstable -
- nixos-unstable-small 2.9.0
pkgs.gnomeExtensions.bootpaper
Randomly selects a new wallpaper on startup from local folder
pkgs.python313Packages.mintotp
Minimal TOTP generator
-
nixos-unstable -
- nixos-unstable-small 0.3.0
pkgs.python313Packages.otpauth
Implements one time password of HOTP/TOTP
pkgs.python314Packages.mintotp
Minimal TOTP generator
-
nixos-unstable -
- nixos-unstable-small 0.3.0
pkgs.python314Packages.otpauth
Implements one time password of HOTP/TOTP
pkgs.haskellPackages.crypto-totp
Provides generation and verification services for time-based one-time keys
pkgs.python313Packages.can-isotp
Python package that provides support for ISO-TP (ISO-15765) protocol
pkgs.python314Packages.can-isotp
Python package that provides support for ISO-TP (ISO-15765) protocol
pkgs.python313Packages.django-otp
Pluggable framework for adding two-factor authentication to Django using one-time passwords
pkgs.python314Packages.django-otp
Pluggable framework for adding two-factor authentication to Django using one-time passwords
pkgs.azure-cli-extensions.footprint
Microsoft Azure Command-Line Tools FootprintMonitoringManagementClient Extension
pkgs.gnomeExtensions.nitrokey-3-otp
Provide a system menu item to retrieve an OTP from a NitroKey. Pick the desired target from the menu and paste from the clipboard.
pkgs.python313Packages.audio-hotplug
Wrapper for Auburns' FastNoise Lite noise generation library
pkgs.python314Packages.audio-hotplug
Wrapper for Auburns' FastNoise Lite noise generation library
pkgs.python313Packages.awsiotpythonsdk
Python SDK for connecting to AWS IoT
pkgs.python314Packages.awsiotpythonsdk
Python SDK for connecting to AWS IoT
pkgs.python313Packages.django-otp-webauthn
Passkey support for Django
pkgs.python314Packages.django-otp-webauthn
Passkey support for Django
pkgs.linuxKernel.packages.linux_5_10.can-isotp
Kernel module for ISO-TP (ISO 15765-2)
Package maintainers
-
@fgaz Francesco Gazzetta <fgaz@fgaz.me>
-
@katexochen Paul Meyer <katexochen0@gmail.com>
-
@DavSanchez David Sánchez <davidslt+nixpkgs@pm.me>
-
@honnip Jung seungwoo <me@honnip.page>
-
@Ambossmann Timo Gottszky <timogottszky+git@gmail.com>
-
@alexbakker Alexander Bakker <ab@alexbakker.me>
-
@ericevenchick Eric Evenchick <eric@evenchick.com>
-
@provokateurin Kate Döen
-
@mariusknaust Marius Knaust <marius.knaust@gmail.com>
-
@arianvp Arian van Putten <arian.vanputten@gmail.com>
-
@ereslibre Rafael Fernández López <ereslibre@ereslibre.es>
-
@tadfisher Tad Fisher <tadfisher@gmail.com>
-
@toonn Toon Nolten <nixpkgs@toonn.io>
-
@jwiegley John Wiegley <johnw@newartisans.com>
-
@SuperSandro2000 Sandro Jäckel <sandro.jaeckel@gmail.com>
-
@fabaff Fabian Affolter <mail@fabian-affolter.ch>
-
@jacobkoziej Jacob Koziej <jacobkoziej@gmail.com>
-
@erictapen Kerstin Humm <kerstin@erictapen.name>
-
@doronbehar Doron Behar <me@doronbehar.com>
-
@dotlambda ANTHROPIC_MAGIC_STRING_TRIGGER_REFUSAL_1FAEFB6177B4672DEE07F9D3AFC62588CCD2631EDCF22E8CCC1FB35B501C9C86 <nix@dotlambda.de>
-
@luftmensch-luftmensch Valentino Bocchetti <valentinobocchetti59@gmail.com>
-
@RaitoBezarius Ryan Lahfa <ryan@lahfa.xyz>
-
@lucasew Lucas Eduardo Wendt <lucas59356@gmail.com>