Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST on /auth/token/lookup with specific payload causes internal server error #11306

Closed
matusf opened this issue Apr 7, 2021 · 1 comment
Closed
Assignees
Labels
bug Used to indicate a potential bug core Issues and Pull-Requests specific to Vault Core

Comments

@matusf
Copy link

matusf commented Apr 7, 2021

Describe the bug
Making a POST request on /auth/token/lookup with specific payload causes internal server error

To Reproduce
Hi, I was fuzzing vault and found this bug. To reproduce it, just run vault server -dev and make a request. The request is described in enclosed zip (single JSON file inside). The JSON has also the curl formated of the request, however, the request contains some wild unicode characters that your terminal may not like (at least mine does not 😄). Therefore is better to use the resender utility that I made (along with the fuzzer). You may find it in my repo (github.com/matusf/openapi-fuzzer), with all installation instructions. Basically just run openapi-fuzzer-resender file.json to make the request.

auth-token-lookup.zip

See error from request: "{\"errors\":[\"no namespace\"]}\n"
In logs:

[WARN]  core: error looking up namespace from the token's namespace ID: error="no namespace"

Expected behavior
Response with non 500 status code.

Environment:

  • Vault Server Version (retrieve with vault status):
{
    "cluster_id": "ff96e72d-8a50-1574-3044-567db781e3c3",
    "cluster_name": "vault-cluster-f4d3b0c5",
    "initialized": true,
    "migration": false,
    "n": 1,
    "nonce": "",
    "progress": 0,
    "recovery_seal": false,
    "sealed": false,
    "storage_type": "inmem",
    "t": 1,
    "type": "shamir",
    "version": "1.7.0-rc1"
}
  • Vault CLI Version (retrieve with vault version): Vault v1.7.0-rc1 (9af08a1c5f0f855984a1fa56d236675d167f578e)
  • Server Operating System/Architecture: Ubuntu 18.04/x86_64
@matusf matusf changed the title POST request on /auth/token/lookup with specific payload causes internal server error POST on /auth/token/lookup with specific payload causes internal server error Apr 8, 2021
@sgmiller sgmiller added bug Used to indicate a potential bug core Issues and Pull-Requests specific to Vault Core labels May 10, 2021
@aphorise
Copy link
Contributor

aphorise commented Sep 4, 2022

Closing as issue was likely in RC version when issue was reported. Retested in 1.10.5 without any issues:

curl -v -X POST -d '{"token":"𰏲򛳏򞰑𫘛򱹯ᒢ􎚋.󥆆򫾠򊄌🻮"}' ${VAULT_ADDR}/v1/auth/token/lookup
  # < HTTP/2 403
  # # // ...
  # {"errors":["permission denied"]}

Thank you @matusf

@aphorise aphorise closed this as completed Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to indicate a potential bug core Issues and Pull-Requests specific to Vault Core
Projects
None yet
Development

No branches or pull requests

4 participants