GHSA-7j6w-vvw2-5f9c
OpenBao's Kerberos Auth Method Accumulates Unaccessible Tokens
상세
### Impact
In OpenBao's Kerberos auth method on the `GET` handler, or when an `Authorization: Negotiate` header is supplied, the response is includes a `logical.Auth` object in addition to an error message. This results in tokens being created with only the default policy, default TTL, and no entity information, which are hidden by the returned error message. No access to these tokens by the caller occurs and the authentication token is not ever made accessible outside of `sys/raw`. At most this could cause storage usage.
### Patches
This is fixed in OpenBao v2.5.4.
### Workarounds
Users may set a rate limit quota to limit the creation of these paths. As the path is unauthenticated, it isn't possible to deny access to it.
### Reporter
This was discovered by an anonymous reporter.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
0 수정 버전: 2.5.4 go get github.com/openbao/openbao@v2.5.4 참고
- https://github.com/openbao/openbao/security/advisories/GHSA-7j6w-vvw2-5f9c [WEB]
- https://github.com/openbao/openbao/pull/3150 [WEB]
- https://github.com/openbao/openbao/commit/0d82e0a5a3b6a93e8087bcbaf0b11326c12d4f4d [WEB]
- https://github.com/openbao/openbao [PACKAGE]
- https://github.com/openbao/openbao/releases/tag/v2.5.4 [WEB]