Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
8 vulnerabilities by cisagov
CVE-2026-63177 (GCVE-0-2026-63177)
Vulnerability from nvd – Published: 2026-08-11 20:30 – Updated: 2026-08-11 20:30
VLAI
EPSS
VEX
Title
Malcolm Vulnerable to Authorization Bypass via URI Normalization Differential in Nginx Lua RBAC
Summary
Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, role-based access control enforced in the Nginx OpenResty Lua layer evaluates the raw, unnormalized `ngx.var.request_uri`, while Nginx itself routes requests using the normalized path. An authenticated low-privilege user can prepend a traversal segment (for example `/x/../upload/...`) so that Nginx routes the request to a restricted backend while the Lua role check fails to match any rule and falls open, granting access it should deny. Version 26.07.0 fixes the issue.
Severity
7.1 (High)
CWE
- CWE-863 - Incorrect Authorization
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/cisagov/Malcolm/security/advis… | x_refsource_CONFIRM |
| https://github.com/cisagov/Malcolm/releases/tag/v… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "Malcolm",
"vendor": "cisagov",
"versions": [
{
"status": "affected",
"version": "\u003c 26.07.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, role-based access control enforced in the Nginx OpenResty Lua layer evaluates the raw, unnormalized `ngx.var.request_uri`, while Nginx itself routes requests using the normalized path. An authenticated low-privilege user can prepend a traversal segment (for example `/x/../upload/...`) so that Nginx routes the request to a restricted backend while the Lua role check fails to match any rule and falls open, granting access it should deny. Version 26.07.0 fixes the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-863",
"description": "CWE-863: Incorrect Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-11T20:30:57.901Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-m5fr-rv3h-xg2r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-m5fr-rv3h-xg2r"
},
{
"name": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0"
}
],
"source": {
"advisory": "GHSA-m5fr-rv3h-xg2r",
"discovery": "UNKNOWN"
},
"title": "Malcolm Vulnerable to Authorization Bypass via URI Normalization Differential in Nginx Lua RBAC"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63177",
"datePublished": "2026-08-11T20:30:57.901Z",
"dateReserved": "2026-07-15T22:13:00.720Z",
"dateUpdated": "2026-08-11T20:30:57.901Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-63134 (GCVE-0-2026-63134)
Vulnerability from nvd – Published: 2026-08-11 20:29 – Updated: 2026-08-11 20:29
VLAI
EPSS
VEX
Title
Malcolm's Path Traversal in Archive Extraction Allows Arbitrary Directory Creation
Summary
Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` protects file extraction with libarchive's secure flags, but creates directory entries with a raw `os.makedirs(os.path.join(dest, entry.pathname))` that has no traversal protection. An uploaded malicious archive containing a directory entry with a `../` sequence or an absolute path causes the filebeat processing container to create directories outside the intended extraction directory. Version 26.07.0 fixes the issue.
Severity
5.4 (Medium)
CWE
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/cisagov/Malcolm/security/advis… | x_refsource_CONFIRM |
| https://github.com/cisagov/Malcolm/releases/tag/v… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "Malcolm",
"vendor": "cisagov",
"versions": [
{
"status": "affected",
"version": "\u003c 26.07.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` protects file extraction with libarchive\u0027s secure flags, but creates directory entries with a raw `os.makedirs(os.path.join(dest, entry.pathname))` that has no traversal protection. An uploaded malicious archive containing a directory entry with a `../` sequence or an absolute path causes the filebeat processing container to create directories outside the intended extraction directory. Version 26.07.0 fixes the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-11T20:29:38.642Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-65mm-vgrw-vqx4",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-65mm-vgrw-vqx4"
},
{
"name": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0"
}
],
"source": {
"advisory": "GHSA-65mm-vgrw-vqx4",
"discovery": "UNKNOWN"
},
"title": "Malcolm\u0027s Path Traversal in Archive Extraction Allows Arbitrary Directory Creation"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63134",
"datePublished": "2026-08-11T20:29:38.642Z",
"dateReserved": "2026-07-15T16:54:55.817Z",
"dateUpdated": "2026-08-11T20:29:38.642Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-63133 (GCVE-0-2026-63133)
Vulnerability from nvd – Published: 2026-08-11 20:26 – Updated: 2026-08-11 20:26
VLAI
EPSS
VEX
Title
Malcolm has Uncontrolled Resource Consumption in Archive Extraction (Inode-Exhaustion DoS)
Summary
Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` extracts uploaded archives with no limit on entry count, directory depth, total entries, or output size. A small malicious archive containing a large number of directory or file entries causes the filebeat processing container to create an unbounded number of filesystem objects, exhausting inodes or filesystem metadata and denying service to the processing pipeline and any service sharing the same mount. Version 26.07.0 fixes the issue.
Severity
6.5 (Medium)
CWE
- CWE-770 - Allocation of Resources Without Limits or Throttling
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/cisagov/Malcolm/security/advis… | x_refsource_CONFIRM |
| https://github.com/cisagov/Malcolm/releases/tag/v… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "Malcolm",
"vendor": "cisagov",
"versions": [
{
"status": "affected",
"version": "\u003c 26.07.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` extracts uploaded archives with no limit on entry count, directory depth, total entries, or output size. A small malicious archive containing a large number of directory or file entries causes the filebeat processing container to create an unbounded number of filesystem objects, exhausting inodes or filesystem metadata and denying service to the processing pipeline and any service sharing the same mount. Version 26.07.0 fixes the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-11T20:26:06.123Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-c35g-mgc3-95rx",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-c35g-mgc3-95rx"
},
{
"name": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0"
}
],
"source": {
"advisory": "GHSA-c35g-mgc3-95rx",
"discovery": "UNKNOWN"
},
"title": "Malcolm has Uncontrolled Resource Consumption in Archive Extraction (Inode-Exhaustion DoS)"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63133",
"datePublished": "2026-08-11T20:26:06.123Z",
"dateReserved": "2026-07-15T16:54:55.817Z",
"dateUpdated": "2026-08-11T20:26:06.123Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-55676 (GCVE-0-2026-55676)
Vulnerability from nvd – Published: 2026-08-11 20:24 – Updated: 2026-08-11 20:24
VLAI
EPSS
VEX
Title
Malcolm vulnerable to RCE via unrestricted .php upload to the file-upload component
Summary
Malcolm is a network traffic analysis tool suite. The file-upload component (FilePond PHP backend) accepts uploads at `POST /server/php/submit.php` and stores them in a directory served by the same nginx and php-fpm instance. The allow-list that should restrict accepted file types is an empty array by default (`file-upload/php/config.php:16`), so the type check is a no-op and every extension is accepted. The filename sanitizer keeps the `.php` extension intact. Committed files land in `/var/www/upload/server/php/files` (`file-upload/php/config.php:7`), and the component's nginx routes any URL ending in `.php` to php-fpm. An authenticated `GET /server/php/files/<name>.php` then executes the uploaded code as `www-data`. Prior to version 26.06.1, in RBAC mode, the upload endpoint is reachable by the granular `ROLE_UPLOAD` role (`nginx/lua/nginx_auth_helpers.lua:71`), a role intended only for submitting capture files. As a result, a user holding the upload-only role runs arbitrary PHP as `www-data` inside the file-upload container. Version 26.06.1 fixes the issue.
Severity
8.8 (High)
CWE
- CWE-434 - Unrestricted Upload of File with Dangerous Type
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/cisagov/Malcolm/security/advis… | x_refsource_CONFIRM |
| https://github.com/cisagov/Malcolm/releases/tag/v… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "Malcolm",
"vendor": "cisagov",
"versions": [
{
"status": "affected",
"version": "\u003c 26.06.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Malcolm is a network traffic analysis tool suite. The file-upload component (FilePond PHP backend) accepts uploads at `POST /server/php/submit.php` and stores them in a directory served by the same nginx and php-fpm instance. The allow-list that should restrict accepted file types is an empty array by default (`file-upload/php/config.php:16`), so the type check is a no-op and every extension is accepted. The filename sanitizer keeps the `.php` extension intact. Committed files land in `/var/www/upload/server/php/files` (`file-upload/php/config.php:7`), and the component\u0027s nginx routes any URL ending in `.php` to php-fpm. An authenticated `GET /server/php/files/\u003cname\u003e.php` then executes the uploaded code as `www-data`. Prior to version 26.06.1, in RBAC mode, the upload endpoint is reachable by the granular `ROLE_UPLOAD` role (`nginx/lua/nginx_auth_helpers.lua:71`), a role intended only for submitting capture files. As a result, a user holding the upload-only role runs arbitrary PHP as `www-data` inside the file-upload container. Version 26.06.1 fixes the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-434",
"description": "CWE-434: Unrestricted Upload of File with Dangerous Type",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-11T20:24:50.803Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-8cvp-m7pg-qrp7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-8cvp-m7pg-qrp7"
},
{
"name": "https://github.com/cisagov/Malcolm/releases/tag/v26.06.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cisagov/Malcolm/releases/tag/v26.06.1"
}
],
"source": {
"advisory": "GHSA-8cvp-m7pg-qrp7",
"discovery": "UNKNOWN"
},
"title": "Malcolm vulnerable to RCE via unrestricted .php upload to the file-upload component"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-55676",
"datePublished": "2026-08-11T20:24:50.803Z",
"dateReserved": "2026-06-17T00:05:03.778Z",
"dateUpdated": "2026-08-11T20:24:50.803Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-63177 (GCVE-0-2026-63177)
Vulnerability from cvelistv5 – Published: 2026-08-11 20:30 – Updated: 2026-08-11 20:30
VLAI
EPSS
VEX
Title
Malcolm Vulnerable to Authorization Bypass via URI Normalization Differential in Nginx Lua RBAC
Summary
Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, role-based access control enforced in the Nginx OpenResty Lua layer evaluates the raw, unnormalized `ngx.var.request_uri`, while Nginx itself routes requests using the normalized path. An authenticated low-privilege user can prepend a traversal segment (for example `/x/../upload/...`) so that Nginx routes the request to a restricted backend while the Lua role check fails to match any rule and falls open, granting access it should deny. Version 26.07.0 fixes the issue.
Severity
7.1 (High)
CWE
- CWE-863 - Incorrect Authorization
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/cisagov/Malcolm/security/advis… | x_refsource_CONFIRM |
| https://github.com/cisagov/Malcolm/releases/tag/v… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "Malcolm",
"vendor": "cisagov",
"versions": [
{
"status": "affected",
"version": "\u003c 26.07.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, role-based access control enforced in the Nginx OpenResty Lua layer evaluates the raw, unnormalized `ngx.var.request_uri`, while Nginx itself routes requests using the normalized path. An authenticated low-privilege user can prepend a traversal segment (for example `/x/../upload/...`) so that Nginx routes the request to a restricted backend while the Lua role check fails to match any rule and falls open, granting access it should deny. Version 26.07.0 fixes the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-863",
"description": "CWE-863: Incorrect Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-11T20:30:57.901Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-m5fr-rv3h-xg2r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-m5fr-rv3h-xg2r"
},
{
"name": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0"
}
],
"source": {
"advisory": "GHSA-m5fr-rv3h-xg2r",
"discovery": "UNKNOWN"
},
"title": "Malcolm Vulnerable to Authorization Bypass via URI Normalization Differential in Nginx Lua RBAC"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63177",
"datePublished": "2026-08-11T20:30:57.901Z",
"dateReserved": "2026-07-15T22:13:00.720Z",
"dateUpdated": "2026-08-11T20:30:57.901Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-63134 (GCVE-0-2026-63134)
Vulnerability from cvelistv5 – Published: 2026-08-11 20:29 – Updated: 2026-08-11 20:29
VLAI
EPSS
VEX
Title
Malcolm's Path Traversal in Archive Extraction Allows Arbitrary Directory Creation
Summary
Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` protects file extraction with libarchive's secure flags, but creates directory entries with a raw `os.makedirs(os.path.join(dest, entry.pathname))` that has no traversal protection. An uploaded malicious archive containing a directory entry with a `../` sequence or an absolute path causes the filebeat processing container to create directories outside the intended extraction directory. Version 26.07.0 fixes the issue.
Severity
5.4 (Medium)
CWE
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/cisagov/Malcolm/security/advis… | x_refsource_CONFIRM |
| https://github.com/cisagov/Malcolm/releases/tag/v… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "Malcolm",
"vendor": "cisagov",
"versions": [
{
"status": "affected",
"version": "\u003c 26.07.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` protects file extraction with libarchive\u0027s secure flags, but creates directory entries with a raw `os.makedirs(os.path.join(dest, entry.pathname))` that has no traversal protection. An uploaded malicious archive containing a directory entry with a `../` sequence or an absolute path causes the filebeat processing container to create directories outside the intended extraction directory. Version 26.07.0 fixes the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-11T20:29:38.642Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-65mm-vgrw-vqx4",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-65mm-vgrw-vqx4"
},
{
"name": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0"
}
],
"source": {
"advisory": "GHSA-65mm-vgrw-vqx4",
"discovery": "UNKNOWN"
},
"title": "Malcolm\u0027s Path Traversal in Archive Extraction Allows Arbitrary Directory Creation"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63134",
"datePublished": "2026-08-11T20:29:38.642Z",
"dateReserved": "2026-07-15T16:54:55.817Z",
"dateUpdated": "2026-08-11T20:29:38.642Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-63133 (GCVE-0-2026-63133)
Vulnerability from cvelistv5 – Published: 2026-08-11 20:26 – Updated: 2026-08-11 20:26
VLAI
EPSS
VEX
Title
Malcolm has Uncontrolled Resource Consumption in Archive Extraction (Inode-Exhaustion DoS)
Summary
Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` extracts uploaded archives with no limit on entry count, directory depth, total entries, or output size. A small malicious archive containing a large number of directory or file entries causes the filebeat processing container to create an unbounded number of filesystem objects, exhausting inodes or filesystem metadata and denying service to the processing pipeline and any service sharing the same mount. Version 26.07.0 fixes the issue.
Severity
6.5 (Medium)
CWE
- CWE-770 - Allocation of Resources Without Limits or Throttling
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/cisagov/Malcolm/security/advis… | x_refsource_CONFIRM |
| https://github.com/cisagov/Malcolm/releases/tag/v… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "Malcolm",
"vendor": "cisagov",
"versions": [
{
"status": "affected",
"version": "\u003c 26.07.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` extracts uploaded archives with no limit on entry count, directory depth, total entries, or output size. A small malicious archive containing a large number of directory or file entries causes the filebeat processing container to create an unbounded number of filesystem objects, exhausting inodes or filesystem metadata and denying service to the processing pipeline and any service sharing the same mount. Version 26.07.0 fixes the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-11T20:26:06.123Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-c35g-mgc3-95rx",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-c35g-mgc3-95rx"
},
{
"name": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cisagov/Malcolm/releases/tag/v26.07.0"
}
],
"source": {
"advisory": "GHSA-c35g-mgc3-95rx",
"discovery": "UNKNOWN"
},
"title": "Malcolm has Uncontrolled Resource Consumption in Archive Extraction (Inode-Exhaustion DoS)"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63133",
"datePublished": "2026-08-11T20:26:06.123Z",
"dateReserved": "2026-07-15T16:54:55.817Z",
"dateUpdated": "2026-08-11T20:26:06.123Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-55676 (GCVE-0-2026-55676)
Vulnerability from cvelistv5 – Published: 2026-08-11 20:24 – Updated: 2026-08-11 20:24
VLAI
EPSS
VEX
Title
Malcolm vulnerable to RCE via unrestricted .php upload to the file-upload component
Summary
Malcolm is a network traffic analysis tool suite. The file-upload component (FilePond PHP backend) accepts uploads at `POST /server/php/submit.php` and stores them in a directory served by the same nginx and php-fpm instance. The allow-list that should restrict accepted file types is an empty array by default (`file-upload/php/config.php:16`), so the type check is a no-op and every extension is accepted. The filename sanitizer keeps the `.php` extension intact. Committed files land in `/var/www/upload/server/php/files` (`file-upload/php/config.php:7`), and the component's nginx routes any URL ending in `.php` to php-fpm. An authenticated `GET /server/php/files/<name>.php` then executes the uploaded code as `www-data`. Prior to version 26.06.1, in RBAC mode, the upload endpoint is reachable by the granular `ROLE_UPLOAD` role (`nginx/lua/nginx_auth_helpers.lua:71`), a role intended only for submitting capture files. As a result, a user holding the upload-only role runs arbitrary PHP as `www-data` inside the file-upload container. Version 26.06.1 fixes the issue.
Severity
8.8 (High)
CWE
- CWE-434 - Unrestricted Upload of File with Dangerous Type
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/cisagov/Malcolm/security/advis… | x_refsource_CONFIRM |
| https://github.com/cisagov/Malcolm/releases/tag/v… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "Malcolm",
"vendor": "cisagov",
"versions": [
{
"status": "affected",
"version": "\u003c 26.06.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Malcolm is a network traffic analysis tool suite. The file-upload component (FilePond PHP backend) accepts uploads at `POST /server/php/submit.php` and stores them in a directory served by the same nginx and php-fpm instance. The allow-list that should restrict accepted file types is an empty array by default (`file-upload/php/config.php:16`), so the type check is a no-op and every extension is accepted. The filename sanitizer keeps the `.php` extension intact. Committed files land in `/var/www/upload/server/php/files` (`file-upload/php/config.php:7`), and the component\u0027s nginx routes any URL ending in `.php` to php-fpm. An authenticated `GET /server/php/files/\u003cname\u003e.php` then executes the uploaded code as `www-data`. Prior to version 26.06.1, in RBAC mode, the upload endpoint is reachable by the granular `ROLE_UPLOAD` role (`nginx/lua/nginx_auth_helpers.lua:71`), a role intended only for submitting capture files. As a result, a user holding the upload-only role runs arbitrary PHP as `www-data` inside the file-upload container. Version 26.06.1 fixes the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-434",
"description": "CWE-434: Unrestricted Upload of File with Dangerous Type",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-11T20:24:50.803Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-8cvp-m7pg-qrp7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/cisagov/Malcolm/security/advisories/GHSA-8cvp-m7pg-qrp7"
},
{
"name": "https://github.com/cisagov/Malcolm/releases/tag/v26.06.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cisagov/Malcolm/releases/tag/v26.06.1"
}
],
"source": {
"advisory": "GHSA-8cvp-m7pg-qrp7",
"discovery": "UNKNOWN"
},
"title": "Malcolm vulnerable to RCE via unrestricted .php upload to the file-upload component"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-55676",
"datePublished": "2026-08-11T20:24:50.803Z",
"dateReserved": "2026-06-17T00:05:03.778Z",
"dateUpdated": "2026-08-11T20:24:50.803Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}