2024-07-26 18:03:12 +00:00
{
"id" : "CVE-2024-41813" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-07-26T17:15:12.990" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T09:33:07.533" ,
"vulnStatus" : "Modified" ,
2024-07-26 18:03:12 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "txtdot is an HTTP proxy that parses only text, links, and pictures from pages, removing ads and heavy scripts. Starting in version 1.4.0 and prior to version 1.6.1, a Server-Side Request Forgery (SSRF) vulnerability in the `/proxy` route of txtdot allows remote attackers to use the server as a proxy to send HTTP GET requests to arbitrary targets and retrieve information in the internal network. Version 1.6.1 patches the issue."
2024-07-29 16:03:14 +00:00
} ,
{
"lang" : "es" ,
"value" : "txtdot es un proxy HTTP que analiza s\u00f3lo texto, enlaces e im\u00e1genes de las p\u00e1ginas, eliminando anuncios y scripts pesados. A partir de la versi\u00f3n 1.4.0 y antes de la versi\u00f3n 1.6.1, una vulnerabilidad de Server-Side Request Forgery (SSRF) en la ruta `/proxy` de txtdot permite a atacantes remotos usar el servidor como proxy para enviar solicitudes HTTP GET a usuarios arbitrarios. objetivos y recuperar informaci\u00f3n en la red interna. La versi\u00f3n 1.6.1 soluciona el problema."
2024-07-26 18:03:12 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-09-30 22:03:16 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-09-30 22:03:16 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2024-09-30 22:03:16 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-09-30 22:03:16 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
} ,
2024-07-26 18:03:12 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-07-26 18:03:12 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2024-07-26 18:03:12 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-07-26 18:03:12 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
2024-09-30 22:03:16 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-09-30 22:03:16 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-918"
}
]
} ,
2024-07-26 18:03:12 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-07-26 18:03:12 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-918"
}
]
}
] ,
2024-09-30 22:03:16 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:txtdot:txtdot:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "1.4.0" ,
"versionEndExcluding" : "1.6.1" ,
"matchCriteriaId" : "F0049F96-59F8-46F5-A439-835A8DEAF942"
}
]
}
]
}
] ,
2024-07-26 18:03:12 +00:00
"references" : [
{
"url" : "https://github.com/TxtDot/txtdot/blob/a7fdaf80fdf45abefe83b2eb5135ba112142dc74/src/handlers/distributor.ts#L43-L47" ,
2024-09-30 22:03:16 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-07-26 18:03:12 +00:00
} ,
{
"url" : "https://github.com/TxtDot/txtdot/commit/f241a46e05b148a39b84bf956051b5aaa489949e" ,
2024-09-30 22:03:16 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-07-26 18:03:12 +00:00
} ,
{
"url" : "https://github.com/TxtDot/txtdot/security/advisories/GHSA-4c78-229v-hf6m" ,
2024-09-30 22:03:16 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Exploit" ,
"Third Party Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/TxtDot/txtdot/blob/a7fdaf80fdf45abefe83b2eb5135ba112142dc74/src/handlers/distributor.ts#L43-L47" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/TxtDot/txtdot/commit/f241a46e05b148a39b84bf956051b5aaa489949e" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/TxtDot/txtdot/security/advisories/GHSA-4c78-229v-hf6m" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Third Party Advisory"
]
2024-07-26 18:03:12 +00:00
}
]
}