2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2006-1281" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2006-03-19T11:06:00.000" ,
2024-11-22 03:16:05 +00:00
"lastModified" : "2024-11-21T00:08:29.810" ,
2023-04-24 12:24:31 +02:00
"vulnStatus" : "Modified" ,
2024-12-08 03:06:42 +00:00
"cveTags" : [ ] ,
2023-04-24 12:24:31 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Cross-site scripting (XSS) vulnerability in member.php in MyBulletinBoard (MyBB) 1.04 allows remote attackers to inject arbitrary web script or HTML via the url parameter, a different vulnerability than CVE-2006-1272. NOTE: 1.10 was later reported to be vulnerable."
}
] ,
"metrics" : {
"cvssMetricV2" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "2.0" ,
"vectorString" : "AV:N/AC:M/Au:S/C:N/I:P/A:N" ,
2024-11-22 03:16:05 +00:00
"baseScore" : 3.5 ,
2023-04-24 12:24:31 +02:00
"accessVector" : "NETWORK" ,
"accessComplexity" : "MEDIUM" ,
"authentication" : "SINGLE" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "PARTIAL" ,
2024-11-22 03:16:05 +00:00
"availabilityImpact" : "NONE"
2023-04-24 12:24:31 +02:00
} ,
"baseSeverity" : "LOW" ,
"exploitabilityScore" : 6.8 ,
"impactScore" : 2.9 ,
"acInsufInfo" : false ,
"obtainAllPrivilege" : false ,
"obtainUserPrivilege" : false ,
"obtainOtherPrivilege" : false ,
"userInteractionRequired" : false
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-Other"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:1.0.1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "0F3B187F-D0C5-4001-B877-3B0122784BB2"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:1.0.2:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "D04152D8-60BE-4362-BF68-688DE53A066C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:1.0.3:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "98789943-2C7D-404E-B61E-04C436C1681C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:1.0.4:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "678B50B3-D151-40ED-8CAA-C12FC5BA4520"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:1.0_final:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "9114F7E3-D7E4-4DDF-8826-195EC63117E6"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:1.0_pr2:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "6DB91E8F-52F1-4514-88DC-F2749973CB93"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:1.10:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "0846A9BC-9FFC-4C93-911D-431688A6FB58"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:rc1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "794B59C3-0318-49F5-A409-E258E4D322C6"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:rc2:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "14F3D49D-C89A-44FB-B254-4F8BAA20BFF8"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:rc3:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "EDCAC700-1448-4BD4-97F4-8CC06F518524"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mybulletinboard:mybulletinboard:rc4:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "BCE181AB-C597-48A3-A5DA-135E601968AB"
}
]
}
]
}
] ,
"references" : [
{
"url" : "http://community.mybboard.net/showthread.php?tid=7368" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "http://kapda.ir/advisory-296.html" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit" ,
"Vendor Advisory"
]
} ,
{
"url" : "http://myimei.com/security/2006-03-09/mybb104memberphpxss-after-login.html" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit"
]
} ,
2024-04-04 08:46:00 +00:00
{
"url" : "http://secunia.com/advisories/19213" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit" ,
"Patch" ,
"Vendor Advisory"
]
} ,
{
"url" : "http://www.osvdb.org/23935" ,
"source" : "cve@mitre.org"
} ,
2023-04-24 12:24:31 +02:00
{
"url" : "http://www.securityfocus.com/archive/1/427744/100/0/threaded" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://www.securityfocus.com/bid/17097" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "http://www.securityfocus.com/bid/17492" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "http://www.vupen.com/english/advisories/2006/0971" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/25266" ,
"source" : "cve@mitre.org"
2024-11-22 03:16:05 +00:00
} ,
{
"url" : "http://community.mybboard.net/showthread.php?tid=7368" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "http://kapda.ir/advisory-296.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Vendor Advisory"
]
} ,
{
"url" : "http://myimei.com/security/2006-03-09/mybb104memberphpxss-after-login.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "http://secunia.com/advisories/19213" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Patch" ,
"Vendor Advisory"
]
} ,
{
"url" : "http://www.osvdb.org/23935" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "http://www.securityfocus.com/archive/1/427744/100/0/threaded" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "http://www.securityfocus.com/bid/17097" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "http://www.securityfocus.com/bid/17492" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "http://www.vupen.com/english/advisories/2006/0971" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/25266" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
2023-04-24 12:24:31 +02:00
}
]
}