CVE-2007-1136 (GCVE-0-2007-1136)
Vulnerability from cvelistv5 – Published: 2007-02-27 18:00 – Updated: 2024-08-07 12:43
VLAI
EPSS
VEX
Summary
index.php in WebMplayer before 0.6.1-Alpha allows remote attackers to execute arbitrary code via shell metacharacters in an exec function call. NOTE: some sources have referred to this as eval injection in the param parameter, but CVE source inspection suggests that this is erroneous.
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
5 references
| URL | Tags |
|---|---|
| http://sourceforge.net/project/shownotes.php?rele… | x_refsource_CONFIRM |
| http://www.securityfocus.com/bid/22726 | vdb-entryx_refsource_BID |
| http://attrition.org/pipermail/vim/2007-February/… | mailing-listx_refsource_VIM |
| http://osvdb.org/34441 | vdb-entryx_refsource_OSVDB |
| http://www.vupen.com/english/advisories/2007/0742 | vdb-entryx_refsource_VUPEN |
Date Public
2007-02-16 00:00
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-07T12:43:22.493Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "http://sourceforge.net/project/shownotes.php?release_id=486880\u0026group_id=172354"
},
{
"name": "22726",
"tags": [
"vdb-entry",
"x_refsource_BID",
"x_transferred"
],
"url": "http://www.securityfocus.com/bid/22726"
},
{
"name": "20070227 WebMplayer \"eval injection\" is actually OS command injection",
"tags": [
"mailing-list",
"x_refsource_VIM",
"x_transferred"
],
"url": "http://attrition.org/pipermail/vim/2007-February/001399.html"
},
{
"name": "34441",
"tags": [
"vdb-entry",
"x_refsource_OSVDB",
"x_transferred"
],
"url": "http://osvdb.org/34441"
},
{
"name": "ADV-2007-0742",
"tags": [
"vdb-entry",
"x_refsource_VUPEN",
"x_transferred"
],
"url": "http://www.vupen.com/english/advisories/2007/0742"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"datePublic": "2007-02-16T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "index.php in WebMplayer before 0.6.1-Alpha allows remote attackers to execute arbitrary code via shell metacharacters in an exec function call. NOTE: some sources have referred to this as eval injection in the param parameter, but CVE source inspection suggests that this is erroneous."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2008-11-15T10:00:00.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "http://sourceforge.net/project/shownotes.php?release_id=486880\u0026group_id=172354"
},
{
"name": "22726",
"tags": [
"vdb-entry",
"x_refsource_BID"
],
"url": "http://www.securityfocus.com/bid/22726"
},
{
"name": "20070227 WebMplayer \"eval injection\" is actually OS command injection",
"tags": [
"mailing-list",
"x_refsource_VIM"
],
"url": "http://attrition.org/pipermail/vim/2007-February/001399.html"
},
{
"name": "34441",
"tags": [
"vdb-entry",
"x_refsource_OSVDB"
],
"url": "http://osvdb.org/34441"
},
{
"name": "ADV-2007-0742",
"tags": [
"vdb-entry",
"x_refsource_VUPEN"
],
"url": "http://www.vupen.com/english/advisories/2007/0742"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2007-1136",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "index.php in WebMplayer before 0.6.1-Alpha allows remote attackers to execute arbitrary code via shell metacharacters in an exec function call. NOTE: some sources have referred to this as eval injection in the param parameter, but CVE source inspection suggests that this is erroneous."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "http://sourceforge.net/project/shownotes.php?release_id=486880\u0026group_id=172354",
"refsource": "CONFIRM",
"url": "http://sourceforge.net/project/shownotes.php?release_id=486880\u0026group_id=172354"
},
{
"name": "22726",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/22726"
},
{
"name": "20070227 WebMplayer \"eval injection\" is actually OS command injection",
"refsource": "VIM",
"url": "http://attrition.org/pipermail/vim/2007-February/001399.html"
},
{
"name": "34441",
"refsource": "OSVDB",
"url": "http://osvdb.org/34441"
},
{
"name": "ADV-2007-0742",
"refsource": "VUPEN",
"url": "http://www.vupen.com/english/advisories/2007/0742"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2007-1136",
"datePublished": "2007-02-27T18:00:00.000Z",
"dateReserved": "2007-02-27T00:00:00.000Z",
"dateUpdated": "2024-08-07T12:43:22.493Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2007-1136",
"date": "2026-07-24",
"epss": "0.02195",
"percentile": "0.80603"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmplayer:webmplayer:*:alpha:*:*:*:*:*:*\", \"versionEndIncluding\": \"0.6\", \"matchCriteriaId\": \"57940196-F6F9-4983-8D7E-D8290F18A978\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmplayer:webmplayer:0.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"C27ED9B7-9E53-46E5-8155-F882E3A09660\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmplayer:webmplayer:0.2.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D54369E4-67F4-4814-9A2D-E1FC7FB27EC5\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmplayer:webmplayer:0.3:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D92A2F4B-A2B2-40C6-849A-0902C1A9197C\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmplayer:webmplayer:0.3.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B6C7FA40-3582-41C7-893B-C2B4B73DD330\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmplayer:webmplayer:0.3.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"50138533-B56A-4721-8A6F-CCEAF23A0CAA\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmplayer:webmplayer:0.3.3:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"0AD94E75-45F9-4750-8805-B6B282DF45D1\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmplayer:webmplayer:0.4:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"685D0AA4-1A5C-428E-B372-18C2B54B2904\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmplayer:webmplayer:0.5:alpha:*:*:*:*:*:*\", \"matchCriteriaId\": \"5F873C20-B5B6-4CB4-A87C-D286D00DE8B9\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:webmplayer:webmplayer:0.5.1:alpha:*:*:*:*:*:*\", \"matchCriteriaId\": \"8CC82B2B-7944-4577-917E-61E6E248B7FB\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"index.php in WebMplayer before 0.6.1-Alpha allows remote attackers to execute arbitrary code via shell metacharacters in an exec function call. NOTE: some sources have referred to this as eval injection in the param parameter, but CVE source inspection suggests that this is erroneous.\"}, {\"lang\": \"es\", \"value\": \"index.php en el WebMplayer anterior al 0.6.1-Alpha permite a atacantes remotos ejecutar c\\u00f3digo de su elecci\\u00f3n mediante metacaracteres del shell en la funci\\u00f3n ejecutable call. NOTA: algunas fuentes se han referido a esta vulnerabilidad como una inyecci\\u00f3n eval en el par\\u00e1metro param, pero la fuente de inspecci\\u00f3n del CVE sugieren que esto es err\\u00f3neo.\"}]",
"id": "CVE-2007-1136",
"lastModified": "2024-11-21T00:27:36.400",
"metrics": "{\"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:M/Au:N/C:P/I:P/A:P\", \"baseScore\": 6.8, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"PARTIAL\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 8.6, \"impactScore\": 6.4, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": true, \"userInteractionRequired\": false}]}",
"published": "2007-03-02T21:18:00.000",
"references": "[{\"url\": \"http://attrition.org/pipermail/vim/2007-February/001399.html\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://osvdb.org/34441\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://sourceforge.net/project/shownotes.php?release_id=486880\u0026group_id=172354\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://www.securityfocus.com/bid/22726\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://www.vupen.com/english/advisories/2007/0742\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://attrition.org/pipermail/vim/2007-February/001399.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://osvdb.org/34441\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://sourceforge.net/project/shownotes.php?release_id=486880\u0026group_id=172354\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.securityfocus.com/bid/22726\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.vupen.com/english/advisories/2007/0742\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-20\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2007-1136\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2007-03-02T21:18:00.000\",\"lastModified\":\"2026-04-23T00:35:47.467\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"index.php in WebMplayer before 0.6.1-Alpha allows remote attackers to execute arbitrary code via shell metacharacters in an exec function call. NOTE: some sources have referred to this as eval injection in the param parameter, but CVE source inspection suggests that this is erroneous.\"},{\"lang\":\"es\",\"value\":\"index.php en el WebMplayer anterior al 0.6.1-Alpha permite a atacantes remotos ejecutar c\u00f3digo de su elecci\u00f3n mediante metacaracteres del shell en la funci\u00f3n ejecutable call. NOTA: algunas fuentes se han referido a esta vulnerabilidad como una inyecci\u00f3n eval en el par\u00e1metro param, pero la fuente de inspecci\u00f3n del CVE sugieren que esto es err\u00f3neo.\"}],\"metrics\":{\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:P/A:P\",\"baseScore\":6.8,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":true,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmplayer:webmplayer:*:alpha:*:*:*:*:*:*\",\"versionEndIncluding\":\"0.6\",\"matchCriteriaId\":\"57940196-F6F9-4983-8D7E-D8290F18A978\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmplayer:webmplayer:0.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C27ED9B7-9E53-46E5-8155-F882E3A09660\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmplayer:webmplayer:0.2.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D54369E4-67F4-4814-9A2D-E1FC7FB27EC5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmplayer:webmplayer:0.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D92A2F4B-A2B2-40C6-849A-0902C1A9197C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmplayer:webmplayer:0.3.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B6C7FA40-3582-41C7-893B-C2B4B73DD330\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmplayer:webmplayer:0.3.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"50138533-B56A-4721-8A6F-CCEAF23A0CAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmplayer:webmplayer:0.3.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0AD94E75-45F9-4750-8805-B6B282DF45D1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmplayer:webmplayer:0.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"685D0AA4-1A5C-428E-B372-18C2B54B2904\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmplayer:webmplayer:0.5:alpha:*:*:*:*:*:*\",\"matchCriteriaId\":\"5F873C20-B5B6-4CB4-A87C-D286D00DE8B9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:webmplayer:webmplayer:0.5.1:alpha:*:*:*:*:*:*\",\"matchCriteriaId\":\"8CC82B2B-7944-4577-917E-61E6E248B7FB\"}]}]}],\"references\":[{\"url\":\"http://attrition.org/pipermail/vim/2007-February/001399.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://osvdb.org/34441\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://sourceforge.net/project/shownotes.php?release_id=486880\u0026group_id=172354\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.securityfocus.com/bid/22726\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.vupen.com/english/advisories/2007/0742\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://attrition.org/pipermail/vim/2007-February/001399.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://osvdb.org/34441\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://sourceforge.net/project/shownotes.php?release_id=486880\u0026group_id=172354\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.securityfocus.com/bid/22726\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.vupen.com/english/advisories/2007/0742\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
Loading…
Loading…