nuclei: The correlation id was not found (probably evicted due to inactivity

root@ubuntu:~/prgms# nuclei -l alive.txt -t ~/nuclei-templates/cves/2022/ -o out.txt

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v2.9.0

                projectdiscovery.io

[INF] Using Nuclei Engine 2.9.0 (latest)
[INF] Using Nuclei Templates 9.4.0 (latest)
[INF] Templates added in last update: 65
[INF] Templates loaded for scan: 312
[INF] Targets loaded for scan: 78794
[INF] Templates clustered: 5 (Reduced 236382 Requests)
[INF] Using Interactsh Server: oast.me
2023/03/23 06:54:56 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
2023/03/23 06:55:20 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
2023/03/23 08:15:57 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
2023/03/23 08:15:57 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
2023/03/23 08:15:57 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
2023/03/23 08:15:57 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
2023/03/23 08:22:24 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
2023/03/23 08:22:24 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
2023/03/23 08:38:12 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
2023/03/23 08:38:12 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
2023/03/23 08:38:13 Unsolicited response received on idle HTTP channel starting with "[1,\"ping\",{}]\n"; err=<nil>
[FTL] The correlation id was not found (probably evicted due to inactivity)

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Reactions: 5
  • Comments: 30 (7 by maintainers)

Most upvoted comments

im running the latest v2.9.4 and Im having the same issue [ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache

@demon1k @0xPugazh this error is fixed in dev branch and you can install nuclei from dev branch with below command

$ go install github.com/projectdiscovery/nuclei/v2/cmd/nuclei@dev

Ref:

https://github.com/projectdiscovery/nuclei/pull/3506#issue-1652677336 .

@ehsandeep i have dm’d pdteam on discord. you can also reach directly to me on discord DM my id is BlankJin #0362. I would gladly share all details that you need to reproduce this issue. because i have ran into this 30+ times.

Still i got this error…

[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                  [549/954]
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache                                           
[ERR] The correlation id was not found (probably evicted due to inactivity): could not get correlation-id from cache  

@0xPugazh its WIP but should be resolved with linked PR i.e #3543

i did updated to latest version from dev to main and same issue again once i get [FTL] The correlation id was not found (probably evicted due to inactivity) its aborts the scan… I thought changes from DEV must be in main already ?

@demon1k , yes this issue is resolved in dev branch and there will be a nuclei release soon . if you installed dev version now after release of v2.9.2 you just need to update nuclei using -un flag it will be updated to v2.9.2

Installing from dev branch will show that nuclei is running in development

$ nuclei

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v2.9.2-dev

		projectdiscovery.io

[INF] Using Nuclei Engine 2.9.2-dev (development)
[INF] Using Nuclei Templates 9.4.2 (latest)
[INF] Templates added in last update: 78
[INF] Templates loaded for scan: 5845
[INF] No results found. Better luck next time!

@mastercho can you try uninstalling and then reinstalling with above command most likely it is using old version (due to PATH) or you can also install by cloning the repo and building from dev branch

@demon1k @0xPugazh this error is fixed in dev branch and you can install nuclei from dev branch with below command

$ go install github.com/projectdiscovery/nuclei/v2/cmd/nuclei@dev

Ref:

#3506 (comment) .

Is this was included in 2.9.1 ? because using latest 2.9.1 and getting

[FTL] The correlation id was not found (probably evicted due to inactivity)

Which cause Nuclei abort the scan

Still facing the Same issue.

any update on this guys?