Add CVE-2022-46156 for GHSA-9j4f-f249-q5w8

Add CVE-2022-46156 for GHSA-9j4f-f249-q5w8
This commit is contained in:
advisory-database[bot] 2022-11-30 21:38:30 +00:00 committed by GitHub
parent 6f473a73f3
commit 92e779f316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,116 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-46156",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Grafana's default installation of `synthetic-monitoring-agent` exposes sensitive information"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "synthetic-monitoring-agent",
"version": {
"version_data": [
{
"version_value": "< 0.12.0"
}
]
}
}
]
},
"vendor_name": "grafana"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "The Synthetic Monitoring Agent for Grafana's Synthetic Monitoring application provides probe functionality and executes network checks for monitoring remote targets. Users running the Synthetic Monitoring agent prior to version 0.12.0 in their local network are impacted. The authentication token used to communicate with the Synthetic Monitoring API is exposed through a debugging endpoint. This token can be used to retrieve the Synthetic Monitoring checks created by the user and assigned to the agent identified with that token. The Synthetic Monitoring API will reject connections from already-connected agents, so access to the token does not guarantee access to the checks. Version 0.12.0 contains a fix. Users are advised to rotate the agent tokens. After upgrading to version v0.12.0 or later, it's recommended that users of distribution packages review the configuration stored in `/etc/synthetic-monitoring/synthetic-monitoring-agent.conf`, specifically the `API_TOKEN` variable which has been renamed to `SM_AGENT_API_TOKEN`. As a workaround for previous versions, it's recommended that users review the agent settings and set the HTTP listening address in a manner that limits the exposure, for example, localhost or a non-routed network, by using the command line parameter `-listen-address`, e.g. `-listen-address localhost:4050`.\n"
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-489: Active Debug Code"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-749: Exposed Dangerous Method or Function"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/grafana/synthetic-monitoring-agent/security/advisories/GHSA-9j4f-f249-q5w8",
"refsource": "CONFIRM",
"url": "https://github.com/grafana/synthetic-monitoring-agent/security/advisories/GHSA-9j4f-f249-q5w8"
},
{
"name": "https://github.com/grafana/synthetic-monitoring-agent/pull/373",
"refsource": "MISC",
"url": "https://github.com/grafana/synthetic-monitoring-agent/pull/373"
},
{
"name": "https://github.com/grafana/synthetic-monitoring-agent/pull/374",
"refsource": "MISC",
"url": "https://github.com/grafana/synthetic-monitoring-agent/pull/374"
},
{
"name": "https://github.com/grafana/synthetic-monitoring-agent/pull/375",
"refsource": "MISC",
"url": "https://github.com/grafana/synthetic-monitoring-agent/pull/375"
},
{
"name": "https://github.com/grafana/synthetic-monitoring-agent/commit/d8dc7f9c1c641881cbcf0a09e178b90ebf0f0228",
"refsource": "MISC",
"url": "https://github.com/grafana/synthetic-monitoring-agent/commit/d8dc7f9c1c641881cbcf0a09e178b90ebf0f0228"
},
{
"name": "https://github.com/grafana/synthetic-monitoring-agent/releases/tag/v0.12.0",
"refsource": "MISC",
"url": "https://github.com/grafana/synthetic-monitoring-agent/releases/tag/v0.12.0"
}
]
},
"source": {
"advisory": "GHSA-9j4f-f249-q5w8",
"discovery": "UNKNOWN"
}
}