Releases: gravitational/teleport
Teleport 2.0.6
Description
Teleport 2.0.6 contains a variety of security fixes. We strongly encourage anyone running Teleport 2.0.0 and above to upgrade to 2.0.6.
The most pressing issues (a phishing attack which can potentially be used to extract plaintext credentials and an attack where an already authenticated user can escalate privileges) can be resolved by upgrading the web proxy. However, however all nodes need to be upgraded to mitigate all vulnerabilities.
Fixes
- Patch for TLP-01-001 and TLP-01-003: Check redirect.
- Patch for TLP-01-004: Always check is namespace is valid.
- Patch for TLP-01-005: Check user principal when joining session.
- Patch for TLP-01-006 and TLP-01-007: Validate Session ID.
- Patch for TLP-01-008: Use a fake hash for password authentication if user does not exist.
- Patch for TLP-01-009: Command injection in scp.
Teleport 2.1.0 Alpha 4
v2.1.0-alpha.4 Release 2.1.0-alpha.4.
Teleport 2.0.5
Description
Teleport 2.0.5 contains a variety of security fixes. We strongly encourage anyone running Teleport 2.0.0 and above to upgrade to 2.0.5.
The most pressing issues (a phishing attack which can potentially be used to extract plaintext credentials and an attack where an already authenticated user can escalate privileges) can be resolved by upgrading the web proxy. However, however all nodes need to be upgraded to mitigate all vulnerabilities.
Fixes
- Patch for TLP-01-001 and TLP-01-003: Check redirect.
- Patch for TLP-01-004: Always check is namespace is valid.
- Patch for TLP-01-005: Check user principal when joining session.
- Patch for TLP-01-006 and TLP-01-007: Validate Session ID.
- Patch for TLP-01-008: Use a fake hash for password authentication if user does not exist.
- Patch for TLP-01-009: Command injection in scp.
Teleport 2.0.4
Description
v2.0.4 is a maintenance release which contains a variety of bugfixes.
Fixes
Roles created the the Web UI now have node
resource. #949
Teleport 2.0.3
Release Teleport 2.1.0 Alpha 3
v2.1.0-alpha.3 Release 2.1.0-alpha.3.
Teleport 2.0.2
Description
v2.0.2 is a maintenance release which fixes SSH agent forwarding permissions issues.
Fixes
Teleport 2.1.0 Alpha 2
Merge pull request #927 from gravitational/rjones/acr-values Added support for ACR values for OIDC connectors.
Teleport 2.0.1
Description
Teleport 2.0.1 is a major new release of Teleport.
Teleport is a modern SSH server for remotely accessing clusters of Linux servers via SSH or HTTPS. It is intended to be used instead of sshd. Teleport enables teams to easily adopt SSH best practices like: certificate-based access, two-factor authentication, session recording and audit, external identity providers, and much more.
New Features
- Role-based access control (RBAC) (available in Teleport Enterprise).
- Dynamic configuration: manage resources like Roles and Trusted Clusters at runtime (available in Teleport Enterprise).
- Native support for DynamoDB back-end for storing cluster state.
- It is now possible to disable Two-Factor Authentication (2FA).
- Support for Time-based One-time Password Algorithm (TOTP) for Two-Factor Authentication.
- New and easy to use framework for implementing secret storage plug-ins.
- Audit log format has been finalized and documented.
- Experimental simple file-based secret storage back-end.
- SSH agent forwarding (available in Teleport Enterprise).
- Dynamic Roles for external identity providers (available in Teleport Enterprise).
- Added the ability to map claims to roles for external identity providers (available in Teleport Enterprise).
Improvements
- Friendlier CLI error messages.
- Improvements to OpenSSH interoperability including:
- Host Certificates now contain DNS names as well as Teleport IDs.
- Corrected export formats for Certificate Authorities.
tsh login
andtsh agent
now support loading keys into external SSH agents.- Improvements and fixes for Ansible integration.
- Server-side enforceable authentication.
- Enhanced OIDC functionality to support parsing
UserInfo
for claims information.
Full list of Github Issues
Teleport 2.0 RC 2
Merge pull request #854 from gravitational/rjones/rc2 Release RC2.