CWE-94
Improper Control of Generation of Code ('Code Injection')
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
CVE-2020-15142 (GCVE-0-2020-15142)
Vulnerability from cvelistv5 – Published: 2020-08-14 16:20 – Updated: 2024-08-04 13:08- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| URL | Tags |
|---|---|
| https://github.com/triaxtec/openapi-python-client… | x_refsource_CONFIRM |
| https://github.com/triaxtec/openapi-python-client… | x_refsource_MISC |
| https://github.com/triaxtec/openapi-python-client… | x_refsource_MISC |
| https://pypi.org/project/openapi-python-client/ | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| triaxtec | openapi-python-client |
Affected:
< 0.5.3
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:08:22.278Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/triaxtec/openapi-python-client/security/advisories/GHSA-9x4c-63pf-525f"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/triaxtec/openapi-python-client/commit/f7a56aae32cba823a77a84a1f10400799b19c19a"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/triaxtec/openapi-python-client/blob/main/CHANGELOG.md#053---2020-08-13"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://pypi.org/project/openapi-python-client/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "openapi-python-client",
"vendor": "triaxtec",
"versions": [
{
"status": "affected",
"version": "\u003c 0.5.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In openapi-python-client before version 0.5.3, clients generated with a maliciously crafted OpenAPI Document can generate arbitrary Python code. Subsequent execution of this malicious client is arbitrary code execution."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-08-14T16:20:13.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/triaxtec/openapi-python-client/security/advisories/GHSA-9x4c-63pf-525f"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/triaxtec/openapi-python-client/commit/f7a56aae32cba823a77a84a1f10400799b19c19a"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/triaxtec/openapi-python-client/blob/main/CHANGELOG.md#053---2020-08-13"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://pypi.org/project/openapi-python-client/"
}
],
"source": {
"advisory": "GHSA-9x4c-63pf-525f",
"discovery": "UNKNOWN"
},
"title": "Arbitrary Code Generation",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2020-15142",
"STATE": "PUBLIC",
"TITLE": "Arbitrary Code Generation"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "openapi-python-client",
"version": {
"version_data": [
{
"version_value": "\u003c 0.5.3"
}
]
}
}
]
},
"vendor_name": "triaxtec"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In openapi-python-client before version 0.5.3, clients generated with a maliciously crafted OpenAPI Document can generate arbitrary Python code. Subsequent execution of this malicious client is arbitrary code execution."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/triaxtec/openapi-python-client/security/advisories/GHSA-9x4c-63pf-525f",
"refsource": "CONFIRM",
"url": "https://github.com/triaxtec/openapi-python-client/security/advisories/GHSA-9x4c-63pf-525f"
},
{
"name": "https://github.com/triaxtec/openapi-python-client/commit/f7a56aae32cba823a77a84a1f10400799b19c19a",
"refsource": "MISC",
"url": "https://github.com/triaxtec/openapi-python-client/commit/f7a56aae32cba823a77a84a1f10400799b19c19a"
},
{
"name": "https://github.com/triaxtec/openapi-python-client/blob/main/CHANGELOG.md#053---2020-08-13",
"refsource": "MISC",
"url": "https://github.com/triaxtec/openapi-python-client/blob/main/CHANGELOG.md#053---2020-08-13"
},
{
"name": "https://pypi.org/project/openapi-python-client/",
"refsource": "MISC",
"url": "https://pypi.org/project/openapi-python-client/"
}
]
},
"source": {
"advisory": "GHSA-9x4c-63pf-525f",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2020-15142",
"datePublished": "2020-08-14T16:20:13.000Z",
"dateReserved": "2020-06-25T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:08:22.278Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-15147 (GCVE-0-2020-15147)
Vulnerability from cvelistv5 – Published: 2020-08-21 17:15 – Updated: 2024-08-04 13:08- CWE-94 - {"CWE-94":"Improper Control of Generation of Code ('Code Injection')"}
| URL | Tags |
|---|---|
| https://github.com/Cog-Creators/Red-DiscordBot/se… | x_refsource_CONFIRM |
| https://github.com/Cog-Creators/Red-DiscordBot/pu… | x_refsource_MISC |
| https://github.com/Cog-Creators/Red-DiscordBot/pu… | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| Cog-Creators | Red-DiscordBot |
Affected:
< 3.3.12
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:08:21.944Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-7257-96vg-qf6x"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/Cog-Creators/Red-DiscordBot/pull/4183"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/Cog-Creators/Red-DiscordBot/pull/4183/commits/e269ea0d3bc88417163c18431b1df38a9be92bfc"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Red-DiscordBot",
"vendor": "Cog-Creators",
"versions": [
{
"status": "affected",
"version": "\u003c 3.3.12"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Red Discord Bot before versions 3.3.12 and 3.4 has a Remote Code Execution vulnerability in the Streams module. This exploit allows Discord users with specifically crafted \"going live\" messages to inject code into the Streams module\u0027s going live message. By abusing this exploit, it\u0027s possible to perform destructive actions and/or access sensitive information. As a workaround, unloading the Trivia module with `unload streams` can render this exploit not accessible. It is highly recommended updating to 3.3.12 or 3.4 to completely patch this issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "{\"CWE-94\":\"Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-08-21T17:15:16.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-7257-96vg-qf6x"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/Cog-Creators/Red-DiscordBot/pull/4183"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/Cog-Creators/Red-DiscordBot/pull/4183/commits/e269ea0d3bc88417163c18431b1df38a9be92bfc"
}
],
"source": {
"advisory": "GHSA-7257-96vg-qf6x",
"discovery": "UNKNOWN"
},
"title": "Remote Code Execution in Red Discord Bot",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2020-15147",
"STATE": "PUBLIC",
"TITLE": "Remote Code Execution in Red Discord Bot"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Red-DiscordBot",
"version": {
"version_data": [
{
"version_value": "\u003c 3.3.12"
}
]
}
}
]
},
"vendor_name": "Cog-Creators"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Red Discord Bot before versions 3.3.12 and 3.4 has a Remote Code Execution vulnerability in the Streams module. This exploit allows Discord users with specifically crafted \"going live\" messages to inject code into the Streams module\u0027s going live message. By abusing this exploit, it\u0027s possible to perform destructive actions and/or access sensitive information. As a workaround, unloading the Trivia module with `unload streams` can render this exploit not accessible. It is highly recommended updating to 3.3.12 or 3.4 to completely patch this issue."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "{\"CWE-94\":\"Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-7257-96vg-qf6x",
"refsource": "CONFIRM",
"url": "https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-7257-96vg-qf6x"
},
{
"name": "https://github.com/Cog-Creators/Red-DiscordBot/pull/4183",
"refsource": "MISC",
"url": "https://github.com/Cog-Creators/Red-DiscordBot/pull/4183"
},
{
"name": "https://github.com/Cog-Creators/Red-DiscordBot/pull/4183/commits/e269ea0d3bc88417163c18431b1df38a9be92bfc",
"refsource": "MISC",
"url": "https://github.com/Cog-Creators/Red-DiscordBot/pull/4183/commits/e269ea0d3bc88417163c18431b1df38a9be92bfc"
}
]
},
"source": {
"advisory": "GHSA-7257-96vg-qf6x",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2020-15147",
"datePublished": "2020-08-21T17:15:16.000Z",
"dateReserved": "2020-06-25T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:08:21.944Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-15150 (GCVE-0-2020-15150)
Vulnerability from cvelistv5 – Published: 2020-09-01 16:30 – Updated: 2024-08-04 13:08- CWE-94 - {"CWE-94":"Improper Control of Generation of Code ('Code Injection')"}
| URL | Tags |
|---|---|
| https://github.com/duffelhq/paginator/security/ad… | x_refsource_CONFIRM |
| https://hex.pm/packages/paginator | x_refsource_CONFIRM |
| https://github.com/duffelhq/paginator/commit/bf45… | x_refsource_CONFIRM |
| https://github.com/duffelhq/paginator/blob/ccf0f3… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:08:22.305Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/duffelhq/paginator/security/advisories/GHSA-w98m-2xqg-9cvj"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://hex.pm/packages/paginator"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/duffelhq/paginator/commit/bf45e92602e517c75aea0465efc35cd661d9ebf8"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/duffelhq/paginator/blob/ccf0f37fa96347cc8c8a7e9eb2c64462cec4b2dc/README.md#security-considerations"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "paginator",
"vendor": "duffelhq",
"versions": [
{
"status": "affected",
"version": "\u003c 1.0.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "There is a vulnerability in Paginator (Elixir/Hex package) which makes it susceptible to Remote Code Execution (RCE) attacks via input parameters to the paginate() function. This will potentially affect all current users of Paginator prior to version 1.0.0. The vulnerability has been patched in version 1.0.0 and all users should upgrade to this version immediately. Note that this patched version uses a dependency that requires an Elixir version \u003e=1.5."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "{\"CWE-94\":\"Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-09-01T16:30:14.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/duffelhq/paginator/security/advisories/GHSA-w98m-2xqg-9cvj"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://hex.pm/packages/paginator"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/duffelhq/paginator/commit/bf45e92602e517c75aea0465efc35cd661d9ebf8"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/duffelhq/paginator/blob/ccf0f37fa96347cc8c8a7e9eb2c64462cec4b2dc/README.md#security-considerations"
}
],
"source": {
"advisory": "GHSA-w98m-2xqg-9cvj",
"discovery": "UNKNOWN"
},
"title": "Remote Code Execution in paginator(hex)",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2020-15150",
"STATE": "PUBLIC",
"TITLE": "Remote Code Execution in paginator(hex)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "paginator",
"version": {
"version_data": [
{
"version_value": "\u003c 1.0.0"
}
]
}
}
]
},
"vendor_name": "duffelhq"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "There is a vulnerability in Paginator (Elixir/Hex package) which makes it susceptible to Remote Code Execution (RCE) attacks via input parameters to the paginate() function. This will potentially affect all current users of Paginator prior to version 1.0.0. The vulnerability has been patched in version 1.0.0 and all users should upgrade to this version immediately. Note that this patched version uses a dependency that requires an Elixir version \u003e=1.5."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "{\"CWE-94\":\"Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/duffelhq/paginator/security/advisories/GHSA-w98m-2xqg-9cvj",
"refsource": "CONFIRM",
"url": "https://github.com/duffelhq/paginator/security/advisories/GHSA-w98m-2xqg-9cvj"
},
{
"name": "https://hex.pm/packages/paginator",
"refsource": "CONFIRM",
"url": "https://hex.pm/packages/paginator"
},
{
"name": "https://github.com/duffelhq/paginator/commit/bf45e92602e517c75aea0465efc35cd661d9ebf8",
"refsource": "CONFIRM",
"url": "https://github.com/duffelhq/paginator/commit/bf45e92602e517c75aea0465efc35cd661d9ebf8"
},
{
"name": "https://github.com/duffelhq/paginator/blob/ccf0f37fa96347cc8c8a7e9eb2c64462cec4b2dc/README.md#security-considerations",
"refsource": "CONFIRM",
"url": "https://github.com/duffelhq/paginator/blob/ccf0f37fa96347cc8c8a7e9eb2c64462cec4b2dc/README.md#security-considerations"
}
]
},
"source": {
"advisory": "GHSA-w98m-2xqg-9cvj",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2020-15150",
"datePublished": "2020-09-01T16:30:14.000Z",
"dateReserved": "2020-06-25T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:08:22.305Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-15167 (GCVE-0-2020-15167)
Vulnerability from cvelistv5 – Published: 2020-09-02 17:55 – Updated: 2024-08-04 13:08- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| URL | Tags |
|---|---|
| https://github.com/johnkerl/miller/security/advis… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:08:22.430Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/johnkerl/miller/security/advisories/GHSA-mw2v-4q78-j2cw"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "miller",
"vendor": "johnkerl",
"versions": [
{
"status": "affected",
"version": "= 5.9.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In Miller (command line utility) using the configuration file support introduced in version 5.9.0, it is possible for an attacker to cause Miller to run arbitrary code by placing a malicious `.mlrrc` file in the working directory. See linked GitHub Security Advisory for complete details. A fix is ready and will be released as Miller 5.9.1."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-09-02T17:55:12.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/johnkerl/miller/security/advisories/GHSA-mw2v-4q78-j2cw"
}
],
"source": {
"advisory": "GHSA-mw2v-4q78-j2cw",
"discovery": "UNKNOWN"
},
"title": "Arbitrary code execution via configuration file in Miller",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2020-15167",
"STATE": "PUBLIC",
"TITLE": "Arbitrary code execution via configuration file in Miller"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "miller",
"version": {
"version_data": [
{
"version_value": "= 5.9.0"
}
]
}
}
]
},
"vendor_name": "johnkerl"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In Miller (command line utility) using the configuration file support introduced in version 5.9.0, it is possible for an attacker to cause Miller to run arbitrary code by placing a malicious `.mlrrc` file in the working directory. See linked GitHub Security Advisory for complete details. A fix is ready and will be released as Miller 5.9.1."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/johnkerl/miller/security/advisories/GHSA-mw2v-4q78-j2cw",
"refsource": "CONFIRM",
"url": "https://github.com/johnkerl/miller/security/advisories/GHSA-mw2v-4q78-j2cw"
}
]
},
"source": {
"advisory": "GHSA-mw2v-4q78-j2cw",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2020-15167",
"datePublished": "2020-09-02T17:55:12.000Z",
"dateReserved": "2020-06-25T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:08:22.430Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-15171 (GCVE-0-2020-15171)
Vulnerability from cvelistv5 – Published: 2020-09-10 19:40 – Updated: 2024-08-04 13:08- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| URL | Tags |
|---|---|
| https://github.com/xwiki/xwiki-platform/security/… | x_refsource_CONFIRM |
| Vendor | Product | Version | |
|---|---|---|---|
| xwiki | xwiki-platform |
Affected:
<11.10.5
Affected: >=12.0.0, <12.2.1 |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:08:22.465Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-7qw5-pqhc-xm4g"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "xwiki-platform",
"vendor": "xwiki",
"versions": [
{
"status": "affected",
"version": "\u003c11.10.5"
},
{
"status": "affected",
"version": "\u003e=12.0.0, \u003c12.2.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In XWiki before versions 11.10.5 or 12.2.1, any user with SCRIPT right (EDIT right before XWiki 7.4) can gain access to the application server Servlet context which contains tools allowing to instantiate arbitrary Java objects and invoke methods that may lead to arbitrary code execution. The only workaround is to give SCRIPT right only to trusted users."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-09-10T19:40:13.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-7qw5-pqhc-xm4g"
}
],
"source": {
"advisory": "GHSA-7qw5-pqhc-xm4g",
"discovery": "UNKNOWN"
},
"title": "Users with SCRIPT rights can execute arbitrary code in XWiki",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2020-15171",
"STATE": "PUBLIC",
"TITLE": "Users with SCRIPT rights can execute arbitrary code in XWiki"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "xwiki-platform",
"version": {
"version_data": [
{
"version_value": "\u003c11.10.5"
},
{
"version_value": "\u003e=12.0.0, \u003c12.2.1"
}
]
}
}
]
},
"vendor_name": "xwiki"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In XWiki before versions 11.10.5 or 12.2.1, any user with SCRIPT right (EDIT right before XWiki 7.4) can gain access to the application server Servlet context which contains tools allowing to instantiate arbitrary Java objects and invoke methods that may lead to arbitrary code execution. The only workaround is to give SCRIPT right only to trusted users."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-7qw5-pqhc-xm4g",
"refsource": "CONFIRM",
"url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-7qw5-pqhc-xm4g"
}
]
},
"source": {
"advisory": "GHSA-7qw5-pqhc-xm4g",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2020-15171",
"datePublished": "2020-09-10T19:40:13.000Z",
"dateReserved": "2020-06-25T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:08:22.465Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-15252 (GCVE-0-2020-15252)
Vulnerability from cvelistv5 – Published: 2020-10-16 16:55 – Updated: 2024-08-04 13:08- CWE-94 - {"CWE-94":"Improper Control of Generation of Code ('Code Injection')"}
| URL | Tags |
|---|---|
| https://github.com/xwiki/xwiki-platform/security/… | x_refsource_CONFIRM |
| https://jira.xwiki.org/browse/XWIKI-17141 | x_refsource_MISC |
| https://jira.xwiki.org/browse/XWIKI-17423 | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| xwiki | xwiki-platform |
Affected:
>= 12.0, < 12.5
Affected: < 11.10.6 |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:08:23.190Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-5hv6-mh8q-q9v8"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://jira.xwiki.org/browse/XWIKI-17141"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://jira.xwiki.org/browse/XWIKI-17423"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "xwiki-platform",
"vendor": "xwiki",
"versions": [
{
"status": "affected",
"version": "\u003e= 12.0, \u003c 12.5"
},
{
"status": "affected",
"version": "\u003c 11.10.6"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In XWiki before version 12.5 and 11.10.6, any user with SCRIPT right (EDIT right before XWiki 7.4) can gain access to the application server Servlet context which contains tools allowing to instantiate arbitrary Java objects and invoke methods that may lead to arbitrary code execution. This is patched in XWiki 12.5 and XWiki 11.10.6."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "{\"CWE-94\":\"Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-10-16T16:55:17.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-5hv6-mh8q-q9v8"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://jira.xwiki.org/browse/XWIKI-17141"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://jira.xwiki.org/browse/XWIKI-17423"
}
],
"source": {
"advisory": "GHSA-5hv6-mh8q-q9v8",
"discovery": "UNKNOWN"
},
"title": "RCE in XWiki",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2020-15252",
"STATE": "PUBLIC",
"TITLE": "RCE in XWiki"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "xwiki-platform",
"version": {
"version_data": [
{
"version_value": "\u003e= 12.0, \u003c 12.5"
},
{
"version_value": "\u003c 11.10.6"
}
]
}
}
]
},
"vendor_name": "xwiki"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In XWiki before version 12.5 and 11.10.6, any user with SCRIPT right (EDIT right before XWiki 7.4) can gain access to the application server Servlet context which contains tools allowing to instantiate arbitrary Java objects and invoke methods that may lead to arbitrary code execution. This is patched in XWiki 12.5 and XWiki 11.10.6."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "{\"CWE-94\":\"Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-5hv6-mh8q-q9v8",
"refsource": "CONFIRM",
"url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-5hv6-mh8q-q9v8"
},
{
"name": "https://jira.xwiki.org/browse/XWIKI-17141",
"refsource": "MISC",
"url": "https://jira.xwiki.org/browse/XWIKI-17141"
},
{
"name": "https://jira.xwiki.org/browse/XWIKI-17423",
"refsource": "MISC",
"url": "https://jira.xwiki.org/browse/XWIKI-17423"
}
]
},
"source": {
"advisory": "GHSA-5hv6-mh8q-q9v8",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2020-15252",
"datePublished": "2020-10-16T16:55:17.000Z",
"dateReserved": "2020-06-25T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:08:23.190Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-25197 (GCVE-0-2020-25197)
Vulnerability from cvelistv5 – Published: 2022-03-18 18:00 – Updated: 2025-04-16 16:41- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| URL | Tags |
|---|---|
| https://www.cisa.gov/uscert/ics/advisories/icsa-2… | x_refsource_CONFIRM |
| https://www.gegridsolutions.com/app/DownloadFile.… | x_refsource_CONFIRM |
| Vendor | Product | Version | |
|---|---|---|---|
| GE | Reason RT43X Clocks |
Affected:
unspecified , < 08A06
(custom)
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T15:33:05.272Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://www.cisa.gov/uscert/ics/advisories/icsa-21-005-03"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://www.gegridsolutions.com/app/DownloadFile.aspx?prod=RT430\u0026type=21\u0026file=5"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2020-25197",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-16T15:57:49.847925Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-16T16:41:36.185Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "Reason RT43X Clocks",
"vendor": "GE",
"versions": [
{
"lessThan": "08A06",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Tom Westenberg of Thales UK reported these vulnerabilities to GE."
}
],
"descriptions": [
{
"lang": "en",
"value": "A code injection vulnerability exists in one of the webpages in GE Reason RT430, RT431 \u0026 RT434 GNSS clocks in firmware versions prior to version 08A06 that could allow an authenticated remote attacker to execute arbitrary code on the system."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-03-18T18:00:34.000Z",
"orgId": "7d14cffa-0d7d-4270-9dc0-52cabd5a23a6",
"shortName": "icscert"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://www.cisa.gov/uscert/ics/advisories/icsa-21-005-03"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://www.gegridsolutions.com/app/DownloadFile.aspx?prod=RT430\u0026type=21\u0026file=5"
}
],
"solutions": [
{
"lang": "en",
"value": "GE strongly recommends users of Reason RT43X products update their units to firmware Version 08A06 or greater to resolve these issues. The firmware update addresses both vulnerabilities as described in the Reason RT43X 08A06 Release Notes.\n\nPlease see GE publication GES-2020-006 (login required) for more details on these issues."
}
],
"source": {
"discovery": "EXTERNAL"
},
"title": "GE Reason RT43X Clocks Code Injection",
"workarounds": [
{
"lang": "en",
"value": "GE recommends users evaluate current risk and implement appropriate network security mitigation measures as follows. The following mitigation actions do not ensure complete security but should be considered until the affected time synchronization product is upgraded:\n Use strong network and physical security protection to prevent an attacker from reaching the local network where Reason RT43X clocks are normally installed. \n Block TCP/IP Ports 80 and 443 to block the HTTP/HTTPS access to web interface with Reason RT43X products, avoiding all the vulnerabilities. This TCP/IP port blocking should be limited to the Ethernet port interface where the Reason RT43X clock is connected (e.g., using Access Control List (ACL)). Otherwise, other HTTP/HTTPS applications may be affected.\n Minimize network exposure for all control system devices and/or systems and ensure they are not accessible from the Internet.\n Analyze security events to early detect unexpected traffic/communication."
}
],
"x_generator": {
"engine": "Vulnogram 0.0.9"
},
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "ics-cert@hq.dhs.gov",
"ID": "CVE-2020-25197",
"STATE": "PUBLIC",
"TITLE": "GE Reason RT43X Clocks Code Injection"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Reason RT43X Clocks",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_value": "08A06"
}
]
}
}
]
},
"vendor_name": "GE"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Tom Westenberg of Thales UK reported these vulnerabilities to GE."
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A code injection vulnerability exists in one of the webpages in GE Reason RT430, RT431 \u0026 RT434 GNSS clocks in firmware versions prior to version 08A06 that could allow an authenticated remote attacker to execute arbitrary code on the system."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.cisa.gov/uscert/ics/advisories/icsa-21-005-03",
"refsource": "CONFIRM",
"url": "https://www.cisa.gov/uscert/ics/advisories/icsa-21-005-03"
},
{
"name": "https://www.gegridsolutions.com/app/DownloadFile.aspx?prod=RT430\u0026type=21\u0026file=5",
"refsource": "CONFIRM",
"url": "https://www.gegridsolutions.com/app/DownloadFile.aspx?prod=RT430\u0026type=21\u0026file=5"
}
]
},
"solution": [
{
"lang": "en",
"value": "GE strongly recommends users of Reason RT43X products update their units to firmware Version 08A06 or greater to resolve these issues. The firmware update addresses both vulnerabilities as described in the Reason RT43X 08A06 Release Notes.\n\nPlease see GE publication GES-2020-006 (login required) for more details on these issues."
}
],
"source": {
"discovery": "EXTERNAL"
},
"work_around": [
{
"lang": "en",
"value": "GE recommends users evaluate current risk and implement appropriate network security mitigation measures as follows. The following mitigation actions do not ensure complete security but should be considered until the affected time synchronization product is upgraded:\n Use strong network and physical security protection to prevent an attacker from reaching the local network where Reason RT43X clocks are normally installed. \n Block TCP/IP Ports 80 and 443 to block the HTTP/HTTPS access to web interface with Reason RT43X products, avoiding all the vulnerabilities. This TCP/IP port blocking should be limited to the Ethernet port interface where the Reason RT43X clock is connected (e.g., using Access Control List (ACL)). Otherwise, other HTTP/HTTPS applications may be affected.\n Minimize network exposure for all control system devices and/or systems and ensure they are not accessible from the Internet.\n Analyze security events to early detect unexpected traffic/communication."
}
]
}
}
},
"cveMetadata": {
"assignerOrgId": "7d14cffa-0d7d-4270-9dc0-52cabd5a23a6",
"assignerShortName": "icscert",
"cveId": "CVE-2020-25197",
"datePublished": "2022-03-18T18:00:34.000Z",
"dateReserved": "2020-09-04T00:00:00.000Z",
"dateUpdated": "2025-04-16T16:41:36.185Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-36708 (GCVE-0-2020-36708)
Vulnerability from cvelistv5 – Published: 2023-06-07 01:51 – Updated: 2026-04-08 16:55- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| Vendor | Product | Version | |
|---|---|---|---|
| machothemes | Antreas |
Affected:
0 , ≤ 1.0.2
(semver)
|
|
| machothemes | NatureMag Lite |
Affected:
0 , ≤ 1.0.4
(semver)
|
|
| silkalns | Bonkers |
Affected:
0 , ≤ 1.0.4
(semver)
|
|
| wpchill | Affluent |
Affected:
0 , ≤ 1.1.0
(semver)
|
|
| wpchill | Transcend |
Affected:
0 , ≤ 1.1.8
(semver)
|
|
| wpchill | Allegiant |
Affected:
0 , ≤ 1.2.2
(semver)
|
|
| machothemes | MedZone Lite |
Affected:
0 , ≤ 1.2.4
(semver)
|
|
| silkalns | Shapely |
Affected:
0 , ≤ 1.2.7
(semver)
|
|
| wpchill | Brilliance |
Affected:
0 , ≤ 1.2.7
(semver)
|
|
| silkalns | Newspaper X |
Affected:
0 , ≤ 1.3.1
(semver)
|
|
| silkalns | Activello |
Affected:
0 , ≤ 1.4.0
(semver)
|
|
| machothemes | Regina Lite |
Affected:
0 , ≤ 2.0.4
(semver)
|
|
| silkalns | Pixova Lite |
Affected:
0 , ≤ 2.0.5
(semver)
|
|
| silkalns | Illdy |
Affected:
0 , ≤ 2.1.4
(semver)
|
|
| machothemes | NewsMag |
Affected:
0 , ≤ 2.4.1
(semver)
|
|
| silkalns | Sparkling |
Affected:
0 , ≤ 2.4.8
(semver)
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T17:37:06.752Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/5b75c322-539d-44e9-8f26-5ff929874b67?source=cve"
},
{
"tags": [
"x_transferred"
],
"url": "https://blog.nintechnet.com/unauthenticated-function-injection-vulnerability-fixed-in-15-wordpress-themes/"
},
{
"tags": [
"x_transferred"
],
"url": "https://www.wordfence.com/blog/2020/11/large-scale-attacks-target-epsilon-framework-themes/"
},
{
"tags": [
"x_transferred"
],
"url": "https://blog.nintechnet.com/unauthenticated-function-injection-vulnerability-in-wordpress-sparkling-theme/"
},
{
"tags": [
"x_transferred"
],
"url": "https://wpscan.com/vulnerability/bec52a5b-c892-4763-a962-05da7100eca5"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2020-36708",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-12-26T17:40:55.615787Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-12-28T00:56:18.718Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Antreas",
"vendor": "machothemes",
"versions": [
{
"lessThanOrEqual": "1.0.2",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NatureMag Lite",
"vendor": "machothemes",
"versions": [
{
"lessThanOrEqual": "1.0.4",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Bonkers",
"vendor": "silkalns",
"versions": [
{
"lessThanOrEqual": "1.0.4",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Affluent",
"vendor": "wpchill",
"versions": [
{
"lessThanOrEqual": "1.1.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Transcend",
"vendor": "wpchill",
"versions": [
{
"lessThanOrEqual": "1.1.8",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Allegiant",
"vendor": "wpchill",
"versions": [
{
"lessThanOrEqual": "1.2.2",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "MedZone Lite",
"vendor": "machothemes",
"versions": [
{
"lessThanOrEqual": "1.2.4",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Shapely",
"vendor": "silkalns",
"versions": [
{
"lessThanOrEqual": "1.2.7",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Brilliance",
"vendor": "wpchill",
"versions": [
{
"lessThanOrEqual": "1.2.7",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Newspaper X",
"vendor": "silkalns",
"versions": [
{
"lessThanOrEqual": "1.3.1",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Activello",
"vendor": "silkalns",
"versions": [
{
"lessThanOrEqual": "1.4.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Regina Lite",
"vendor": "machothemes",
"versions": [
{
"lessThanOrEqual": "2.0.4",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Pixova Lite",
"vendor": "silkalns",
"versions": [
{
"lessThanOrEqual": "2.0.5",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Illdy",
"vendor": "silkalns",
"versions": [
{
"lessThanOrEqual": "2.1.4",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NewsMag",
"vendor": "machothemes",
"versions": [
{
"lessThanOrEqual": "2.4.1",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Sparkling",
"vendor": "silkalns",
"versions": [
{
"lessThanOrEqual": "2.4.8",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Jerome Bruandet"
}
],
"descriptions": [
{
"lang": "en",
"value": "The following themes for WordPress are vulnerable to Function Injections in versions up to and including Shapely \u003c= 1.2.7, NewsMag \u003c= 2.4.1, Activello \u003c= 1.4.0, Illdy \u003c= 2.1.4, Allegiant \u003c= 1.2.2, Newspaper X \u003c= 1.3.1, Pixova Lite \u003c= 2.0.5, Brilliance \u003c= 1.2.7, MedZone Lite \u003c= 1.2.4, Regina Lite \u003c= 2.0.4, Transcend \u003c= 1.1.8, Affluent \u003c= 1.1.0, Bonkers \u003c= 1.0.4, Antreas \u003c= 1.0.2, Sparkling \u003c= 2.4.8, and NatureMag Lite \u003c= 1.0.4. This is due to epsilon_framework_ajax_action. This makes it possible for unauthenticated attackers to call functions and achieve remote code execution."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-08T16:55:21.011Z",
"orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
"shortName": "Wordfence"
},
"references": [
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/5b75c322-539d-44e9-8f26-5ff929874b67?source=cve"
},
{
"url": "https://blog.nintechnet.com/unauthenticated-function-injection-vulnerability-fixed-in-15-wordpress-themes/"
},
{
"url": "https://www.wordfence.com/blog/2020/11/large-scale-attacks-target-epsilon-framework-themes/"
},
{
"url": "https://blog.nintechnet.com/unauthenticated-function-injection-vulnerability-in-wordpress-sparkling-theme/"
},
{
"url": "https://wpscan.com/vulnerability/bec52a5b-c892-4763-a962-05da7100eca5"
}
],
"timeline": [
{
"lang": "en",
"time": "2020-10-01T00:00:00.000Z",
"value": "Disclosed"
}
],
"title": "Epsilon Framework Themes (Various Versions) - Function Injection"
}
},
"cveMetadata": {
"assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
"assignerShortName": "Wordfence",
"cveId": "CVE-2020-36708",
"datePublished": "2023-06-07T01:51:22.525Z",
"dateReserved": "2023-06-06T12:45:33.848Z",
"dateUpdated": "2026-04-08T16:55:21.011Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2020-36870 (GCVE-0-2020-36870)
Vulnerability from cvelistv5 – Published: 2025-11-07 21:52 – Updated: 2025-11-20 21:32 X_Known Exploited Vulnerability- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| URL | Tags |
|---|---|
| https://www.ruijie.com.cn/gy/xw-aqtg-zw/85638/ | vendor-advisorypatch |
| https://www.ruijie.com.cn/gy/xw-aqtg-gw/86747/ | vendor-advisorypatch |
| https://www.cnvd.org.cn/flaw/show/CNVD-2021-09650 | government-resourcethird-party-advisory |
| https://www.vulncheck.com/advisories/ruijie-netwo… | third-party-advisory |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2020-36870",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-11-13T16:10:42.887875Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-11-13T16:10:49.419Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "RG-EG1000C",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG2000F",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG2000K",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG2000L",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG2000CE",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG2000SE",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG2000GE",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG2000XE",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG2000UE",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG3000CE",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG3000SE",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG3000GE",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG3000ME",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG3000UE",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG3000XE",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "RG-EG2100-P",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "EG3210",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "EG3220",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "EG3230",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "EG3250",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR108G-P",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR1000G-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR1300G-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR1700G-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR2100G-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR2500D-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR3000D-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR6120-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR6135-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR6205-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR6210-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR6215-E",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR800G",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR950G",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR1000G-C",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR2000G-C",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unaffected",
"product": "NBR3000G-S",
"vendor": "Beijing Star-Net Ruijie Network Technology Co., Ltd.",
"versions": [
{
"lessThan": "11.9(4)B12P1",
"status": "affected",
"version": "11.1(6)B9P1",
"versionType": "custom"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg1000c:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg2000f:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg2000k:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg2000l:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg2000ce:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg2000se:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg2000ge:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg2000xe:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg2000ue:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg3000ce:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg3000se:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg3000ge:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg3000me:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg3000ue:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg3000xe:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg2100-p:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:eg3210:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:eg3220:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg3230:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-eg3250:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr108g-p:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr1000g-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr1300g-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr1700g-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijienetworks:rg-nbr2100g-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr2500d-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr3000d-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-nbr6120-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr6135-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-nbr6205-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-nbr6210-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:rg-nbr6215-e:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr800g:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr950g:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr1000g-c:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr2000g-c:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:h:ruijie:nbr3000g-s:*:*:*:*:*:*:*:*",
"versionEndExcluding": "11.9(4)B12P1",
"versionStartIncluding": "11.1(6)B9P1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Various Ruijie Gateway EG and NBR models firmware versions 11.1(6)B9P1 \u0026lt; 11.9(4)B12P1 contain a code execution vulnerability in the EWEB management system that can be abused via front-end functionality. Attackers can exploit front-end code when features such as guest authentication, local server authentication, or screen mirroring are enabled to gain access or execute commands on affected devices. Exploitation evidence was first observed by the Shadowserver Foundation on 2025-02-05 UTC.\u003cdiv\u003e\u003c/div\u003e"
}
],
"value": "Various Ruijie Gateway EG and NBR models firmware versions 11.1(6)B9P1 \u003c 11.9(4)B12P1 contain a code execution vulnerability in the EWEB management system that can be abused via front-end functionality. Attackers can exploit front-end code when features such as guest authentication, local server authentication, or screen mirroring are enabled to gain access or execute commands on affected devices. Exploitation evidence was first observed by the Shadowserver Foundation on 2025-02-05 UTC."
}
],
"impacts": [
{
"capecId": "CAPEC-242",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-242 Code Injection"
}
]
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 9.2,
"baseSeverity": "CRITICAL",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-11-20T21:32:27.504Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"tags": [
"vendor-advisory",
"patch"
],
"url": "https://www.ruijie.com.cn/gy/xw-aqtg-zw/85638/"
},
{
"tags": [
"vendor-advisory",
"patch"
],
"url": "https://www.ruijie.com.cn/gy/xw-aqtg-gw/86747/"
},
{
"tags": [
"government-resource",
"third-party-advisory"
],
"url": "https://www.cnvd.org.cn/flaw/show/CNVD-2021-09650"
},
{
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/ruijie-networks-eg-and-nbr-series-routers-rce"
}
],
"source": {
"discovery": "UNKNOWN"
},
"tags": [
"x_known-exploited-vulnerability"
],
"timeline": [
{
"lang": "en",
"time": "2020-05-07T16:00:00.000Z",
"value": "Ruijie Networks publicly discloses technical details of vulnerability."
},
{
"lang": "en",
"time": "2021-01-21T17:00:00.000Z",
"value": "Ruijie Networks publicly acknowledges exploitation in the wild activity."
},
{
"lang": "en",
"time": "2021-03-11T17:00:00.000Z",
"value": "CNVD-2021-09650 is published."
}
],
"title": "Ruijie Gateway EG \u0026 NBR Models v11.1(6)B9P1 - 11.9(4)B12P1 RCE",
"x_generator": {
"engine": "Vulnogram 0.5.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2020-36870",
"datePublished": "2025-11-07T21:52:55.227Z",
"dateReserved": "2025-10-30T15:45:57.762Z",
"dateUpdated": "2025-11-20T21:32:27.504Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2020-36875 (GCVE-0-2020-36875)
Vulnerability from cvelistv5 – Published: 2026-01-09 16:41 – Updated: 2026-03-05 01:26 X_Known Exploited Vulnerability- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| URL | Tags |
|---|---|
| https://accessally.com/software-release/accessall… | vendor-advisorypatch |
| https://wpscan.com/vulnerability/c644de6d-098d-48… | third-party-advisoryexploit |
| https://www.vulncheck.com/advisories/accessally-u… | third-party-advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| ACCESSALLY, INC. | AccessAlly |
Affected:
0 , < 3.3.2
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2020-36875",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-09T17:46:49.626540Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-09T18:36:57.869Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://wpscan.com/vulnerability/c644de6d-098d-4889-b75d-53fd2b89ff4d/"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "AccessAlly",
"vendor": "ACCESSALLY, INC.",
"versions": [
{
"lessThan": "3.3.2",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:accessally:popupally:*:*:*:*:*:wordpress:*:*",
"versionEndExcluding": "3.3.2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Brad Patton"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "AccessAlly WordPress plugin versions prior to\u0026nbsp;3.3.2 contain an unauthenticated arbitrary PHP code execution vulnerability in the Login Widget. The plugin processes the login_error parameter as PHP code, allowing an attacker to supply and execute arbitrary PHP in the context of the WordPress web server process, resulting in remote code execution.\u003cbr\u003e"
}
],
"value": "AccessAlly WordPress plugin versions prior to\u00a03.3.2 contain an unauthenticated arbitrary PHP code execution vulnerability in the Login Widget. The plugin processes the login_error parameter as PHP code, allowing an attacker to supply and execute arbitrary PHP in the context of the WordPress web server process, resulting in remote code execution."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-05T01:26:53.997Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"tags": [
"vendor-advisory",
"patch"
],
"url": "https://accessally.com/software-release/accessally-3-3-2/"
},
{
"tags": [
"third-party-advisory",
"exploit"
],
"url": "https://wpscan.com/vulnerability/c644de6d-098d-4889-b75d-53fd2b89ff4d/"
},
{
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/accessally-unauthenticated-arbitrary-php-code-execution"
}
],
"source": {
"discovery": "UNKNOWN"
},
"tags": [
"x_known-exploited-vulnerability"
],
"title": "AccessAlly \u003c 3.3.2 Unauthenticated Arbitrary PHP Code Execution",
"x_generator": {
"engine": "Vulnogram 0.5.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2020-36875",
"datePublished": "2026-01-09T16:41:06.883Z",
"dateReserved": "2025-10-30T15:45:57.764Z",
"dateUpdated": "2026-03-05T01:26:53.997Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
Mitigation
Phase: Architecture and Design
Strategy: Refactoring
Description:
- Refactor your program so that you do not have to dynamically generate code.
Mitigation
Phase: Architecture and Design
Description:
- Run your code in a "jail" or similar sandbox environment that enforces strict boundaries between the process and the operating system. This may effectively restrict which code can be executed by your product.
- Examples include the Unix chroot jail and AppArmor. In general, managed code may provide some protection.
- This may not be a feasible solution, and it only limits the impact to the operating system; the rest of your application may still be subject to compromise.
- Be careful to avoid CWE-243 and other weaknesses related to jails.
Mitigation ID: MIT-5
Phase: Implementation
Strategy: Input Validation
Description:
- Assume all input is malicious. Use an "accept known good" input validation strategy, i.e., use a list of acceptable inputs that strictly conform to specifications. Reject any input that does not strictly conform to specifications, or transform it into something that does.
- When performing input validation, consider all potentially relevant properties, including length, type of input, the full range of acceptable values, missing or extra inputs, syntax, consistency across related fields, and conformance to business rules. As an example of business rule logic, "boat" may be syntactically valid because it only contains alphanumeric characters, but it is not valid if the input is only expected to contain colors such as "red" or "blue."
- Do not rely exclusively on looking for malicious or malformed inputs. This is likely to miss at least one undesirable input, especially if the code's environment changes. This can give attackers enough room to bypass the intended validation. However, denylists can be useful for detecting potential attacks or determining which inputs are so malformed that they should be rejected outright.
- To reduce the likelihood of code injection, use stringent allowlists that limit which constructs are allowed. If you are dynamically constructing code that invokes a function, then verifying that the input is alphanumeric might be insufficient. An attacker might still be able to reference a dangerous function that you did not intend to allow, such as system(), exec(), or exit().
Mitigation
Phase: Testing
Description:
- Use dynamic tools and techniques that interact with the product using large test suites with many diverse inputs, such as fuzz testing (fuzzing), robustness testing, and fault injection. The product's operation may slow down, but it should not become unstable, crash, or generate incorrect results.
Mitigation ID: MIT-32
Phase: Operation
Strategy: Compilation or Build Hardening
Description:
- Run the code in an environment that performs automatic taint propagation and prevents any command execution that uses tainted variables, such as Perl's "-T" switch. This will force the program to perform validation steps that remove the taint, although you must be careful to correctly validate your inputs so that you do not accidentally mark dangerous inputs as untainted (see CWE-183 and CWE-184).
Mitigation ID: MIT-32
Phase: Operation
Strategy: Environment Hardening
Description:
- Run the code in an environment that performs automatic taint propagation and prevents any command execution that uses tainted variables, such as Perl's "-T" switch. This will force the program to perform validation steps that remove the taint, although you must be careful to correctly validate your inputs so that you do not accidentally mark dangerous inputs as untainted (see CWE-183 and CWE-184).
Mitigation
Phase: Implementation
Description:
- For Python programs, it is frequently encouraged to use the ast.literal_eval() function instead of eval, since it is intentionally designed to avoid executing code. However, an adversary could still cause excessive memory or stack consumption via deeply nested structures [REF-1372], so the python documentation discourages use of ast.literal_eval() on untrusted data [REF-1373].
CAPEC-242: Code Injection
An adversary exploits a weakness in input validation on the target to inject new code into that which is currently executing. This differs from code inclusion in that code inclusion involves the addition or replacement of a reference to a code file, which is subsequently loaded by the target and used as part of the code of some application.
CAPEC-35: Leverage Executable Code in Non-Executable Files
An attack of this type exploits a system's trust in configuration and resource files. When the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high.
CAPEC-77: Manipulating User-Controlled Variables
This attack targets user controlled variables (DEBUG=1, PHP Globals, and So Forth). An adversary can override variables leveraging user-supplied, untrusted query variables directly used on the application server without any data sanitization. In extreme cases, the adversary can change variables controlling the business logic of the application. For instance, in languages like PHP, a number of poorly set default configurations may allow the user to override variables.