Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-0690: update · microweber/microweber@f7f5d41

Cross-site Scripting (XSS) - Reflected in Packagist microweber/microweber prior to 1.2.11.

CVE
#xss#web#git

Permalink

Browse files

update

  • Loading branch information

@peter-mw

1 parent c3c25ae commit f7f5d41ba1a08ceed37c00d5f70a3f48b272e9f2

@@ -36,7 +36,7 @@ public function create() {

public function edit(Request $request, $id) {

return $this->view('content::admin.content.edit’, [

'content_id’=>$id

'content_id’=>intval($id)

]);

}

}

@@ -32,7 +32,7 @@ public function create() {

public function edit(Request $request, $id) {

return $this->view('page::admin.page.edit’, [

'content_id’=>$id

'content_id’=>intval($id)

]);

}

}

@@ -34,7 +34,7 @@ public function create() {

public function edit(Request $request, $id) {

return $this->view('post::admin.posts.edit’, [

'content_id’=>$id

'content_id’=>intval($id)

]);

}

}

@@ -32,7 +32,7 @@ public function create() {

public function edit(Request $request, $id) {

return $this->view('product::admin.product.edit’, [

'content_id’=>$id

'content_id’=>intval($id)

]);

}

}

0 comments on commit f7f5d41

Please sign in to comment.

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907