2025-02-27 07:03:47 +00:00
{
"id" : "CVE-2025-1686" ,
"sourceIdentifier" : "report@snyk.io" ,
"published" : "2025-02-27T05:15:14.143" ,
2025-04-07 20:04:58 +00:00
"lastModified" : "2025-04-07T18:29:22.970" ,
"vulnStatus" : "Analyzed" ,
2025-02-27 07:03:47 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "All versions of the package io.pebbletemplates:pebble are vulnerable to External Control of File Name or Path via the include tag. A high privileged attacker can access sensitive local files by crafting malicious notification templates that leverage this tag to include files like /etc/passwd or /proc/1/environ.\r\r Workaround\r\rThis vulnerability can be mitigated by disabling the include macro in Pebble Templates:\r\rjava\rnew PebbleEngine.Builder()\r .registerExtensionCustomizer(new DisallowExtensionCustomizerBuilder()\r .disallowedTokenParserTags(List.of(\"include\"))\r .build())\r .build();"
2025-03-02 03:03:52 +00:00
} ,
{
"lang" : "es" ,
"value" : "Todas las versiones del paquete io.pebbletemplates:pebble son vulnerables al control externo del nombre o la ruta de archivo a trav\u00e9s de la etiqueta include. Un atacante con privilegios elevados puede acceder a archivos locales confidenciales mediante la manipulaci\u00f3n de plantillas de notificaci\u00f3n maliciosas que aprovechen esta etiqueta para incluir archivos como /etc/passwd o /proc/1/environ. Soluci\u00f3n alternativa Esta vulnerabilidad se puede mitigar deshabilitando la macro include en las plantillas Pebble: java new PebbleEngine.Builder() .registerExtensionCustomizer(new DisallowExtensionCustomizerBuilder() .disallowedTokenParserTags(List.of(\"include\")) .build()) .build();"
2025-02-27 07:03:47 +00:00
}
] ,
"metrics" : {
"cvssMetricV40" : [
{
"source" : "report@snyk.io" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "4.0" ,
"vectorString" : "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" ,
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"attackRequirements" : "NONE" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"vulnConfidentialityImpact" : "NONE" ,
"vulnIntegrityImpact" : "NONE" ,
"vulnAvailabilityImpact" : "NONE" ,
"subConfidentialityImpact" : "HIGH" ,
"subIntegrityImpact" : "NONE" ,
"subAvailabilityImpact" : "NONE" ,
"exploitMaturity" : "PROOF_OF_CONCEPT" ,
"confidentialityRequirement" : "NOT_DEFINED" ,
"integrityRequirement" : "NOT_DEFINED" ,
"availabilityRequirement" : "NOT_DEFINED" ,
"modifiedAttackVector" : "NOT_DEFINED" ,
"modifiedAttackComplexity" : "NOT_DEFINED" ,
"modifiedAttackRequirements" : "NOT_DEFINED" ,
"modifiedPrivilegesRequired" : "NOT_DEFINED" ,
"modifiedUserInteraction" : "NOT_DEFINED" ,
"modifiedVulnConfidentialityImpact" : "NOT_DEFINED" ,
"modifiedVulnIntegrityImpact" : "NOT_DEFINED" ,
"modifiedVulnAvailabilityImpact" : "NOT_DEFINED" ,
"modifiedSubConfidentialityImpact" : "NOT_DEFINED" ,
"modifiedSubIntegrityImpact" : "NOT_DEFINED" ,
"modifiedSubAvailabilityImpact" : "NOT_DEFINED" ,
"Safety" : "NOT_DEFINED" ,
"Automatable" : "NOT_DEFINED" ,
"Recovery" : "NOT_DEFINED" ,
"valueDensity" : "NOT_DEFINED" ,
"vulnerabilityResponseEffort" : "NOT_DEFINED" ,
"providerUrgency" : "NOT_DEFINED"
}
}
] ,
"cvssMetricV31" : [
{
"source" : "report@snyk.io" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N" ,
"baseScore" : 6.8 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE"
} ,
"exploitabilityScore" : 2.3 ,
"impactScore" : 4.0
2025-04-07 20:04:58 +00:00
} ,
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" ,
"baseScore" : 4.9 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE"
} ,
"exploitabilityScore" : 1.2 ,
"impactScore" : 3.6
2025-02-27 07:03:47 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "report@snyk.io" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-73"
}
]
2025-02-27 17:03:49 +00:00
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-73"
}
]
2025-02-27 07:03:47 +00:00
}
] ,
2025-04-07 20:04:58 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:pebbletemplates:pebble:*:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "4FFCA887-2A68-4039-B1BD-19EF231955B7"
}
]
}
]
}
] ,
2025-02-27 07:03:47 +00:00
"references" : [
{
"url" : "https://github.com/PebbleTemplates/pebble/issues/680" ,
2025-04-07 20:04:58 +00:00
"source" : "report@snyk.io" ,
"tags" : [
"Issue Tracking"
]
2025-02-27 07:03:47 +00:00
} ,
{
"url" : "https://github.com/PebbleTemplates/pebble/issues/688" ,
2025-04-07 20:04:58 +00:00
"source" : "report@snyk.io" ,
"tags" : [
"Vendor Advisory" ,
"Issue Tracking"
]
2025-02-27 07:03:47 +00:00
} ,
{
"url" : "https://pebbletemplates.io/wiki/tag/include" ,
2025-04-07 20:04:58 +00:00
"source" : "report@snyk.io" ,
"tags" : [
"Product"
]
2025-02-27 07:03:47 +00:00
} ,
{
"url" : "https://security.snyk.io/vuln/SNYK-JAVA-IOPEBBLETEMPLATES-8745594" ,
2025-04-07 20:04:58 +00:00
"source" : "report@snyk.io" ,
"tags" : [
"Exploit" ,
"Third Party Advisory"
]
2025-02-27 17:03:49 +00:00
} ,
{
"url" : "https://security.snyk.io/vuln/SNYK-JAVA-IOPEBBLETEMPLATES-8745594" ,
2025-04-07 20:04:58 +00:00
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"tags" : [
"Exploit" ,
"Third Party Advisory"
]
2025-02-27 07:03:47 +00:00
}
]
}