1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 |
| - | |
| 268 | + | |
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 |
| - | |
| 268 | + | |
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
|
6 commit comments
fgeek commentedon Jul 25, 2014
Please create new release to include this patch, thank you. This is serious security vulnerability.
http://osvdb.org/109043
danielkerr commentedon Aug 5, 2014
its not a serious security vulnerability!
fgeek commentedon Aug 5, 2014
Object injection is a serious security vulnerability, but OSVDB description provides more information:
tyronx commentedon Sep 7, 2015
We've been getting responses from customers about strange emails containing viruses sent from the webshop email addresses. According to the description of SSRF attacks, this vulnerability would allow an attack to do exactly that.
I applied the patch and hope that this stops the sending of malware with a seemingly valid sender email. In any case I would also urge the OpenCart Team to create a new release containing this patch.
akonstatinos commentedon May 18, 2016
@tyronx did the patch solved the problem with the strange emails containing viruses?
As I have same problem with strange emails I investigate the possibility that this vulnerability causes the problem.
IP-CAM commentedon Sep 21, 2017
In all OpenCart 1.5.6.5_rc Versions, only the second mentioned FIX would be required in
the:
public function update($key, $qty) {
Section.
The other routine shown above does not exist anymore in 1.5.6.5_rc OC Source.
This is a VqMod Section, to make it work at once: