Sensitive information stored in the source code. It is determined that non-JSON Apache Lucene queries are enabled on the Cloudant database server.
Obtain information from the logs in the database, which in turn contain sensitive user data.
- Securely configure the vulnerable service so that it can only be accessed by authorized users.
- Disable queries via Query Parser.
Authorized attacker using the credentials stored in the source code from the Internet.
⌚ 60 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The search cloud service is restricted based on certain parameters
"indexes": {
"search-cloud": {
"analyzer": "standard",
"index": "function(doc) { index(\"keyword\", doc.name); }"
}
}
The search cloud service is not securely restricted
"indexes": {
"search-cloud": {
"analyzer": "all",
"index": "function: any"
}
}