Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-48225: laf env causes sensitive information disclosure

Laf is a cloud development platform. Prior to version 1.0.0-beta.13, the control of LAF app enV is not strict enough, and in certain scenarios of privatization environment, it may lead to sensitive information leakage in secret and configmap. In ES6 syntax, if an obj directly references another obj, the name of the obj itself will be used as the key, and the entire object structure will be integrated intact. When constructing the deployment instance of the app, env was found from the database and directly inserted into the template, resulting in controllability here. Sensitive information in the secret and configmap can be read through the k8s envFrom field. In a privatization environment, when namespaceConf. fixed is marked, it may lead to the leakage of sensitive information in the system. As of time of publication, it is unclear whether any patches or workarounds exist.

CVE
#ios#js#kubernetes

Summary

The control of LAF app enV is not strict enough, and in certain scenarios of privatization environment, it may lead to sensitive information leakage in secret and configmap.

Details

problem is at env crontroller and instance server 。

In ES6 syntax, if an obj directly references another obj, the name of the obj itself will be used as the key, and the entire object structure will be integrated intact.

When constructing the deployment instance of the app, env was found from the database and directly inserted into the template, resulting in controllability here.

Sensitive information in the secret and configmap can be read through the k8s envFrom field.

PoC

POST /v1/apps/fdk44h/environments HTTP/1.1 Accept: application/json, text/plain, */* Content-Type: application/json Content-Length: 279

[ { "name": "SERVER_SECRET", "value": “xxxxxx” }, { "name": "HIHIHI", "valueFrom": { "secretKeyRef": { "name": "minio", "key": “rootPassword” } }, "value": “” } ]

Impact

In a privatization environment, when namespaceConf. fixed is marked, it may lead to the leakage of sensitive information in the system.

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907